raster-dl/eel/web/map.html
Guillaume RYCKELYNCK 68d9b2dd53 version 20230116
2023-01-16 15:12:03 +01:00

308 lines
1.2 MiB

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script>
L_NO_TOUCH = false;
L_DISABLE_3D = false;
</script>
<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>
<script src="https://cdn.jsdelivr.net/npm/leaflet@1.9.3/dist/leaflet.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/js/bootstrap.bundle.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.9.3/dist/leaflet.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.0/css/all.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://cdn.jsdelivr.net/gh/python-visualization/folium/folium/templates/leaflet.awesome.rotate.min.css"/>
<meta name="viewport" content="width=device-width,
initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<style>
#map_a9d68dba48e141160ccf60095587c569 {
position: relative;
width: 800.0px;
height: 600.0px;
left: 0.0%;
top: 0.0%;
}
.leaflet-container { font-size: 1rem; }
</style>
<style>
.foliumtooltip {
}
.foliumtooltip table{
margin: auto;
}
.foliumtooltip tr{
text-align: left;
}
.foliumtooltip th{
padding: 2px; padding-right: 8px;
}
</style>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script>$( function() {
$( ".maplegend" ).draggable({
start: function (event, ui) {
$(this).css({
right: "auto",
top: "auto",
bottom: "auto"
});
}
});
});
</script>
<style type='text/css'>
.maplegend {
position: absolute;
z-index:9999;
background-color: rgba(255, 255, 255, .8);
border-radius: 5px;
box-shadow: 0 0 15px rgba(0,0,0,0.2);
padding: 10px;
font: 12px/14px Arial, Helvetica, sans-serif;
right: 10px;
bottom: 20px;
}
.maplegend .legend-title {
text-align: left;
margin-bottom: 5px;
font-weight: bold;
}
.maplegend .legend-scale ul {
margin: 0;
margin-bottom: 0px;
padding: 0;
float: left;
list-style: none;
}
.maplegend .legend-scale ul li {
list-style: none;
margin-left: 0;
line-height: 16px;
margin-bottom: 2px;
}
.maplegend ul.legend-labels li span {
display: block;
float: left;
height: 14px;
width: 14px;
margin-right: 5px;
margin-left: 0;
border: 0px solid #ccc;
}
.maplegend .legend-source {
color: #777;
clear: both;
}
.maplegend a {
color: #777;
}
</style>
</head>
<body>
<div id='maplegend code' class='maplegend'>
<div class='legend-title'>code</div>
<div class='legend-scale'>
<ul class='legend-labels'>
<li><span style='background:green'></span>48</li>
</ul>
</div>
</div>
<div class="folium-map" id="map_a9d68dba48e141160ccf60095587c569" ></div>
</body>
<script>
var map_a9d68dba48e141160ccf60095587c569 = L.map(
"map_a9d68dba48e141160ccf60095587c569",
{
center: [48.962785261598945, 7.593579917067187],
crs: L.CRS.EPSG3857,
zoom: 10,
zoomControl: true,
preferCanvas: false,
}
);
L.control.scale().addTo(map_a9d68dba48e141160ccf60095587c569);
var tile_layer_901d367252777ad5546e8818356dbe03 = L.tileLayer(
"https://stamen-tiles-{s}.a.ssl.fastly.net/terrain/{z}/{x}/{y}.jpg",
{"attribution": "Map tiles by \u003ca target=\"_blank\" href=\"http://stamen.com\"\u003eStamen Design\u003c/a\u003e, under \u003ca target=\"_blank\" href=\"http://creativecommons.org/licenses/by/3.0\"\u003eCC BY 3.0\u003c/a\u003e. Data by \u0026copy; \u003ca target=\"_blank\" href=\"http://openstreetmap.org\"\u003eOpenStreetMap\u003c/a\u003e, under \u003ca target=\"_blank\" href=\"http://creativecommons.org/licenses/by-sa/3.0\"\u003eCC BY SA\u003c/a\u003e.", "detectRetina": false, "maxNativeZoom": 18, "maxZoom": 18, "minZoom": 0, "noWrap": false, "opacity": 1, "subdomains": "abc", "tms": false}
).addTo(map_a9d68dba48e141160ccf60095587c569);
map_a9d68dba48e141160ccf60095587c569.fitBounds(
[[48.7412649681109, 7.1190233639056695], [49.18430555508699, 8.068136470228705]],
{}
);
function geo_json_470c3482b9939b73c7ce05b65f7044f9_styler(feature) {
switch(feature.id) {
default:
return {"color": "green", "fillColor": "green", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_470c3482b9939b73c7ce05b65f7044f9_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_470c3482b9939b73c7ce05b65f7044f9_pointToLayer(feature, latlng) {
var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};
let style = geo_json_470c3482b9939b73c7ce05b65f7044f9_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_470c3482b9939b73c7ce05b65f7044f9_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_470c3482b9939b73c7ce05b65f7044f9.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_470c3482b9939b73c7ce05b65f7044f9_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_470c3482b9939b73c7ce05b65f7044f9 = L.geoJson(null, {
onEachFeature: geo_json_470c3482b9939b73c7ce05b65f7044f9_onEachFeature,
style: geo_json_470c3482b9939b73c7ce05b65f7044f9_styler,
pointToLayer: geo_json_470c3482b9939b73c7ce05b65f7044f9_pointToLayer
});
function geo_json_470c3482b9939b73c7ce05b65f7044f9_add (data) {
geo_json_470c3482b9939b73c7ce05b65f7044f9
.addData(data)
.addTo(map_a9d68dba48e141160ccf60095587c569);
}
geo_json_470c3482b9939b73c7ce05b65f7044f9_add({"bbox": [7.1190233639056695, 48.7412649681109, 8.068136470228705, 49.18430555508699], "features": [{"bbox": [7.1190233639056695, 48.7412649681109, 8.068136470228705, 49.18430555508699], "geometry": {"coordinates": [[[7.242475747544695, 48.755711258323466], [7.242848194198529, 48.75610332928963], [7.242859152485984, 48.75623804470209], [7.241155137873888, 48.75689309216097], [7.24179969491576, 48.75795101716583], [7.241868058981951, 48.75862411053533], [7.2416073414833395, 48.75876848396175], [7.239696550153067, 48.759394828378944], [7.239610797281059, 48.75984822344167], [7.239737541793863, 48.761239797749546], [7.240594665948811, 48.76156061031101], [7.240502635070893, 48.76210429789159], [7.240764669602297, 48.76398644297567], [7.239546393979106, 48.76408377440609], [7.239400006787389, 48.76462939056448], [7.239326209846098, 48.76539760021852], [7.239472830649908, 48.76669839314999], [7.237719084651071, 48.76691380109737], [7.237981261488974, 48.767625041833895], [7.238486373837793, 48.768642894743024], [7.238521859579694, 48.76891184086992], [7.23695650764333, 48.76893139893129], [7.237007588408419, 48.7695600662108], [7.237338603084855, 48.76994461577063], [7.237632231233073, 48.770204395878835], [7.2390193739028055, 48.770506400963676], [7.2391625427752135, 48.77059138430054], [7.239166193374451, 48.770636288985926], [7.238790427382515, 48.77087480756532], [7.237329441513459, 48.771341004355726], [7.237476259127263, 48.771470894360256], [7.238105924222316, 48.77167370728579], [7.238045288226413, 48.77176592907815], [7.235922873094673, 48.7723096338078], [7.236073338000254, 48.77248443013841], [7.237283788154056, 48.772288344559094], [7.23732757778674, 48.77282720054989], [7.23754171745852, 48.773450076519715], [7.237212975975956, 48.77359685060189], [7.237617345940421, 48.77421297241677], [7.2384453793173735, 48.775849834062576], [7.240675005757474, 48.77561752069489], [7.240625326357385, 48.77584445678788], [7.239797841598722, 48.77840477134662], [7.240276371813241, 48.77842380002626], [7.240799463533482, 48.77899065946674], [7.241174693970734, 48.77924753201441], [7.241717524145273, 48.77921923641724], [7.242053595730099, 48.779162259188325], [7.242568949882887, 48.77896380644545], [7.242539717181039, 48.778604572358596], [7.243385712820275, 48.778115151163696], [7.244946463789346, 48.777366127428245], [7.2468256630406644, 48.77634455171891], [7.247293934535235, 48.776237820487616], [7.247583989387916, 48.77645267049659], [7.249309788141254, 48.7760579866457], [7.249959731235835, 48.776341079982984], [7.249603325234727, 48.776984252235536], [7.250533103801943, 48.77735645498055], [7.250561895138785, 48.778211083748054], [7.250983468049984, 48.77836720116608], [7.251624254468314, 48.77870465363746], [7.251778452432038, 48.77892433318445], [7.251615147260919, 48.77992991361785], [7.25167609531882, 48.780008804589336], [7.252769818029074, 48.7800509041247], [7.252973654923056, 48.78004364160923], [7.253295660658667, 48.78048251224843], [7.254964598464957, 48.780224880806834], [7.255643322714289, 48.780191677831176], [7.256908188493494, 48.780326713923195], [7.258635442343683, 48.78061637240043], [7.263869838093518, 48.78196068917623], [7.264456393544075, 48.78230001341699], [7.264624245812292, 48.7825191902052], [7.2646040507129666, 48.783105362251916], [7.264490192166694, 48.783379637660204], [7.264638594591813, 48.78486047807303], [7.2650217026668, 48.78537819920701], [7.266156359440467, 48.786418485697205], [7.267043465342743, 48.78709832710576], [7.269311826204138, 48.788665494057], [7.270893297311573, 48.78950061393411], [7.272624613213897, 48.78983497080473], [7.274167943018971, 48.79053631068404], [7.2750672718729685, 48.79086438841014], [7.275687408753882, 48.79111238924509], [7.281217377992093, 48.79304886776118], [7.282904410993597, 48.7933396343091], [7.284144390859274, 48.79366443347747], [7.285505104615394, 48.79363361482801], [7.2864546513926065, 48.793410382132855], [7.287299294070904, 48.793569202072355], [7.289548388424733, 48.793731608625805], [7.29123327169329, 48.79399531609867], [7.290305626428471, 48.79465013594592], [7.288370788401082, 48.79648501181913], [7.2880789900655545, 48.7970809442557], [7.287601310555771, 48.79773759190658], [7.287469070511198, 48.79778737506036], [7.286453994766328, 48.797877860424144], [7.284748903713247, 48.79786700224366], [7.282506715459526, 48.797956446268245], [7.2785205328354525, 48.79822544011124], [7.277666432216673, 48.79861631611142], [7.273968906332887, 48.80057710992238], [7.270489355575838, 48.80253898805554], [7.270145805443709, 48.80250623914098], [7.267931195364006, 48.80093716364942], [7.266996818772297, 48.80034908550954], [7.265637369384191, 48.79973115173725], [7.264724352921122, 48.7994034911215], [7.263791141124859, 48.7989954837816], [7.262589739334509, 48.798642077474526], [7.262028357169294, 48.79844595299897], [7.262006323915608, 48.798176535637886], [7.262026914659999, 48.79776148809203], [7.26119440613076, 48.797584043853774], [7.260850894467939, 48.79755126808185], [7.260058665264809, 48.79920075540272], [7.2599520887151305, 48.799564828413594], [7.259773460659142, 48.800381809680566], [7.259657280139, 48.801295636655354], [7.259547026189434, 48.801614805797534], [7.259577065298503, 48.802649510276524], [7.2592018335700335, 48.803563567631045], [7.259149272058188, 48.8037545836328], [7.259084965901428, 48.80380191073808], [7.257786811200391, 48.80376714081081], [7.256634147535959, 48.80384425840674], [7.25668584280144, 48.80464401324029], [7.256318030685549, 48.80464811607021], [7.256229413732202, 48.80506558282131], [7.254448386240997, 48.80512904414892], [7.252829036637185, 48.805168708060165], [7.252740060664693, 48.805415056896514], [7.250935488630549, 48.80552433704081], [7.251412725267665, 48.80585860912057], [7.2518014700553, 48.805943843167164], [7.251264146848644, 48.806377278063096], [7.250083812795195, 48.80661743466609], [7.249551688206557, 48.80678047641821], [7.24936605591574, 48.80701224763075], [7.249212327289753, 48.80746804940951], [7.248909035288754, 48.807929171656575], [7.24819439401058, 48.80886426289384], [7.24765836998361, 48.809648890129615], [7.247057490177298, 48.809805357557025], [7.245235072674442, 48.81003226572454], [7.245331289400484, 48.81020897772532], [7.245477504595394, 48.81032987286921], [7.245789696161568, 48.81081413824131], [7.246996481662245, 48.81206818354614], [7.248362837756897, 48.81327150897614], [7.250493185647536, 48.81497902480197], [7.251523559885364, 48.81557281687193], [7.252368051092742, 48.8158940136238], [7.256410307529368, 48.81679481105201], [7.258198996187736, 48.817487618208695], [7.259986237394072, 48.81849568322073], [7.262889078253423, 48.81863530799937], [7.26235061981036, 48.81888869437422], [7.261410397735539, 48.819732834491695], [7.261370692819924, 48.81991438319958], [7.261306368750216, 48.819961710821936], [7.260377909512391, 48.82028303801426], [7.259361614596594, 48.82036431107633], [7.258297725535634, 48.8220324312531], [7.258104736769576, 48.82217440878372], [7.258123089449425, 48.82239891908215], [7.25838474057884, 48.822929987380206], [7.258768800514531, 48.82345669153915], [7.258968718658358, 48.823899893375255], [7.259020118677874, 48.82452852075402], [7.258859080068303, 48.82489452399512], [7.258302108890189, 48.82558986879701], [7.254881468659662, 48.828800973894865], [7.251880545744744, 48.83231224873226], [7.251441103963984, 48.832778207465005], [7.251272655842202, 48.833054394132624], [7.25070230243512, 48.83358805194552], [7.250577265910206, 48.83372759635557], [7.249879750293151, 48.83404061184694], [7.249177383167497, 48.83329103665895], [7.247921399555379, 48.83244405630981], [7.2477707218669964, 48.832269284161185], [7.2468114036434015, 48.832717678674356], [7.245422628159435, 48.833253374830434], [7.245984707598135, 48.83445827540256], [7.246466120331499, 48.836179404126504], [7.247191396916761, 48.8377117349801], [7.247352754442426, 48.839020931993716], [7.248024724426968, 48.84073527807223], [7.247626619811748, 48.84154198787324], [7.24763603804996, 48.84199197096504], [7.246774375443163, 48.843472613396166], [7.246201630705786, 48.84515012733414], [7.246113251350257, 48.84657626475095], [7.2435645086928275, 48.8482879125843], [7.2393525594579335, 48.8500224710443], [7.23928086569959, 48.84997998250181], [7.238363077162153, 48.848931780006325], [7.236926589635179, 48.846875246226176], [7.236120498333617, 48.846192324003596], [7.23441778814663, 48.845054827754964], [7.234270770869458, 48.84492494245225], [7.234133361864188, 48.84407421642281], [7.232607575442115, 48.842426077832584], [7.232181830924344, 48.841720653907274], [7.231554103329182, 48.84004069696717], [7.230061932836264, 48.84014755917599], [7.230072875747398, 48.840282265773645], [7.230008498128074, 48.84032957569648], [7.227679129026799, 48.840880323965486], [7.227214610910467, 48.841040854912904], [7.227164810550039, 48.84126777226212], [7.227222674193869, 48.84315703347897], [7.226567896776364, 48.843495407987], [7.226124489918781, 48.8439163668643], [7.225902418452172, 48.84437452913734], [7.225795510941301, 48.84473855702938], [7.225902658959259, 48.845049985606295], [7.226161422945065, 48.845716301011976], [7.226580802070639, 48.84651202909083], [7.226999218947319, 48.84712766589159], [7.2274431539582755, 48.84755326883557], [7.22767642710988, 48.84790526572181], [7.22782343635894, 48.84803515878024], [7.231063730909761, 48.84911832838095], [7.233346979890204, 48.850010156772534], [7.233493278954578, 48.85013106227851], [7.232860224977938, 48.85157645959169], [7.23212898631833, 48.8511430352933], [7.231587069486176, 48.85085601006326], [7.23062022994927, 48.85138557202595], [7.229958804171597, 48.85164313949681], [7.229557859796672, 48.85174738823667], [7.227424285640579, 48.850850195348904], [7.226268348629727, 48.85090007580366], [7.224847539690791, 48.85104936823068], [7.224818615195578, 48.85136560543538], [7.223684521784924, 48.85168487231815], [7.223011402319764, 48.85179871515646], [7.222128331060142, 48.8518479208331], [7.222586106232167, 48.85244416740954], [7.221898907767475, 48.85221626849962], [7.220632454432171, 48.85376500898024], [7.22051860554293, 48.85488578352778], [7.220450560826595, 48.85488818578863], [7.2159196928238405, 48.85404838409085], [7.215077716560108, 48.853762862587544], [7.213344646386441, 48.85342769113987], [7.213001523524539, 48.85340375992656], [7.212823556775331, 48.85373424951838], [7.212637593877376, 48.85396595396597], [7.212236660389045, 48.85474559504709], [7.2125950528532305, 48.85495811741549], [7.212609587353607, 48.85513772594649], [7.212076184763777, 48.8559670632517], [7.211213280637246, 48.85744743081654], [7.210572789786977, 48.85864076990515], [7.210412949803505, 48.85919576450743], [7.210588170889493, 48.86085570038627], [7.209586259126588, 48.86112513565161], [7.209256885720607, 48.86127182137423], [7.209739828478687, 48.86201131911163], [7.209682668743375, 48.862148421038555], [7.208866738101008, 48.862186151875335], [7.208533725334732, 48.86228793351494], [7.20862265264938, 48.86237486286617], [7.209783440262043, 48.86322558766916], [7.210621031657539, 48.86396160038136], [7.210922322085079, 48.86431122807421], [7.211319092162354, 48.86482860526387], [7.210797150039979, 48.86512617131473], [7.208305859030791, 48.8662225410977], [7.207471715293253, 48.86671119653147], [7.207633247887704, 48.86702071942082], [7.207679532072202, 48.867424356540646], [7.2075679114818, 48.86756337273637], [7.205985971397066, 48.86758300226998], [7.204149021441062, 48.86765660623378], [7.203144044477953, 48.86789006441607], [7.20142862873138, 48.8684546764525], [7.20078697858037, 48.8687924238551], [7.200784068859456, 48.87027849053806], [7.200494867850672, 48.87210782693966], [7.200401974412876, 48.8731557645861], [7.200635498428592, 48.87385001564511], [7.200413800042566, 48.87431709856385], [7.200267418057097, 48.87487159358579], [7.200555246871317, 48.87539282661317], [7.200737789346659, 48.875962785971716], [7.200681388783431, 48.876955403654755], [7.200571091152422, 48.877787809304394], [7.198081877455791, 48.87891987492941], [7.1966854362257076, 48.88005857545198], [7.195763179482542, 48.88098249781638], [7.1953163080543145, 48.88136740698021], [7.195054847115038, 48.88151166301569], [7.193050410689861, 48.88341010181955], [7.192534690940794, 48.883788406018255], [7.191567771139193, 48.883651184392285], [7.190377800385546, 48.88328762178338], [7.189963289852351, 48.88390552165937], [7.18934946576892, 48.885439970620595], [7.188228484321281, 48.88847809766242], [7.188124837782432, 48.88888697883804], [7.187530302487393, 48.89049277705103], [7.186741450901724, 48.89206034108908], [7.186129156351167, 48.892937295886746], [7.184936370466575, 48.89406869673795], [7.184978890184958, 48.89442743133687], [7.185061438692181, 48.894604654773936], [7.185290300668975, 48.894902837643855], [7.18708795456307, 48.89568646212297], [7.188538771331967, 48.89657225872951], [7.189359362004171, 48.89726397358163], [7.190534233230243, 48.89811438120948], [7.191698286856012, 48.89883007371121], [7.191572935527183, 48.89896954817778], [7.190267167469416, 48.89954660983157], [7.189322272692327, 48.90053428150141], [7.188830223941056, 48.90120891019002], [7.188486313489515, 48.901518130531514], [7.187779562411649, 48.90173198251566], [7.187515925596455, 48.9020203792348], [7.187080758275289, 48.90204461247079], [7.187461671852585, 48.90236448669528], [7.18637227643681, 48.90291591670987], [7.185209907108079, 48.90374905758588], [7.185723760673278, 48.904532571752945], [7.185778523491444, 48.90606158463993], [7.185864428574781, 48.906959125044914], [7.185764340792655, 48.90741289807986], [7.18562782902188, 48.90809308065747], [7.184928203865608, 48.908396716077924], [7.184428585030998, 48.908639321614245], [7.184816034724872, 48.90904002373123], [7.184566797391823, 48.90950801504817], [7.1843043367966235, 48.90947216452861], [7.183850842094821, 48.910118397844926], [7.183218774543562, 48.9119415717992], [7.182728303046928, 48.91195871360587], [7.182235041210762, 48.91211103165612], [7.1822310047973215, 48.912570447156355], [7.182179465509652, 48.91396808096898], [7.182233638591376, 48.91464159045623], [7.18169553097466, 48.91542584681005], [7.183249619104474, 48.91555164949889], [7.183609653418323, 48.91561110886656], [7.183777900956167, 48.9151549598095], [7.183932101868312, 48.91401489272771], [7.18443258199351, 48.91276365887702], [7.184750064909567, 48.91246438621824], [7.1855559583007995, 48.91229211968596], [7.185885721358999, 48.91214550600789], [7.186190178851161, 48.911684587107544], [7.186949892410554, 48.91110868187098], [7.187131835150191, 48.91082314863564], [7.187444344822688, 48.91063210646858], [7.189783649001456, 48.909991898371906], [7.190124239755907, 48.90997997447158], [7.191159763130237, 48.91011481900711], [7.191840945461099, 48.9100909624157], [7.195850755190999, 48.91356164355607], [7.197333539689294, 48.91500455925559], [7.196689554486813, 48.91582862506457], [7.196010906621561, 48.91639274371467], [7.195638381687582, 48.91685607359273], [7.195363544761038, 48.91751409721685], [7.195018963124331, 48.91883195864358], [7.194462725249615, 48.920067179587214], [7.194130005074693, 48.921024403148266], [7.1938933842324, 48.9219872631811], [7.193663451867981, 48.92235553317283], [7.192832026108327, 48.92306005857906], [7.19253467007877, 48.923439692395654], [7.192617099169974, 48.924292313710545], [7.1930146828979415, 48.92549411027555], [7.193176311979288, 48.92580363605532], [7.1922880079446525, 48.92631202825537], [7.191669944494025, 48.92661283464822], [7.191533718974071, 48.927635204728716], [7.19112355205271, 48.92780265429854], [7.190549463056574, 48.92746253767676], [7.190398356981787, 48.927792017563895], [7.190708441736977, 48.92807833901308], [7.190697836199246, 48.92828583216941], [7.190084557269385, 48.92830729706593], [7.189802827164767, 48.9285422889696], [7.190578582534403, 48.92901043005933], [7.190434585412425, 48.929258612935186], [7.1893114883267515, 48.92956807440775], [7.18898596664675, 48.92976857491002], [7.189014914548994, 48.9301277731527], [7.188534284343353, 48.93009956182926], [7.187003275085473, 48.929756880290135], [7.186203624896229, 48.9300099735415], [7.185401797684673, 48.930236121472056], [7.179153371232815, 48.93207532156638], [7.178948928503365, 48.93208245716226], [7.178558838428314, 48.930970421368215], [7.178350790590572, 48.930932655897564], [7.177633577761515, 48.931191817907106], [7.177443572699312, 48.931378551209825], [7.1773533853934275, 48.931786931438765], [7.176697094201536, 48.933484790142764], [7.1765680111460375, 48.93357934445867], [7.176431711822656, 48.933584098614546], [7.1741273108634, 48.933142153974025], [7.171138578929385, 48.93268798694918], [7.170869586967827, 48.93274238297606], [7.170768536767513, 48.93301605714345], [7.170624555981904, 48.933606406222225], [7.170624079246222, 48.93428180773249], [7.170538217513487, 48.93491515714366], [7.170283142963411, 48.935824552784474], [7.169971918752613, 48.93620460082536], [7.168732574658913, 48.93728333922384], [7.167973769785796, 48.93804816980139], [7.167747183678451, 48.938461284638315], [7.167733038070864, 48.93913715751751], [7.167251815610385, 48.93978425913369], [7.166736069366766, 48.940171412617715], [7.1648538721630635, 48.93903021014173], [7.16374233628258, 48.938123332622226], [7.163599549044767, 48.938047251799915], [7.162485350132864, 48.93795991570307], [7.1608503224121876, 48.93802574298149], [7.159972198112372, 48.93815530660183], [7.15945135861201, 48.93830847422243], [7.158350792384862, 48.93822062623736], [7.1576017881698, 48.93825563819299], [7.156662677364905, 48.93847734459009], [7.156052854940039, 48.938543535520395], [7.155687714323702, 48.939105512512484], [7.155758062637549, 48.9396433710857], [7.156032903103685, 48.940345227637444], [7.154681199437189, 48.94053620958677], [7.1534629351419525, 48.94068652808659], [7.152914066697654, 48.9406605381304], [7.152416138070809, 48.94041666018845], [7.152043770892261, 48.94020444687868], [7.151330610716899, 48.94000404661445], [7.149957385657838, 48.93992557239819], [7.148634402214155, 48.939620218301954], [7.148004487017736, 48.93943492488685], [7.147341595473204, 48.93900763671853], [7.146703881427306, 48.938039176149424], [7.146321524417231, 48.937701222562055], [7.144360968220005, 48.936427353226875], [7.143540358237845, 48.9357353550866], [7.142856792105358, 48.93504761526542], [7.142111532786471, 48.93444305045165], [7.14167828842924, 48.93415186794931], [7.141380460560431, 48.93470246613855], [7.140770514063004, 48.93545296036419], [7.1401435386910475, 48.935303545728495], [7.139365240857465, 48.93497025536266], [7.139064694535196, 48.93480054575369], [7.138515716841145, 48.935458870536905], [7.138332706108509, 48.93573534318639], [7.13784399986941, 48.936292526661376], [7.137477296609346, 48.936665393980626], [7.13730790728247, 48.93694139377945], [7.137289792214907, 48.937572362953404], [7.137225209867907, 48.937619618723474], [7.136684959181565, 48.937701316814696], [7.136455472828451, 48.937394072641794], [7.132178024390321, 48.937748861920745], [7.1313923301651165, 48.938010097366664], [7.130936641013489, 48.93829596343054], [7.130452113783689, 48.938906996822155], [7.128949766386292, 48.93892278588121], [7.128002675235508, 48.939045484935946], [7.127733605331629, 48.93909978381892], [7.126074257242362, 48.93885980820449], [7.125805899198894, 48.93892308302813], [7.125490054363546, 48.939249132870835], [7.125260186102198, 48.9397973403137], [7.125011424071753, 48.940796437828254], [7.125018552098929, 48.940886240317916], [7.124017599138801, 48.94101976612714], [7.123289194303565, 48.94131499087973], [7.122130754006967, 48.94204823779505], [7.122360176276447, 48.942355508063706], [7.1226798857018245, 48.94414545626762], [7.122781864232866, 48.94525853553808], [7.122635070650655, 48.94599297297724], [7.122619721240589, 48.94648876210893], [7.122450221080372, 48.946764738390435], [7.122399862497407, 48.94699159004154], [7.121666690660293, 48.94791729489563], [7.120848940097509, 48.94863879511823], [7.1206011775402, 48.94896248371859], [7.120230700868025, 48.94929039285714], [7.119677665177785, 48.95007481430913], [7.1190233639056695, 48.95096176585788], [7.119638648085584, 48.95165197614173], [7.120151484937223, 48.952084571556625], [7.120810758546462, 48.9524671039955], [7.121161615313736, 48.9525810991031], [7.1224351152588765, 48.95312258325981], [7.12602573259561, 48.95408852921773], [7.126366626663742, 48.95407678707349], [7.130319845281912, 48.953238178082685], [7.131402829988236, 48.95310177952091], [7.132632877394773, 48.95309536859592], [7.134490096249727, 48.95323839007331], [7.135031941196181, 48.95317466322658], [7.136692755623362, 48.95256802990375], [7.140376724787039, 48.951099035459045], [7.140721174289291, 48.951132152828734], [7.1416561493852555, 48.951541064143136], [7.142872402379771, 48.95221938977105], [7.143785102297308, 48.95303427231059], [7.144093622033134, 48.95347383985992], [7.144211249210753, 48.95392001087208], [7.14540744089229, 48.95503123707564], [7.146549855954897, 48.956153318197515], [7.147274673097469, 48.956668515466795], [7.147653591099854, 48.956961560159954], [7.148016008976603, 48.95721915584305], [7.148529136780413, 48.957651627604434], [7.14916928660921, 48.95847590919403], [7.149559705057783, 48.958912626641926], [7.149843201434833, 48.95903787876026], [7.151511197008843, 48.95937630011296], [7.153393820668637, 48.959833325603924], [7.153701733333294, 48.959921703256896], [7.155852828514394, 48.96031535389798], [7.158592555579063, 48.96105773432286], [7.159507021856926, 48.96137717723709], [7.160579450776326, 48.96196127309536], [7.161260727696079, 48.96261297520921], [7.162819986779108, 48.96381048096143], [7.162822428304016, 48.96520614464302], [7.163136510166564, 48.96707723868765], [7.1635625330819215, 48.96863827671589], [7.163720521568172, 48.96890293087346], [7.164239775052152, 48.969920438006284], [7.164289413902355, 48.970368952458564], [7.163948616771982, 48.97123624982463], [7.163927174389863, 48.97165121467659], [7.16399841116054, 48.97236912112943], [7.164285056360164, 48.97321461327227], [7.165127419501193, 48.97416685740172], [7.165693393555124, 48.97508367985425], [7.1633681041350785, 48.975767803554135], [7.163474578199812, 48.9767546252397], [7.1636464225672976, 48.97787424582283], [7.163899755942084, 48.98052183426586], [7.1617496163547765, 48.982370436728175], [7.1617568135595535, 48.982460233536685], [7.16114947934367, 48.983246716695774], [7.160596064459849, 48.98453558425798], [7.15843294631275, 48.98827552900588], [7.1572626038978235, 48.99040518724368], [7.157280580354121, 48.99062967822364], [7.158717169855759, 48.992677915312456], [7.15873946945202, 48.99295628325295], [7.158903959270105, 48.993130668255965], [7.159376642843679, 48.9939066708366], [7.159547686999677, 48.994675128319464], [7.159834433843848, 48.9958627843738], [7.160119728069361, 48.99686139396722], [7.160361878867761, 48.99749231354067], [7.160930124087372, 48.99809390679464], [7.159880126764371, 48.99882369045444], [7.159250963485772, 48.99916968049752], [7.1591253061658, 48.999480192894275], [7.159497431921282, 48.99985447772817], [7.160253188040948, 49.00057563139127], [7.161099549945311, 49.001743861445206], [7.161457368999366, 49.00228071797458], [7.161621271668382, 49.00295937133444], [7.162439617715862, 49.00377738883379], [7.163500634160808, 49.00386661560039], [7.16579736126639, 49.004516211402816], [7.168104804569983, 49.0047872026069], [7.170087706550464, 49.00544762719712], [7.170965686314435, 49.00581329051124], [7.17180555358396, 49.00604520568811], [7.17330982886144, 49.0060288804971], [7.17424027072314, 49.006365681338195], [7.17723733382835, 49.00482958898829], [7.178113307780516, 49.00397965297975], [7.178408338591681, 49.00356416592267], [7.1789080871043245, 49.00314154327414], [7.178890012863937, 49.002917058197504], [7.17941713720083, 49.002664566242466], [7.18205929216421, 49.001653969962845], [7.182436987470139, 49.001415679941125], [7.183506364541235, 49.00109922902502], [7.183836697044521, 49.00095263312685], [7.18381787848195, 49.00071916893462], [7.183390672569915, 48.99983361016301], [7.183409076335846, 48.99938273522859], [7.18356033130174, 48.998882201228206], [7.1837508679383495, 48.99802010915541], [7.183729462871165, 48.99707536516476], [7.183808029270334, 48.99635224883396], [7.183708673050268, 48.99477989490225], [7.1839707354164135, 48.994635678780924], [7.186213163197917, 48.993764982190505], [7.187484003954325, 48.99425187776142], [7.188007849606165, 48.99463879175203], [7.188937218900726, 48.99564186568701], [7.189472082974164, 48.99633454920273], [7.190544281889421, 48.998089016120936], [7.191097189595486, 48.99883509001805], [7.19124069984707, 48.99959547341514], [7.191553523078043, 49.0000797963251], [7.191625180561691, 49.00079766710556], [7.191549486836067, 49.00138561831133], [7.191914731212857, 49.00370506219678], [7.193864129836692, 49.00614919990317], [7.194359811430217, 49.00703232903658], [7.194901982097107, 49.00764369003488], [7.195716426552326, 49.008236517929866], [7.196678570082064, 49.00930141859359], [7.196872864324073, 49.009672814431134], [7.197345967472161, 49.01010648895988], [7.198807420059666, 49.011081859041035], [7.199332402011157, 49.011648779546476], [7.1998093344254706, 49.012298422368644], [7.200294273640242, 49.013046833973455], [7.200559928144843, 49.01362283140007], [7.201543680915129, 49.01529024825803], [7.2016337487527045, 49.01555723190924], [7.201953145006967, 49.01595125058453], [7.203353137310649, 49.01700976355601], [7.204883156073163, 49.017982661086], [7.208301966837555, 49.019960837054285], [7.209397091377819, 49.02063377573859], [7.212027853193437, 49.018803524218704], [7.212020564036349, 49.0187137335326], [7.211597157516667, 49.01855751296762], [7.212598382398741, 49.0175678564659], [7.212587447453136, 49.01743317032724], [7.212235223231801, 49.01731047070221], [7.212472733954818, 49.017031988643645], [7.213233696967312, 49.01645597348349], [7.213807256439272, 49.01660691285274], [7.214012027065969, 49.01659971836382], [7.214802773369802, 49.01571648567739], [7.216152449660985, 49.01480459383838], [7.217296718722734, 49.014566258138395], [7.220298429894344, 49.014442658348244], [7.220772554089416, 49.01438094953171], [7.221286670890903, 49.0141377359352], [7.221967742380954, 49.01409575226951], [7.228871555755157, 49.01448285091411], [7.231090804452879, 49.014836808880546], [7.2323876247340095, 49.0147910510988], [7.235449504265505, 49.01456589501961], [7.235649866193327, 49.014504789836565], [7.2361455889812865, 49.014037038531725], [7.236968284015346, 49.014053000786504], [7.238960072176036, 49.014135699433496], [7.239847353784621, 49.01410433480656], [7.240317782946817, 49.013997654079354], [7.241508890809956, 49.01349628496291], [7.241886399384147, 49.013257810595], [7.244816976494592, 49.011596267333836], [7.245405812881368, 49.011431344423414], [7.246020050199792, 49.01140959811081], [7.246981408290384, 49.011447595611166], [7.248740968778168, 49.011871536349375], [7.2494990608317496, 49.01193472523613], [7.253105355846936, 49.01100543832923], [7.257171567501466, 49.00984359088157], [7.257649289242959, 49.00982663050273], [7.258036584778694, 49.01020910008295], [7.258237640105158, 49.01015693581048], [7.264062166944685, 49.00823900587596], [7.266771199256133, 49.00722412385665], [7.268751634688325, 49.00650526980171], [7.26888811679318, 49.00650041099012], [7.269462466585826, 49.0066600646705], [7.270018738991576, 49.006766328700024], [7.270484606600909, 49.00660565611372], [7.272421333448623, 49.00751822534201], [7.275284089660124, 49.00870392762756], [7.276415941946292, 49.00914984642484], [7.2779063869313125, 49.00962798887717], [7.278893229791064, 49.009808903828514], [7.281984248699256, 49.009941709247656], [7.282598453022121, 49.00991977573426], [7.288662150087354, 49.010243381414035], [7.289218500128418, 49.0103495560971], [7.290002598834603, 49.01072674256388], [7.29023954282934, 49.01094339618584], [7.290326347243061, 49.01116542095871], [7.291060039122907, 49.011760529424], [7.2915240106808215, 49.012239213202264], [7.291765883658786, 49.012680817816126], [7.291866347176559, 49.012902352620735], [7.291860019718284, 49.013487917355896], [7.291713479136661, 49.014033473553376], [7.291693499688487, 49.01461952613], [7.29196388910208, 49.015240213087445], [7.292048095936845, 49.01609269203189], [7.291966089733808, 49.016590911598094], [7.291679320287647, 49.01709645818029], [7.291568805024187, 49.01741559364857], [7.293554600715114, 49.01891142032131], [7.293880192283496, 49.01920593999875], [7.294721567210989, 49.01944597042169], [7.297656772053194, 49.02016930913398], [7.30081123002159, 49.02089372209735], [7.302844585251874, 49.021307075324934], [7.303425161189449, 49.02153839213063], [7.30464069395998, 49.02216115982835], [7.3050899823927224, 49.022460217073466], [7.305612513379969, 49.02298177381846], [7.3067388139921725, 49.024508244939696], [7.307136036689379, 49.02516937230449], [7.30767525058464, 49.025726342194886], [7.30880109760979, 49.02658642636909], [7.308823470510455, 49.02685577855089], [7.308595150453785, 49.02740429088853], [7.308194318731879, 49.028184127463525], [7.3078654718657035, 49.029006402551396], [7.308184316847959, 49.02987745862672], [7.30917394859926, 49.030580338160064], [7.311101738761826, 49.032519228409804], [7.311793293219293, 49.03325981410091], [7.311825473778038, 49.034141162470426], [7.311518732823161, 49.034899613142066], [7.310899845251017, 49.035363103786665], [7.312475935866567, 49.036693253890974], [7.312673306143, 49.036596108281095], [7.313866581442606, 49.03546358753058], [7.314075146407258, 49.03550111399993], [7.317102362987801, 49.036986138675665], [7.317832443078929, 49.037365099168355], [7.319482434721612, 49.03612603092631], [7.320458538616771, 49.03567664647682], [7.321186395894536, 49.035371272610206], [7.320933466862938, 49.03628090116309], [7.32103258730422, 49.037141829046845], [7.321187846356979, 49.03736136689985], [7.322492633158624, 49.0380617975654], [7.32347774266315, 49.03837750634039], [7.324925854771981, 49.03849641515317], [7.325873631207626, 49.03967794913248], [7.3266367708389195, 49.04045189519995], [7.3270306233287625, 49.04106805578746], [7.327369857534868, 49.04168618482056], [7.327494568591996, 49.04285236011389], [7.327751296795487, 49.043302364876766], [7.328303828318751, 49.04384976174003], [7.328569729456642, 49.044245402892074], [7.329255858496374, 49.044751955722745], [7.330107394227484, 49.04527054674817], [7.330538122940084, 49.045507148187156], [7.331320643871456, 49.04601921651297], [7.331364890422228, 49.04654892426739], [7.331793385395103, 49.046758586635065], [7.3320928021028875, 49.047062958933715], [7.332736967784894, 49.04788618859654], [7.3338072721924465, 49.04905423302623], [7.334431076035573, 49.04979714281348], [7.335032378498514, 49.050270707665355], [7.335985683525568, 49.05085762478266], [7.337331376932024, 49.0513853287082], [7.337475481344011, 49.05147017227652], [7.337947390537777, 49.05334419835924], [7.338351378857434, 49.05391493051334], [7.339118670951425, 49.0547336765796], [7.339717685826004, 49.055342379148875], [7.341575091494838, 49.05772460477886], [7.342263656648451, 49.05842010737943], [7.34451042877658, 49.060049782733735], [7.345266330513022, 49.06007645230196], [7.345786017361791, 49.0625160379926], [7.347689577077749, 49.06364479056132], [7.3484658680206, 49.063913841689775], [7.348952887979726, 49.064328444799585], [7.348446404594552, 49.06466197142329], [7.348320002596236, 49.06527889751542], [7.347580264662974, 49.06593604671115], [7.346645987747853, 49.066888396716465], [7.346596492920117, 49.067115315777436], [7.347006817558487, 49.06759573836731], [7.346904064532374, 49.068004687345976], [7.346321122824457, 49.06906137559396], [7.346099149242855, 49.06951966423287], [7.345659297585675, 49.069994843670614], [7.345437314163915, 49.070453130672796], [7.345125813394421, 49.07082460627393], [7.3449283736844695, 49.07092180200278], [7.34412129960964, 49.0711040921444], [7.343229345194387, 49.07109133665649], [7.342872686735907, 49.07092413773328], [7.34279308025421, 49.07079194187311], [7.34236509453699, 49.070591301423235], [7.342160128880419, 49.0705987144497], [7.34189436243824, 49.070698376146304], [7.341624834598955, 49.070753148140035], [7.339541123427972, 49.069765889549274], [7.33757295360232, 49.06868437227616], [7.3355231761886035, 49.067281591437926], [7.335098251111424, 49.067116835993424], [7.333205329318267, 49.066933034317735], [7.331260177185146, 49.066616012840306], [7.330854024808022, 49.06667569034382], [7.329383377603516, 49.06777331129552], [7.328155960654386, 49.06850194441681], [7.3273916362169516, 49.06771905097866], [7.32567921012095, 49.068384094408465], [7.325618383059846, 49.06847633539059], [7.325701688665893, 49.0686534326164], [7.325929128823809, 49.068915385742514], [7.325864554974047, 49.06896273712814], [7.325339896294946, 49.069080694451294], [7.325171074416472, 49.06935692432051], [7.323963764113952, 49.069670559612554], [7.323687482090784, 49.06964448996388], [7.322974120568454, 49.06881471117391], [7.322526760612609, 49.068380572805324], [7.321590492770485, 49.06865741119551], [7.321814169088827, 49.068874482295215], [7.322441034457705, 49.069653351942065], [7.32301400942911, 49.07044316373718], [7.323470392177947, 49.07164239175737], [7.323549950725019, 49.071774600303584], [7.325025363389151, 49.07138827984193], [7.326162980819196, 49.07237385420681], [7.326595415571396, 49.072628419398626], [7.326925798665187, 49.07248143996414], [7.327740962914208, 49.07190276045588], [7.327877611497802, 49.0718978348776], [7.3283199666536865, 49.072107011939785], [7.329072370817126, 49.07274625003814], [7.329537238463617, 49.07322475882833], [7.3299734473544875, 49.073524201020334], [7.330318079543467, 49.07354779192812], [7.331643925917339, 49.073175789925976], [7.331865570093177, 49.07320381328031], [7.33265843436432, 49.07367047690201], [7.33295425836916, 49.07392994989815], [7.332969270822627, 49.07410950683898], [7.332600874562011, 49.075113342603075], [7.333640062623425, 49.07524693447608], [7.334029157456926, 49.075638112518746], [7.334444539951672, 49.07634351281798], [7.334633765788125, 49.07696702660697], [7.334727934461286, 49.077765064770496], [7.335073348029974, 49.07779761974907], [7.3363596291923745, 49.07760709684696], [7.337476786158825, 49.07719754570761], [7.3391672251915185, 49.07757771332614], [7.3402215181804955, 49.07789080348188], [7.340836502245542, 49.0778685734293], [7.3417579084436015, 49.07823147911357], [7.34177295261594, 49.07841103420412], [7.3414029508848815, 49.078739585089664], [7.341237943750466, 49.079060723688116], [7.341199695520781, 49.07942230407976], [7.340557098859699, 49.079769711005746], [7.340029224476525, 49.0800139136923], [7.340123877086606, 49.08032566516317], [7.340433443417043, 49.08058462411888], [7.340782639700904, 49.08066205131483], [7.341501102548173, 49.08040195033989], [7.341842776662909, 49.080389597092186], [7.342494027540431, 49.08063619650919], [7.343426782524136, 49.08113375431477], [7.343798565045796, 49.081480504238414], [7.343985150945164, 49.081743903033015], [7.344007730336077, 49.08201323431886], [7.343768250316933, 49.082427118763746], [7.343956224943881, 49.08287056578958], [7.3443138026836845, 49.085009806549735], [7.344408490164901, 49.08532155313167], [7.344074311270658, 49.085423690397796], [7.3433954131792625, 49.08550227457786], [7.343049943076629, 49.0854697437579], [7.341680856028047, 49.08549223132383], [7.339779321945881, 49.08570503732882], [7.339517233160583, 49.08584958081391], [7.339583537390412, 49.086477525922504], [7.339666919595177, 49.08665461037001], [7.341162740157605, 49.09059870861361], [7.341255401147442, 49.091540867437104], [7.340924937247301, 49.09168788353528], [7.339908715418303, 49.09183266391227], [7.339174295062547, 49.0919042217997], [7.3384156770578235, 49.09185058175871], [7.337732176009307, 49.091875267524486], [7.337457832725885, 49.09121881888698], [7.337230236520559, 49.090956893258344], [7.337163955058771, 49.09032894959278], [7.337221029241265, 49.09019181633097], [7.337289047622124, 49.08969409487891], [7.337129805906859, 49.08942970051508], [7.336981838882405, 49.08929997120988], [7.336025734714314, 49.08934349656263], [7.335611896789112, 49.08931341188895], [7.3351109321069785, 49.08906135018606], [7.334811255216755, 49.08875699778144], [7.334911743102023, 49.08848322638416], [7.335007119460608, 49.08798451867607], [7.334844138893877, 49.087675232269916], [7.334660420316046, 49.08597094470166], [7.332607890113604, 49.086017993489605], [7.3313492014682735, 49.08572121126275], [7.330653714904395, 49.08642165309303], [7.3304561887003805, 49.08651882357299], [7.330315750110961, 49.086478863239776], [7.3300581989132505, 49.08585781247309], [7.329902757142228, 49.085638296370085], [7.329504706366158, 49.08579672361385], [7.32922758550843, 49.08576168934332], [7.328766358647356, 49.08532807405691], [7.328263796917072, 49.085220119924514], [7.326741532651441, 49.08504985215049], [7.325062361204094, 49.08464208689709], [7.324436050561389, 49.084529568977956], [7.3240010973273835, 49.08441015827171], [7.3227117881833355, 49.08374519466676], [7.322298002655397, 49.08371506400116], [7.3210564406844805, 49.084444105264446], [7.320834926721401, 49.08491131820027], [7.320731933036522, 49.08532023790647], [7.320764318368558, 49.08554419174947], [7.321477696091554, 49.08587871496622], [7.321818662179583, 49.08585744088579], [7.32253504698749, 49.08622786896693], [7.322550026928649, 49.08640742506184], [7.32207536578953, 49.08646953149493], [7.321792436960375, 49.086857912629746], [7.32141232352713, 49.087231780145856], [7.320937653480949, 49.087293882037144], [7.320643288614048, 49.08770968533221], [7.31993340786028, 49.088239485599516], [7.319530815633861, 49.088344012598455], [7.3192536879047445, 49.08830895542403], [7.318468951924426, 49.08794096600088], [7.31833226017732, 49.08794588080501], [7.317747822820886, 49.088336086065006], [7.3174744370812626, 49.08834591387421], [7.3173265223205135, 49.088216160245715], [7.31719431833212, 49.088274940676726], [7.316166799468332, 49.088942199639206], [7.315574856247145, 49.08924261577219], [7.3153164210870685, 49.089431995097954], [7.316061437021622, 49.08998152570089], [7.3163497912066315, 49.09015125733236], [7.316357271023143, 49.090241035425876], [7.3153950610531195, 49.09086991904988], [7.315621798715382, 49.091122908218566], [7.315993466912263, 49.09146974074332], [7.315950005355011, 49.091606372553116], [7.315249954529228, 49.09209076297775], [7.315473705380285, 49.09230784093413], [7.315448938187992, 49.09266891730353], [7.315130358877716, 49.09295950699723], [7.314412125311879, 49.09339051627629], [7.3136548956314735, 49.09401201850642], [7.312845857452282, 49.09417613893816], [7.312461889020424, 49.09450508651908], [7.311883531878926, 49.09480499204474], [7.311238084601394, 49.095287394642], [7.307795788641121, 49.0965994952723], [7.305579554082939, 49.09765144285223], [7.302724366291769, 49.09926650385702], [7.302947349871434, 49.09947462578738], [7.303867148006801, 49.1004771972845], [7.304216437344495, 49.1010499773235], [7.304393452604545, 49.10152987910362], [7.304653309033899, 49.10350156029015], [7.304812447755875, 49.104261240585735], [7.304256306250692, 49.10433519287723], [7.30209909654551, 49.10478163991463], [7.299998550668998, 49.10491986726326], [7.29760339254191, 49.10497855156968], [7.297322466238952, 49.10489855543139], [7.296505758898162, 49.10497278619421], [7.294957085647204, 49.10531629888864], [7.293426253500129, 49.10587525908546], [7.291022810203136, 49.10715870324139], [7.28956025453956, 49.10771517140997], [7.288092758592276, 49.108046687792054], [7.287273015628994, 49.10808494431784], [7.287197209822844, 49.1079976056222], [7.287168671379402, 49.10781853684898], [7.286956119246594, 49.107736077100384], [7.2849450601542, 49.10746564730913], [7.284858117546389, 49.10724363927848], [7.2847176579846975, 49.10720362649577], [7.28233550467637, 49.10675729599493], [7.282309523300421, 49.10644307032568], [7.280907630085949, 49.10624090573645], [7.280691384199511, 49.10611354534373], [7.280688416059214, 49.10607763378059], [7.279587051834563, 49.10602682454321], [7.279428054263245, 49.10576235804574], [7.279316337115373, 49.105406164116715], [7.279240548630802, 49.10531882017727], [7.277676179038236, 49.105473574228284], [7.276989504126919, 49.10546200269627], [7.276408279148683, 49.1044021739334], [7.276303998141214, 49.10413575607976], [7.276224510426196, 49.10400352045085], [7.275879700485377, 49.10397977514446], [7.275627568819234, 49.10358355375741], [7.275069505154242, 49.10346834768402], [7.274736754233932, 49.10275984202151], [7.274180183131557, 49.10266258764393], [7.273701611440992, 49.102679612287695], [7.273363477915174, 49.1027366614098], [7.270142523933022, 49.103589535740525], [7.2697049997215455, 49.10393824359109], [7.269522094042626, 49.104214871780385], [7.26944343234367, 49.104757923415534], [7.269405472821712, 49.105794762799306], [7.269376677953828, 49.10611093505531], [7.268869598647379, 49.105948867087484], [7.265388868401228, 49.10464981413356], [7.265413989954379, 49.10428875237741], [7.262968939937014, 49.1039073102811], [7.262148505133475, 49.10393641770015], [7.261666962898411, 49.103917482335326], [7.2614433872832, 49.103700306762214], [7.260058277175068, 49.10353332573853], [7.255763654346404, 49.103172285790855], [7.254731482698196, 49.10312780508746], [7.25457630814735, 49.10290819539062], [7.254097727767505, 49.102925142016765], [7.2539125303222685, 49.103174812495176], [7.253826333210131, 49.103628073690125], [7.253632284133524, 49.103770006653036], [7.2533551186048815, 49.103734798120485], [7.252944899987548, 49.103749319739386], [7.252750848044116, 49.10389125126317], [7.252067884923083, 49.10392442783078], [7.251812829717629, 49.10415855829721], [7.248101991123268, 49.104226791815044], [7.246001827781502, 49.105039367774246], [7.244456496983262, 49.10542712063011], [7.243740143535284, 49.10572254752608], [7.24269839462307, 49.10639862803429], [7.240351506638737, 49.1048697442706], [7.2373625324231075, 49.10320139078817], [7.236517126737144, 49.10292506513419], [7.2351284472047155, 49.10271290590729], [7.234289666921426, 49.10251736828244], [7.233556345161451, 49.102102011235225], [7.233207164927315, 49.102024274247086], [7.225277615176669, 49.101646112293004], [7.224582947993301, 49.1015354805276], [7.221600483474622, 49.10044278266519], [7.220206136910715, 49.09965439756501], [7.217518181535649, 49.09796599685744], [7.215659197680723, 49.096689648349695], [7.21330108610084, 49.09618711621898], [7.213004602081525, 49.095576238217284], [7.210581360611892, 49.09595833012349], [7.209423591786153, 49.09605292848249], [7.208974238973172, 49.09642883217758], [7.2082556315296165, 49.097372411872634], [7.208083361368536, 49.09778362442677], [7.206943770704142, 49.09877795478948], [7.206770575920081, 49.099009118028384], [7.205993927285879, 49.09957654663833], [7.205810697139367, 49.09985307902132], [7.2057705831231695, 49.10003456176339], [7.205401199579341, 49.100551711647825], [7.204602440210204, 49.10135400453302], [7.203886815620791, 49.101829241611156], [7.203300463517821, 49.10203883847069], [7.202703346547298, 49.10228482435245], [7.201355526055604, 49.103250358400814], [7.2004245355267, 49.10360704871375], [7.199201116713647, 49.1037398518248], [7.199068011496791, 49.103789522995676], [7.199121719185319, 49.10428285750201], [7.199287581643592, 49.10463721442848], [7.199442527131563, 49.10485689503951], [7.200392387071133, 49.10540894253666], [7.200707958348278, 49.105749060037816], [7.201280367665112, 49.106719469062774], [7.202043361704569, 49.10750313380624], [7.202147432993447, 49.10794068206061], [7.20212551134019, 49.10834662095039], [7.201895539367703, 49.10872381981555], [7.200834165191175, 49.10984138724288], [7.200485620762128, 49.110447822364144], [7.200500184941781, 49.11062738920088], [7.201525099427123, 49.111257839307115], [7.2015396674351555, 49.11143740587519], [7.201410186599813, 49.11153197089806], [7.200612172371137, 49.111838986399135], [7.19956885342883, 49.11233464460728], [7.1992451358633875, 49.112571051374374], [7.199773905530205, 49.113002761548884], [7.199450184727491, 49.11323916871269], [7.19947114238437, 49.11332847400658], [7.199698140381831, 49.11359065427064], [7.199781088189354, 49.11376783076262], [7.198960352861585, 49.11447179233299], [7.198331807843675, 49.11517803686515], [7.199327662688807, 49.11544937047345], [7.200037026418452, 49.115739712599165], [7.200629853736588, 49.11611515783353], [7.20124162862309, 49.116724035387115], [7.201953864487243, 49.117725562312685], [7.20204775534996, 49.11803741053214], [7.202519142652935, 49.11860617141544], [7.2034256754215935, 49.119465839517815], [7.203832341890542, 49.120081877601216], [7.204048328211112, 49.122235216779416], [7.205217601870762, 49.12295062563064], [7.205592405471098, 49.12334267926137], [7.2066322318872444, 49.123477362718766], [7.208243873905696, 49.123727074728855], [7.2086033801120015, 49.12393057698719], [7.208676174810473, 49.12465732985319], [7.211107928871136, 49.12486928301308], [7.211654395092272, 49.12484113307135], [7.21296786592746, 49.124966174744294], [7.2158932827739255, 49.125511875238395], [7.217619891916918, 49.12548731956472], [7.219997792361147, 49.12520577702225], [7.22068105641731, 49.12517278326952], [7.229644858449663, 49.12624428687763], [7.230411202774833, 49.12638839152941], [7.2322715551927965, 49.12716026174307], [7.23389178180859, 49.127679450888465], [7.234571480356312, 49.1281057011591], [7.235363573388721, 49.128564003187], [7.235720281359439, 49.12873151155874], [7.2365440623720865, 49.12873849698614], [7.236904449238523, 49.128950891618935], [7.2371133346329275, 49.12898854830241], [7.238479939800003, 49.12892236276708], [7.239034520451214, 49.12899284600928], [7.24162547768902, 49.12946869520538], [7.245302859127931, 49.12980708446502], [7.2465107991533735, 49.128810004601576], [7.247787410384872, 49.12798155802854], [7.249110499640799, 49.12738555542277], [7.255912414959806, 49.125344121329974], [7.261386532135651, 49.123844586086236], [7.26634535626964, 49.12258818280946], [7.2668969835362685, 49.12328892836342], [7.2673469308120255, 49.12358809748172], [7.267767663074277, 49.12369921644022], [7.269552604886063, 49.12371686169408], [7.270658037959382, 49.12381265091778], [7.271856315692083, 49.12420226611819], [7.272906305658698, 49.124291001525606], [7.273903742688086, 49.12407545631225], [7.277872133880052, 49.12245759986589], [7.278214100307115, 49.12244542798203], [7.27969414120698, 49.122923982759], [7.280108214954649, 49.12295425890299], [7.280223686376536, 49.1233553346623], [7.280370866291227, 49.12347615171584], [7.280938382147019, 49.123536977309826], [7.281078883058461, 49.12357699386365], [7.280892999482569, 49.1238177230785], [7.280843162410049, 49.12404460236518], [7.280922692648587, 49.12417683233729], [7.281441124391522, 49.12447351245035], [7.281717677421473, 49.12449967781357], [7.283892714307672, 49.1235937914088], [7.283718966884351, 49.122654543382986], [7.2838547565380125, 49.12197438834039], [7.283805478148298, 49.12071555503973], [7.283437280522758, 49.11974721822827], [7.28253613021478, 49.11697901676885], [7.282600803455491, 49.116931690889], [7.2909271095863835, 49.115770273586506], [7.29340045771604, 49.11515968373285], [7.293738650218504, 49.115102578970806], [7.295957100030764, 49.11604978789159], [7.298198995863015, 49.11711317576584], [7.298652796709713, 49.11745711801211], [7.299537244866855, 49.11885716847311], [7.3000308425075096, 49.119514833609045], [7.301185194689008, 49.1208601930922], [7.30268405302656, 49.1220581444062], [7.304207840955878, 49.122895012416244], [7.304072316011868, 49.12357518979156], [7.30411336487909, 49.12406895721854], [7.304196699898251, 49.12474129633476], [7.304562335089964, 49.12567365453111], [7.30497523607794, 49.126514275427844], [7.305587612555153, 49.127113637997574], [7.306113682311158, 49.12749998640399], [7.306905887413958, 49.1277867542052], [7.307550610806047, 49.12811481942322], [7.308372719278851, 49.128760678428065], [7.309298539570001, 49.12916870238743], [7.310478616821246, 49.12982872725166], [7.310702510635095, 49.130045806045246], [7.311104331178656, 49.1307517399793], [7.31124249050555, 49.13142210724623], [7.311521201016927, 49.13213245457285], [7.311828556517201, 49.133021859263366], [7.312176966650399, 49.13390979014187], [7.3122852315771585, 49.134221056290414], [7.312448223891955, 49.13453035913341], [7.312738187736239, 49.13537536299575], [7.313272508210186, 49.136517744041704], [7.313583557437351, 49.13695679706552], [7.314128493679625, 49.13756754191135], [7.3148741891859235, 49.138117053885544], [7.318224724080575, 49.13995068459906], [7.318866673955686, 49.14024277580984], [7.320174769780286, 49.14095213878574], [7.3218971493030205, 49.14169161880072], [7.323709745809022, 49.14268895510773], [7.325506832655288, 49.14333565688522], [7.327359278642565, 49.14415142204975], [7.328493955611006, 49.14442573070383], [7.32920293711272, 49.14469734795752], [7.329841252153914, 49.14494449302519], [7.334880448935722, 49.14513210663358], [7.336331571355098, 49.145250865575214], [7.338869151583705, 49.14523136052523], [7.340042086292924, 49.14530608690208], [7.340927787390144, 49.14522909341383], [7.341926976900398, 49.14486886004303], [7.343030472584133, 49.1442797409067], [7.344219812915434, 49.14373253082143], [7.344863178413205, 49.14338512612968], [7.345330795995417, 49.14323316160708], [7.348221674878189, 49.143335753336736], [7.351842224762167, 49.143627975347165], [7.352955030140408, 49.143803800531316], [7.355226416920608, 49.14388362901441], [7.3599517757558335, 49.14376640297048], [7.36244153739813, 49.14334292913451], [7.362578371108394, 49.14333796445041], [7.362456672164654, 49.143522470155446], [7.3615114988497785, 49.144196078528694], [7.36142995789101, 49.14469428332607], [7.361589493499284, 49.14495863112256], [7.362086587334647, 49.14515670640129], [7.362774563846806, 49.14517676865552], [7.36284676727469, 49.145219171312334], [7.363261067603034, 49.1452491605887], [7.363222924219608, 49.14561072447255], [7.362761147756263, 49.14648290613884], [7.362466782287104, 49.14689878756907], [7.36240038201761, 49.14757653198246], [7.362421323458969, 49.14847621883696], [7.362294063978721, 49.14924621438969], [7.361715625683698, 49.150851978684415], [7.361406196430068, 49.152718113124465], [7.361563226899948, 49.1536038551067], [7.362375318123623, 49.15542030366002], [7.362377339446462, 49.156095560063534], [7.363106918264378, 49.15709559533406], [7.365470892772531, 49.15956706064732], [7.365864649364092, 49.16000298758621], [7.366607428194313, 49.16050728226396], [7.366903918293042, 49.160766649523126], [7.367675701663801, 49.16096373597273], [7.368374502644431, 49.161109441956114], [7.3688900142172, 49.16136084994989], [7.369042057780489, 49.16153541499876], [7.368547597149903, 49.16218368120779], [7.367214243413566, 49.16314154071897], [7.36663846795101, 49.163477596572726], [7.365931807423341, 49.16405251294713], [7.365531539074624, 49.164841413438864], [7.365210310285931, 49.165753503869254], [7.364801685472426, 49.16644365549076], [7.364670629875409, 49.167168755649314], [7.364824729972768, 49.16801857334255], [7.364988142486238, 49.1683277945612], [7.364765908575429, 49.168786072894676], [7.36488738615174, 49.16941196576166], [7.3653479369392425, 49.17047576912786], [7.365239607626248, 49.17147017047681], [7.365078240855516, 49.17183619631743], [7.366092677702594, 49.17246570135862], [7.367104960413407, 49.17274410994567], [7.368838335558961, 49.172942301447655], [7.369400389821556, 49.17309297138651], [7.371053190743239, 49.173149989246006], [7.373587461349353, 49.17372420660672], [7.374978610767699, 49.17393475186565], [7.37667552210667, 49.17435026252206], [7.381368605138798, 49.17527797687535], [7.381505521436224, 49.17527299083237], [7.383115050574093, 49.17546648714516], [7.385125456630647, 49.17569037399657], [7.386808039585637, 49.17593518544119], [7.388750020846693, 49.176161507737504], [7.391190288225182, 49.176594724109606], [7.394201082776426, 49.176953030611564], [7.396284633022685, 49.17722808985073], [7.402496632672621, 49.17808148330775], [7.40347419277712, 49.17827082173093], [7.4062524010815425, 49.17863734497796], [7.408476067382686, 49.17894308435777], [7.411924694545011, 49.17960007119478], [7.414559978028545, 49.179899611631804], [7.417373405424491, 49.1803546369318], [7.4218895068497375, 49.18096314686767], [7.4239049015186485, 49.18124024315952], [7.426429258203158, 49.181525598153854], [7.430337844394199, 49.18225519556903], [7.433389388388349, 49.18243995458645], [7.435904783078373, 49.18277947265566], [7.438151145236419, 49.18334497352352], [7.439553425835658, 49.18351836088356], [7.441726580474817, 49.183870386691304], [7.444779227555022, 49.184225909799785], [7.445060811767632, 49.18430555508699], [7.44560083003585, 49.184195558968206], [7.446414681442694, 49.183436109926795], [7.446399243809238, 49.18325658671821], [7.446178410306168, 49.183084653052184], [7.444822208030541, 49.18264850462379], [7.443655993770574, 49.18202523199444], [7.441971215403981, 49.18160118673391], [7.439951314813092, 49.18079327995293], [7.439506630558269, 49.18041348277153], [7.438886618460438, 49.18039133415754], [7.438692789542953, 49.18053355450838], [7.438001232496586, 49.180478021928714], [7.437416733108451, 49.18022943958401], [7.436956240551989, 49.17998528643586], [7.436119635895993, 49.1801602081621], [7.43573701880674, 49.18018331871743], [7.435603777685175, 49.180071170265236], [7.435652387432466, 49.1799973411417], [7.436029781193019, 49.180073474483784], [7.436257160929738, 49.180002058736434], [7.436208815726803, 49.17959863197969], [7.435886026285793, 49.179358402481384], [7.435680744940815, 49.17872664009488], [7.435714556879912, 49.17832018398031], [7.436206189057054, 49.17780680161775], [7.436038471307345, 49.177452798704586], [7.436026921397954, 49.177318154496575], [7.436296903970139, 49.177263176605464], [7.436373925498787, 49.17672005607812], [7.436696189827616, 49.17647405100361], [7.438156967793225, 49.176050981864535], [7.439110734046726, 49.17596176678188], [7.439373000758672, 49.175817019174836], [7.440308307808833, 49.174873027420425], [7.440692059515696, 49.17454369819218], [7.441127520241363, 49.173537103554565], [7.4415413504539, 49.17291850843312], [7.441659780569693, 49.17205868475036], [7.441545077361399, 49.17152263426535], [7.4406730291288214, 49.170483261144604], [7.439676987644095, 49.17007879145781], [7.43936716063262, 49.16982908744399], [7.4383896287544395, 49.169640038758665], [7.4373174729192675, 49.16914831120857], [7.435476590680171, 49.16881999254947], [7.434963595563131, 49.16844269777542], [7.434050704682702, 49.168206208277745], [7.4332954873407, 49.16820702917773], [7.432934022789108, 49.167995231678425], [7.4328249621105, 49.16768408488787], [7.4333294415593745, 49.16716122795668], [7.433288824759247, 49.16684755876888], [7.432927369725205, 49.16663576096178], [7.432972734846315, 49.16636394669649], [7.433076700864165, 49.16613499644073], [7.432642962188271, 49.16588083799163], [7.432686178144095, 49.16574417417046], [7.433202949254953, 49.165364939323936], [7.433867368886025, 49.16510632618216], [7.434309690080289, 49.1648198778174], [7.435646964721096, 49.164401375706994], [7.436455940016357, 49.16422746423706], [7.438033159000876, 49.16420530008084], [7.439416610375938, 49.16432533908811], [7.440563110105324, 49.16472425470734], [7.441808901816894, 49.16547968601581], [7.442161905398331, 49.16559271759156], [7.442491765031161, 49.16607580036301], [7.442921698560116, 49.16628504160485], [7.443229398990556, 49.16666988796223], [7.443676885053621, 49.16692350239271], [7.443842885877102, 49.16709746625255], [7.44378986527925, 49.167279521198225], [7.443938322584553, 49.16740910895806], [7.444565894639924, 49.167520995006726], [7.446093311101393, 49.168356026936486], [7.4470662162085475, 49.16849115559189], [7.447290849496946, 49.168707971578606], [7.447560775209537, 49.16865296796481], [7.447955241650666, 49.168449281570524], [7.448965715186486, 49.16822281261545], [7.450083935425229, 49.16781225195657], [7.451284271148971, 49.167398641482514], [7.451614904589529, 49.16725133321608], [7.452174047063195, 49.167365712542335], [7.4522877556792455, 49.16709135793833], [7.452728446452641, 49.16678688994699], [7.453074527648018, 49.166819102968894], [7.4533128675939375, 49.167035401331], [7.4536413975898075, 49.167023238179866], [7.4552291504089965, 49.16632509495079], [7.455176804450204, 49.16587678899006], [7.455507417099015, 49.165729469812], [7.455901830007181, 49.165525756792555], [7.456547577424911, 49.16505158824191], [7.456715236885827, 49.16476622395604], [7.456844383931411, 49.164671389596585], [7.456745007643282, 49.164314874946406], [7.456797979656983, 49.1641328137597], [7.45700329890097, 49.164125205930596], [7.457497679264977, 49.16364763446257], [7.45784047594657, 49.16300458467772], [7.4582826465559835, 49.162718047662544], [7.458685536304619, 49.162613063893694], [7.459506013863157, 49.162573641292646], [7.461240142258855, 49.1632567451687], [7.46181087666734, 49.16350572386539], [7.463069103985804, 49.16376521217521], [7.463588974237387, 49.16406109500134], [7.464078894588391, 49.16416898291441], [7.465325015953216, 49.16492417131174], [7.466221991485357, 49.16561126720494], [7.46710403857502, 49.166920253966], [7.467418633622092, 49.167223744353734], [7.470096774876744, 49.16786265925477], [7.471248244993857, 49.1683151381289], [7.473133508046909, 49.168677287476555], [7.47506394372505, 49.16876757774702], [7.477270976900223, 49.16872147254028], [7.478723084640833, 49.16883851185572], [7.48063377214691, 49.169334675111486], [7.483109496777118, 49.17016995447194], [7.485592703035304, 49.17014042132924], [7.487428289524991, 49.169927880518216], [7.4901000127569946, 49.16985520102477], [7.4911943634077796, 49.16980534327735], [7.492341564543239, 49.16957339976774], [7.493162906478677, 49.16954272408932], [7.493995166397878, 49.16963770649744], [7.494184122822176, 49.169441539770155], [7.494233226960702, 49.16858421868907], [7.494084800590049, 49.16782432815393], [7.492895285701821, 49.1656715108905], [7.492557341101896, 49.16446843875599], [7.492827547474881, 49.163152598048924], [7.492986598741149, 49.16071525901044], [7.494405101046777, 49.15839294739112], [7.494786550486697, 49.15756822165567], [7.49544290602057, 49.15658913395406], [7.495778728908006, 49.15508170877658], [7.496333936867433, 49.15515100394517], [7.497189379259957, 49.155515248331994], [7.49769177443291, 49.155766617693], [7.498512113734963, 49.155726929028845], [7.49931371644133, 49.15547180912624], [7.501843138774528, 49.15535013167869], [7.503644914681623, 49.15491345140936], [7.5040515589337575, 49.15485319527785], [7.505214004188936, 49.15480064659246], [7.506404987292529, 49.15491811842], [7.506177052079797, 49.15403513201482], [7.505995248409827, 49.153681731045566], [7.506188804739735, 49.152909024276894], [7.506016810342219, 49.151249479510696], [7.50571188038641, 49.15027031607831], [7.503527200768722, 49.149775815475046], [7.502603390545369, 49.14941417602108], [7.502326593999428, 49.14938851912121], [7.501598273003008, 49.14906457915108], [7.500837948376218, 49.1483726136925], [7.5003121887074595, 49.147851971714765], [7.497690873650219, 49.14580678132114], [7.497010762900863, 49.14524687282783], [7.495659304572644, 49.14359540134182], [7.495647607248051, 49.1434607583429], [7.496106983368357, 49.14321844629229], [7.496896829790745, 49.14219831522352], [7.495532836081884, 49.14103359998851], [7.495054764233607, 49.14106048097874], [7.494325669106735, 49.141357900065344], [7.493204473836681, 49.14172400115926], [7.491100949453299, 49.14200071550736], [7.490280821834779, 49.14204035421279], [7.489847215987118, 49.141156014101774], [7.489459892722903, 49.13985569779053], [7.489474676871897, 49.13891858867784], [7.489576445078369, 49.13850954686624], [7.489629489595133, 49.137697082729744], [7.489582983498157, 49.13652812054996], [7.490266999985578, 49.13650257271393], [7.4906004407333855, 49.13639105808547], [7.492412560110286, 49.136080205900754], [7.494592812334311, 49.1358996486202], [7.495344438934621, 49.135862538176305], [7.49575016359342, 49.135793332675725], [7.496418570589058, 49.13558822447296], [7.496744973205404, 49.13539590631633], [7.4986022242470955, 49.13355234137723], [7.499254302055766, 49.13252832816782], [7.499580768046827, 49.13170561413938], [7.499625752911995, 49.131433765424276], [7.4997821414153405, 49.13102266369579], [7.500157386158181, 49.13060336782957], [7.500959820213457, 49.12988890345492], [7.501065382761688, 49.12952472973005], [7.501084190881935, 49.12910977143146], [7.501205362186934, 49.128925123207324], [7.503447966215759, 49.12662575222496], [7.504282751897266, 49.12549579023247], [7.504697006653668, 49.12489490136598], [7.505683001238063, 49.1225074786297], [7.506230060079775, 49.12248696717998], [7.511162577258847, 49.12256307786058], [7.511465023293875, 49.12256973573454], [7.5118745339256074, 49.12254535638196], [7.512879920335844, 49.122273459420406], [7.51544543788996, 49.121168455234745], [7.5161447912292845, 49.12069189085877], [7.517252716199759, 49.11955155305481], [7.518769499927243, 49.11759431731103], [7.520353598520431, 49.11499511230064], [7.520904158704384, 49.11375861834286], [7.520968609999166, 49.11371116437675], [7.521346521725844, 49.11269730110983], [7.521585768073023, 49.11182374067161], [7.521607105234003, 49.1112825889474], [7.521093884425859, 49.11027523892877], [7.521033188357922, 49.10973717353677], [7.521760548468316, 49.10816980305867], [7.523859918979875, 49.10582129238468], [7.524160597711393, 49.105494763778395], [7.524622641162325, 49.10528823924604], [7.525063733487658, 49.10437103618189], [7.52558313876589, 49.10403626387413], [7.526246311127671, 49.10377712545452], [7.528303286818204, 49.10377165335421], [7.528705576527877, 49.10366642920122], [7.528812918755451, 49.10348226394737], [7.528898607637061, 49.10289364779941], [7.529633756949143, 49.10204638912648], [7.5298993224600155, 49.10194631560695], [7.529552027778032, 49.10001412450508], [7.528977470244164, 49.09720791243986], [7.538219235413281, 49.09624667926674], [7.537986671607524, 49.09594025408013], [7.537136763803891, 49.09516181687043], [7.536053856876763, 49.09391485261703], [7.536013767708979, 49.09345705737165], [7.536523255244567, 49.09316763237373], [7.539004820203112, 49.09206519190207], [7.541021574233321, 49.09098027072903], [7.54370464154204, 49.08905054421917], [7.545388169233615, 49.088077213666146], [7.549047280899674, 49.08633555794268], [7.5520583373101005, 49.08502362770296], [7.555959340267592, 49.08354275830088], [7.556684656066281, 49.083371136261974], [7.55885970917615, 49.082378942053545], [7.559705062549773, 49.0820136104221], [7.561417531806572, 49.08121905647658], [7.563187770072338, 49.08045830554306], [7.56440099632772, 49.08022305857189], [7.569010373147195, 49.07978656309812], [7.570387915094063, 49.0798602255909], [7.576535464614751, 49.080850942573086], [7.583126419431692, 49.081581254654154], [7.592647026630994, 49.08272157296032], [7.599982064041662, 49.08333244993025], [7.60072886725926, 49.08324979912214], [7.601737011856918, 49.08302202950738], [7.604848475598886, 49.081930032100196], [7.606342415339517, 49.08115219884263], [7.608412883050881, 49.079919898455955], [7.609803963641659, 49.078911790604465], [7.612140340633951, 49.07758814647472], [7.616277875918996, 49.07586195965462], [7.6201466862031095, 49.07419999961013], [7.620688387286519, 49.074125110772655], [7.624242248065337, 49.07400628840168], [7.627451325277448, 49.07386462319207], [7.6293544401958915, 49.073683169669266], [7.62995320616215, 49.073479941715696], [7.630838951275018, 49.07280629040305], [7.6308912186970055, 49.072624136669596], [7.630849481426838, 49.072310505916114], [7.630688798047959, 49.07204649773629], [7.630601316954236, 49.071374355891614], [7.630833643348096, 49.07090604261474], [7.63115111851476, 49.07062358845844], [7.631426851300675, 49.07002750213951], [7.631398774180665, 49.06971334371096], [7.631242106887283, 49.069494215399864], [7.63114008566254, 49.06927297867587], [7.631141085279212, 49.06805700672552], [7.631103484727388, 49.067022661166966], [7.630910733694053, 49.066399612497285], [7.630762098805798, 49.066270242758584], [7.630696306858447, 49.06568733018156], [7.6308168685948, 49.06550254022987], [7.631625319221408, 49.06488589596408], [7.632403200811599, 49.064387515421004], [7.632763231565634, 49.063968306469974], [7.632867734726464, 49.0636039941581], [7.632998887590938, 49.06215781549177], [7.633089726254201, 49.06179402960753], [7.633096220855401, 49.06125335954875], [7.633134809710257, 49.06107173007298], [7.633207209542163, 49.06034837545451], [7.633019425081429, 49.05855422316767], [7.632602617428496, 49.057264295250995], [7.632155263308752, 49.056245755035334], [7.631626783862781, 49.05523935089857], [7.631671010635769, 49.05496743290767], [7.633286613450259, 49.05479698279709], [7.635217163871167, 49.054163992770526], [7.6352854497031934, 49.05416135517709], [7.635558592961898, 49.05415080441528], [7.650457067006678, 49.05111540891757], [7.657553800251556, 49.04957014018897], [7.662163369787442, 49.04840933255114], [7.662560114880744, 49.04824979949824], [7.674493719844773, 49.0450382235649], [7.675043941049101, 49.04506182234351], [7.675673767220129, 49.04520842024831], [7.677391985921648, 49.04648355423817], [7.678706655643909, 49.04723395687787], [7.679449352129313, 49.0478715429936], [7.680015359258337, 49.04852502400116], [7.680381050067283, 49.048780982578094], [7.68087843538412, 49.04897775814861], [7.681356371975351, 49.048959112420526], [7.683366557166911, 49.04845731849121], [7.68410867045651, 49.048329267974886], [7.684602821288103, 49.04849012506453], [7.685576262158673, 49.04925377886554], [7.686066369645658, 49.04936975094748], [7.690378209262106, 49.0491652484908], [7.6933279036623246, 49.04920303547836], [7.69609879190013, 49.04953598906555], [7.697077434910655, 49.04974989391623], [7.697003330686604, 49.05029324597145], [7.697168350376989, 49.050602049343865], [7.697269671414407, 49.05141776674597], [7.69714937904686, 49.051602625813956], [7.696708018419291, 49.05202523959902], [7.695939717435349, 49.052469653743714], [7.693834225230814, 49.0532816369124], [7.692988817894656, 49.053783090744055], [7.6925433421732325, 49.054160809954055], [7.692593563145649, 49.054564181459476], [7.692691754560442, 49.05474049071881], [7.6934004202284285, 49.05560451385102], [7.693927181045402, 49.056124357826405], [7.6943269730757455, 49.05660412915718], [7.69518592307377, 49.0574622635565], [7.695624104713333, 49.05776038001194], [7.696109435740865, 49.0578224564026], [7.696365507537676, 49.057623279296855], [7.696524180795153, 49.05725677164277], [7.6970080161520045, 49.05669738810391], [7.697900738940781, 49.05611298820798], [7.698173879655153, 49.056102295113654], [7.698527509368349, 49.056223562215095], [7.699490544069435, 49.056717294354065], [7.700614862445514, 49.057024552326546], [7.701714769055566, 49.057062531923116], [7.702726032516968, 49.056878787739166], [7.704859231095393, 49.05637182125881], [7.70585009829747, 49.05596366114132], [7.706560479046777, 49.05548542533096], [7.706671165129581, 49.055345971043344], [7.706907623372837, 49.05493135713946], [7.707122270710649, 49.05442752250353], [7.707520566210031, 49.05368228623462], [7.707842418168247, 49.05284997111035], [7.708103311603341, 49.05270462157423], [7.708921857938019, 49.05266349515716], [7.711058114262497, 49.05279582660854], [7.711965336499167, 49.05297638790134], [7.714727415207475, 49.05366056594826], [7.716393925596774, 49.05390133616003], [7.717834367151514, 49.05391677373832], [7.718162702070763, 49.05375974244515], [7.718151970428121, 49.05303955359695], [7.718721553717452, 49.052521736282955], [7.71949864914656, 49.05217590715459], [7.719788795930288, 49.05175014272194], [7.720242225446072, 49.051462076798], [7.720826723226882, 49.051258929066705], [7.721303031488436, 49.051222173425955], [7.721998070341847, 49.05132993898148], [7.72274912412201, 49.05130038069084], [7.722996805190335, 49.051461778004885], [7.723522358315564, 49.05256705110473], [7.724422692354044, 49.05342336710419], [7.7253430047778, 49.05419782101705], [7.726662655250034, 49.05499257036941], [7.72722119103683, 49.05510568432814], [7.730264103979292, 49.055409137334955], [7.7318173932923004, 49.0556091226276], [7.732068673872089, 49.0555091369477], [7.7320386296397, 49.055330167442484], [7.731881580945338, 49.055111167461085], [7.731529252701257, 49.054404442836194], [7.731424658414511, 49.05340870985493], [7.731572149094776, 49.052772353189866], [7.731563956494894, 49.052682598910515], [7.731800206112512, 49.051817547874464], [7.731797478372578, 49.051187113309325], [7.731595385200575, 49.050474462667815], [7.731469769893616, 49.04939848532382], [7.731359187976606, 49.047736408957455], [7.731420641689549, 49.04705840226597], [7.731516226698445, 49.04660424369394], [7.731572214543087, 49.04601652951864], [7.731852125080651, 49.045329905732736], [7.731873972636414, 49.04496873205798], [7.732177631263024, 49.04454239625113], [7.732229514556392, 49.04436019362856], [7.7326123596574465, 49.044200967202414], [7.7341653044838115, 49.04395053379016], [7.735257580665949, 49.043907427413835], [7.735738730291695, 49.043924467152834], [7.736748304639383, 49.04432599593033], [7.737615906447008, 49.04482320145804], [7.738973773180631, 49.0458865469838], [7.738981977520716, 49.04597630134416], [7.739743973761233, 49.04666682853079], [7.740466893847246, 49.047079652056254], [7.740820560848972, 49.047200795711014], [7.741507377422373, 49.04721869468915], [7.742987171916694, 49.04691699347186], [7.7457094672654625, 49.046566133226186], [7.74645550815756, 49.04648257428403], [7.7470049553285625, 49.04649686801628], [7.747921234335571, 49.04677588798134], [7.749790501218852, 49.04758467595275], [7.750715039344401, 49.04795342776568], [7.751541703244367, 49.04800176416353], [7.752215370009683, 49.047875996580544], [7.753717640497383, 49.0472219621166], [7.755221178266471, 49.04643273749513], [7.756501270731292, 49.045598302640954], [7.756834377097014, 49.04549501634355], [7.758177024262189, 49.04534268732533], [7.760811227180976, 49.04552644255793], [7.764153697755107, 49.04596126651159], [7.766599201653264, 49.04647667873298], [7.768099332368091, 49.04699358472247], [7.7686694305185755, 49.047232160008626], [7.769428979618483, 49.04774245099701], [7.769743350557608, 49.04818035560334], [7.769946399576739, 49.04874879754561], [7.770160465003567, 49.05018157129842], [7.770267170723546, 49.05044756965274], [7.770642844862548, 49.050657834047975], [7.771302748137235, 49.051127035966644], [7.771535661546511, 49.051424046689945], [7.773239009543668, 49.053103855068194], [7.773706532059324, 49.05371581760105], [7.775805603286126, 49.055821241179274], [7.776115114849947, 49.05620527513627], [7.7768053374303445, 49.05685340254436], [7.777457102513756, 49.057232817069035], [7.77838531880099, 49.05763725276093], [7.779992661488224, 49.058419993672466], [7.7806920576714145, 49.0585722941093], [7.783079512930361, 49.05845013678092], [7.787369774679475, 49.05815294902578], [7.788257455989906, 49.0581175332471], [7.789284299274753, 49.05869811466327], [7.789300886065092, 49.05887761425256], [7.789066285581937, 49.059157218853684], [7.789014587069237, 49.059339443382974], [7.7898030429531895, 49.05971334000558], [7.790620929529651, 49.06025721035461], [7.791297729848247, 49.06090579713844], [7.791830434587432, 49.0611817948315], [7.792128478476095, 49.06144013640397], [7.792378985702256, 49.06192557735643], [7.792876391837645, 49.063301964585555], [7.793186904453105, 49.06369492669451], [7.793544661889035, 49.064302194526064], [7.79365031103949, 49.06470333747409], [7.793922809113778, 49.065277977092315], [7.794233341479991, 49.065670935746574], [7.794587260656012, 49.06579191890741], [7.795321041733625, 49.06557343479843], [7.795991508001516, 49.065411524354566], [7.798508131759214, 49.064608304240735], [7.800436670933279, 49.06411681072387], [7.802753635898532, 49.063231399953956], [7.805118494967513, 49.06227195775503], [7.805774398263678, 49.06210156419417], [7.810368779325311, 49.06138601559979], [7.811012157156826, 49.06108097110406], [7.8113927100849185, 49.0607504273216], [7.811632522156602, 49.060380483898214], [7.811782057060885, 49.05992407725], [7.81218722441553, 49.05926824679385], [7.81221685176246, 49.05899681173625], [7.812345084504654, 49.05890158715935], [7.812611495214966, 49.058080161680564], [7.813051581533843, 49.05706259549255], [7.813345988686351, 49.05669045641082], [7.814258679003406, 49.055744008016184], [7.814908116219789, 49.055357619609815], [7.8161533824214375, 49.05489326450411], [7.81715502234259, 49.05460983388285], [7.818844422916427, 49.05435282632689], [7.819314014106333, 49.054243883722535], [7.8198856366354645, 49.05390563254202], [7.820818961609507, 49.053624913614556], [7.824771729959713, 49.05279942072822], [7.8257707757547905, 49.05248899334254], [7.8262743481919195, 49.052009311321406], [7.826620190842778, 49.05145489601265], [7.82679575807862, 49.051132539299694], [7.826966026104908, 49.050900479412434], [7.828859781922158, 49.04945499773502], [7.829456915976373, 49.048656237481], [7.829692362620656, 49.04824137975113], [7.830050686801737, 49.04782157447902], [7.830503469606212, 49.047533091584974], [7.831032041300303, 49.04732263115378], [7.831854586934562, 49.047325540931524], [7.834003487691606, 49.047590308453856], [7.834617052223353, 49.04755657700643], [7.835427881840345, 49.047433815636886], [7.837465165376812, 49.04664902452482], [7.840152204719171, 49.04607220578404], [7.842291996574436, 49.04565254207866], [7.843077625470861, 49.045260487027356], [7.8434316284266465, 49.04479576701042], [7.843287905054636, 49.04399079733669], [7.843281909520505, 49.04348655868218], [7.843721164957111, 49.04305442892935], [7.8442546689742425, 49.04289775784828], [7.845410057821814, 49.04279704496895], [7.846028591636043, 49.04281710344777], [7.847917150022031, 49.043083126382214], [7.848410918150758, 49.04323433539826], [7.848725927931066, 49.04367203498579], [7.849191118292136, 49.044103663398616], [7.8494042976731615, 49.04418513248396], [7.849792877821697, 49.043944208648966], [7.850671063919241, 49.04322404714133], [7.851212968028207, 49.0425715291318], [7.851443174277525, 49.04210277820244], [7.851591483761223, 49.0410517755566], [7.851779473545967, 49.04027843543317], [7.851984255127338, 49.03968458863506], [7.852134428239987, 49.039092949877556], [7.8521302508715225, 49.03787694550119], [7.852296162698057, 49.03759997314276], [7.853417811137533, 49.03655462732831], [7.854514222983013, 49.03582559519797], [7.855024726456536, 49.03557070565764], [7.855489869736006, 49.035416746078276], [7.857327565194801, 49.035288287789385], [7.859999382607209, 49.035288164211295], [7.860681875361384, 49.03526050853193], [7.861282655687498, 49.035092020182695], [7.8620030990122505, 49.034738502224286], [7.863106745041826, 49.034234310852135], [7.864573673665999, 49.03380546287636], [7.8663032835992635, 49.03340197369096], [7.866644515989957, 49.03338812839909], [7.86740702071836, 49.03348331050912], [7.868785609773862, 49.03415707326484], [7.872238053982703, 49.03794473850156], [7.872472328926589, 49.03825053162766], [7.873545043642227, 49.03872946541309], [7.874082868122719, 49.03920309917706], [7.874654454091615, 49.04003571226042], [7.87525971367912, 49.04049759191121], [7.876292245441738, 49.0411312864222], [7.87713607251745, 49.04194381286733], [7.878167811505748, 49.04256851586805], [7.879588009734624, 49.042952189196896], [7.880303540826997, 49.04327442715867], [7.880904530903995, 49.043835551529256], [7.881309335439331, 49.0443506028618], [7.881514436114341, 49.044927832207314], [7.881851838853095, 49.04545463317798], [7.88188141858884, 49.045768738863934], [7.882179821980407, 49.04602686073764], [7.883591690020912, 49.04632074105927], [7.884934343831901, 49.046752556399746], [7.886039729980798, 49.04728410934143], [7.886763820987676, 49.047696051489325], [7.888234999644531, 49.04861808408283], [7.888942198396783, 49.04885052507795], [7.889496788022103, 49.04891801321613], [7.890158278674187, 49.04866583121202], [7.89080621527216, 49.04827005571835], [7.891628344467205, 49.04768699621003], [7.891619875912576, 49.04759725259064], [7.892847327872314, 49.04695261196802], [7.895515969123881, 49.04618609342892], [7.897447142928471, 49.045737906366526], [7.899813372704678, 49.04539804395838], [7.899885026164154, 49.04543115325813], [7.900977193458448, 49.04538654008333], [7.901245992578431, 49.045330513668894], [7.901483320123628, 49.04508658385299], [7.901782191419727, 49.04462392304709], [7.902042499656117, 49.044478151637456], [7.902452054396593, 49.04446141548942], [7.903167748200972, 49.044783516768504], [7.903866472273638, 49.044926127721375], [7.904553313501853, 49.044943094483216], [7.90570438431789, 49.044796930382375], [7.906266596489754, 49.04494510993706], [7.910338999581551, 49.04511182418497], [7.910467017913062, 49.04501649368763], [7.910206086522147, 49.044576721624914], [7.910172086033261, 49.04421775127318], [7.910525481072455, 49.04375283322662], [7.911356717617666, 49.043124206037376], [7.912157276404371, 49.042316646479094], [7.912484949110535, 49.04215908283933], [7.913482372048911, 49.04198309606383], [7.913746887110871, 49.04188217020829], [7.913265063602767, 49.041136132675014], [7.913109975320363, 49.04051184770946], [7.91323372485237, 49.040371642479585], [7.9134384842505545, 49.04036325546849], [7.913937520768821, 49.040568041075076], [7.914871644112302, 49.04088112638683], [7.915425331415746, 49.040939521079686], [7.916179526429453, 49.04094465030111], [7.91670251003609, 49.04096826102967], [7.918384811517061, 49.04165606243731], [7.91926349945994, 49.04210652510355], [7.9203127832158176, 49.04291035006738], [7.921127511904182, 49.043408469143934], [7.922687956526473, 49.043966075982105], [7.923145241811793, 49.04430767596874], [7.923901083712078, 49.04548387980752], [7.924361788128882, 49.04600551796732], [7.925274707736139, 49.04681490033388], [7.92536002219465, 49.046991580471975], [7.925502486485176, 49.047481233882614], [7.925912839375529, 49.04877070954179], [7.926237064839178, 49.04929794436992], [7.926646626499261, 49.04985771061618], [7.9272882959806115, 49.05055208932085], [7.929925959183579, 49.0526329536697], [7.930603546269139, 49.053271785515975], [7.93093296394249, 49.053708703962954], [7.931392958209942, 49.054221336999966], [7.931500498405634, 49.0544871905536], [7.9314834592661185, 49.05502843759898], [7.931331575973966, 49.0554490987945], [7.931225762989569, 49.05563362954061], [7.931064490341181, 49.0560997213553], [7.931192524914349, 49.05658095085699], [7.931474195679659, 49.05738019331487], [7.931803646763251, 49.05781710764432], [7.932089557337159, 49.05794049267031], [7.932733917686194, 49.05808517890222], [7.933757193376545, 49.058034100880555], [7.934626827531659, 49.057809150306355], [7.935342831740066, 49.057554475505704], [7.9371119833523345, 49.057418633339864], [7.937550575082863, 49.056986166560044], [7.938083938676513, 49.05682908094157], [7.939307728017577, 49.05672465658086], [7.939891425268744, 49.05652044484417], [7.9402531918359, 49.05614518434212], [7.940439914987312, 49.055371717163126], [7.940502035045014, 49.05458536119521], [7.9406163672832335, 49.05449056165524], [7.942795876070456, 49.05434674184212], [7.942707222123473, 49.054710761673476], [7.942583518033242, 49.05485099532737], [7.9425920758993485, 49.0549407347087], [7.944524200012968, 49.05507735050581], [7.945244536678677, 49.05529992195571], [7.945603018110162, 49.05546533091151], [7.9459443742437585, 49.05545126059977], [7.946072352663082, 49.05535589311434], [7.946194998220258, 49.05463010020117], [7.945958119814154, 49.0531533430122], [7.945799129797963, 49.05234906597691], [7.945922819235979, 49.05220882867427], [7.9462598719789606, 49.05214988773233], [7.946331368981025, 49.05160638560087], [7.9459889903288445, 49.051034899299495], [7.945732818093467, 49.050504904645145], [7.945663509159204, 49.04992216028361], [7.94579147446108, 49.04982679258962], [7.94733413159636, 49.049474891916184], [7.947444157421136, 49.04933521565171], [7.9473459162176505, 49.04902394228813], [7.9476104012899365, 49.048922942549765], [7.949827926296959, 49.048462090784824], [7.949732068312708, 49.04774530168513], [7.94962953199256, 49.04738915995399], [7.9495901737060475, 49.047120504584534], [7.949918619993344, 49.04697181352615], [7.950673702143313, 49.046841553512], [7.951132724652021, 49.04676855421555], [7.951997808355999, 49.046498605728466], [7.9529448607091, 49.0463694158237], [7.953544612177334, 49.046191493909305], [7.9536640474430955, 49.046150524802684], [7.955112549862784, 49.045532123369746], [7.955731158061409, 49.04555161686133], [7.957661787756964, 49.045102461595526], [7.957793152140589, 49.04504297633968], [7.957708588732322, 49.04487529283708], [7.957414107414203, 49.04466222802649], [7.957016268428926, 49.04422819891323], [7.956801750435393, 49.04356135901936], [7.956753777488006, 49.04320296563716], [7.9570053433245045, 49.04296733555729], [7.957337174640896, 49.04285451937981], [7.957882348351771, 49.04282297886661], [7.958663184183369, 49.0431060332036], [7.959417414831991, 49.0431108909148], [7.960428347557175, 49.0429339501183], [7.96128473083688, 49.04257419458944], [7.961834193755401, 49.04258750568675], [7.962632134558094, 49.042905865258184], [7.963045952864435, 49.04293379198174], [7.964542378723973, 49.04281781323816], [7.965015856296716, 49.042753169542735], [7.965704856747004, 49.042220119658495], [7.966556893103521, 49.04181545686572], [7.966850112758564, 49.04144293688285], [7.966866024792876, 49.04103685129758], [7.966797245332273, 49.04031894028245], [7.9673110047809965, 49.03938770653625], [7.967386562853124, 49.03888905472885], [7.967286181208492, 49.03812740354004], [7.9670165343056825, 49.03688624744648], [7.966969250571725, 49.03639268177658], [7.967334120146162, 49.0360532282016], [7.968527262296073, 49.035634416716846], [7.9695500601566795, 49.03558303275832], [7.970317946709786, 49.035731404638156], [7.9717249890614985, 49.0361145564274], [7.971996245396248, 49.036085292891634], [7.9721880694449805, 49.03594219732908], [7.972290133353665, 49.03557758336998], [7.972283142033578, 49.03436158048589], [7.972745227578433, 49.033036031852035], [7.973380288825128, 49.032514170442354], [7.973622258852895, 49.03217979010408], [7.973472372643549, 49.03147424665746], [7.972962492793728, 49.03072957332377], [7.973659734906058, 49.03014206215037], [7.97457556964232, 49.029833787052546], [7.975116291179121, 49.02975729829505], [7.975248457755564, 49.02970676699913], [7.974944867837733, 49.02882740682128], [7.9748494323009105, 49.02797544909904], [7.974860973078749, 49.02752448750668], [7.9749052283618065, 49.02741453564192], [7.974698425523073, 49.02697263184335], [7.975201363746798, 49.02664543798173], [7.975943432662523, 49.02666870606452], [7.977291648133529, 49.027297489814295], [7.977945818225346, 49.02726132643977], [7.978428476091192, 49.02715119280592], [7.980055713019351, 49.02611958784408], [7.9806101779202505, 49.02618665676321], [7.980922605559401, 49.02644397119001], [7.981206590422317, 49.026405145848265], [7.981393750905436, 49.025928865883294], [7.981896931937756, 49.025889942573855], [7.9823688069058125, 49.026095580477], [7.983366698038902, 49.026072134058005], [7.984054331529331, 49.02624176981844], [7.98494697427305, 49.02669119127813], [7.985735163633491, 49.02676654026258], [7.98629772822794, 49.02720264626184], [7.987560588045596, 49.02765467433772], [7.988362111298357, 49.02744114003264], [7.9889449243591715, 49.02766015808546], [7.988587161400629, 49.02807147075064], [7.988675250405244, 49.028275030551455], [7.989794103579759, 49.02808432458372], [7.990324934217937, 49.02833252859996], [7.991266377205315, 49.028149191368904], [7.991551750555493, 49.02855176271765], [7.99308863802997, 49.02843372264243], [7.994494104472595, 49.02894281174208], [7.996065884715749, 49.02876021197032], [7.996711900374359, 49.02835488426033], [7.997763166513813, 49.02803177178307], [8.000495448295684, 49.028233213086935], [8.000837340562713, 49.02751618825023], [8.001204723860832, 49.027347699421924], [8.002135570032298, 49.02634481897221], [8.002476514638927, 49.026186438287425], [8.003074957008268, 49.02656691557881], [8.00336325508064, 49.02657290658415], [8.004932777198356, 49.026083944116984], [8.005330680731424, 49.02580604888203], [8.006467612728763, 49.02580363563968], [8.007145996377089, 49.02488332932539], [8.008240222163005, 49.0242970366413], [8.009051167877407, 49.02474969926429], [8.00994159118372, 49.02474853951911], [8.01019569067861, 49.02525148903254], [8.010675020611691, 49.025249480234955], [8.010845020733655, 49.02488197878276], [8.012100982673585, 49.0241267110594], [8.012604123188146, 49.02408765900386], [8.01304307136932, 49.02338455098572], [8.012601626334094, 49.0230696373315], [8.012633992326307, 49.02198708735979], [8.012444003910996, 49.02158057079064], [8.012582353845824, 49.0211693377703], [8.013021345989458, 49.02103385453906], [8.01366287101182, 49.0211511906163], [8.014395096781538, 49.020931360217645], [8.014757573525547, 49.020429660046176], [8.016487060383717, 49.01989780063849], [8.016845524210343, 49.02006300256188], [8.01680643749838, 49.020650289558915], [8.017952063919456, 49.02031402789611], [8.017962605158344, 49.02098933890834], [8.018633166370511, 49.02112345373414], [8.019151016970376, 49.020245823493056], [8.019391904572597, 49.02047000034518], [8.02002388239705, 49.02048859199136], [8.020410624123702, 49.02023813761631], [8.020879738197626, 49.02027255409392], [8.021083275686465, 49.020110859581486], [8.020707168597374, 49.01962204652209], [8.02096972442777, 49.01907945794154], [8.021467950504505, 49.01870719945188], [8.02212806406324, 49.01873361086291], [8.022704664317693, 49.01832202330779], [8.024449043672362, 49.01808675117047], [8.02605283517906, 49.01837993307782], [8.026833999987188, 49.018383223652], [8.027598637284852, 49.018216009947665], [8.028352195564874, 49.01849976205228], [8.029158351841177, 49.01819564500383], [8.029951389504772, 49.01860387325207], [8.0307421325584, 49.01870584823647], [8.031371196521375, 49.01855330898516], [8.031613313104494, 49.018083630634244], [8.032121317352624, 49.017954187826625], [8.033182311398566, 49.01801777274597], [8.033528912024233, 49.0177779674268], [8.034168701136263, 49.01787724709004], [8.034169565285321, 49.01746274286778], [8.033234274204204, 49.017141605128344], [8.033557065960382, 49.01693883952298], [8.03529176675107, 49.01660469979272], [8.037191000544015, 49.01584915144751], [8.03768475703097, 49.01585543517659], [8.03811579393612, 49.01563909719034], [8.040296016713814, 49.01552042407391], [8.040852128986565, 49.01518168387759], [8.041412660920688, 49.015311287706716], [8.04181632341639, 49.01467260478352], [8.04223543555951, 49.01447477265457], [8.04300377270435, 49.01448750539315], [8.043527654863675, 49.01424020977193], [8.043777665116842, 49.014698225421334], [8.044077799101624, 49.014685597653994], [8.044298606925919, 49.01427985490826], [8.044905757634915, 49.01390290516325], [8.045811707117883, 49.014063003352696], [8.04626212250385, 49.013764725406624], [8.046631661641657, 49.01390234446134], [8.047321301852286, 49.01381023853307], [8.048082764006997, 49.01417462978232], [8.04922031277792, 49.014180785225854], [8.049660226286205, 49.013774812285575], [8.050704215908732, 49.01352359471936], [8.051154258790625, 49.013081147215544], [8.051813974335792, 49.01296324447612], [8.052325938645883, 49.0120316232884], [8.052543548317997, 49.01103131213238], [8.054031690960237, 49.010418946168], [8.054639598401598, 49.01075372938185], [8.054977132928776, 49.01070345464401], [8.055521537598295, 49.00912169775208], [8.05677942118668, 49.00783421218436], [8.057694528035967, 49.007245966652626], [8.0588096882921, 49.00688354142666], [8.059731460679243, 49.006925728609005], [8.060387211894335, 49.006627732132245], [8.061427782189575, 49.005781864629434], [8.063313720612813, 49.005458927563126], [8.064026994966481, 49.00434753399964], [8.063995211643602, 49.00360100472882], [8.064701073213717, 49.003255811103415], [8.06464062788889, 49.00263663938423], [8.064957950554652, 49.00237994552379], [8.064492840753166, 49.00154360004176], [8.064154623497796, 49.00130559675398], [8.064237579717517, 49.0007524488528], [8.065106564902639, 49.00053551535321], [8.064735939924427, 48.999965493087636], [8.066157183411596, 48.99937379923891], [8.066576461863258, 48.99932003217032], [8.067169421547582, 48.999502205640574], [8.068136470228705, 48.99930813397958], [8.067909108551316, 48.9990834737468], [8.067860900773896, 48.99858993044318], [8.068106410163848, 48.99731806567648], [8.067959337731079, 48.99651333168429], [8.067620366736818, 48.99598703038555], [8.067039765938667, 48.99466900143361], [8.066246337014752, 48.9921525445101], [8.065027072608526, 48.99200585482405], [8.064587452931896, 48.99142973588698], [8.063878626226861, 48.99090103516718], [8.063384730204362, 48.990750704967276], [8.063213477667956, 48.990118187629356], [8.062998826554422, 48.98918114240062], [8.062211836110137, 48.98939460650701], [8.060965460282077, 48.989951851206925], [8.059880722515322, 48.990060736911], [8.058691421035451, 48.98993975186746], [8.05800776792362, 48.99093274456413], [8.057452384072892, 48.99141572601485], [8.056199620933336, 48.99218943877528], [8.055259588604443, 48.9929409329938], [8.05473387922447, 48.99302618370904], [8.056000370284895, 48.99436037576601], [8.057023692098257, 48.994884859101305], [8.055850561489448, 48.99549301205315], [8.05538059400634, 48.995026270968474], [8.03711511965679, 48.99828228442483], [8.035382784122586, 48.99863440382053], [8.034387771330174, 48.99896453676889], [8.032283663869991, 48.999719669395496], [8.031206511111614, 48.999485573702025], [8.031197525050436, 48.99925168294719], [8.031039385930885, 48.99903306387945], [8.030764613829763, 48.998458928170805], [8.030685719962097, 48.99778646633763], [8.029860470397537, 48.99774902276925], [8.029594416751717, 48.99726462173406], [8.029126164436176, 48.99624808656733], [8.026250924648153, 48.996251579117754], [8.025745125464006, 48.99654310082479], [8.025540557094663, 48.99655167964413], [8.02394159901245, 48.99573571413537], [8.023465148216168, 48.99576469754316], [8.0048856879407, 48.99862341336524], [8.00460858673301, 48.998589934399625], [8.003616909835007, 48.99782043067352], [8.00188172483111, 48.99629807328193], [7.9999726125170865, 48.994674828290265], [7.999900100637851, 48.99463280307911], [7.999895777177967, 48.99458793286065], [7.996403853199078, 48.99159805567409], [7.996395212829818, 48.9915083147262], [7.998972555176349, 48.99012138180888], [8.002298880281417, 48.98869410999298], [8.002290230214816, 48.98860436922408], [8.002055415467423, 48.98829881531845], [8.006318715302188, 48.98665209684408], [8.004391463409052, 48.984128650499194], [8.003583822366537, 48.98313521458356], [8.003087619758297, 48.98239006565727], [8.00278033175702, 48.98204248755517], [8.002655277782562, 48.981597196921015], [8.002538809127456, 48.979394546568045], [8.002329980136528, 48.97935821519071], [8.001921835681687, 48.9793842670827], [8.001044294286688, 48.97951100569606], [7.999633422646445, 48.980353784952605], [7.998837857532097, 48.98062124904385], [7.996232590754071, 48.98114439582607], [7.996230978182273, 48.98055879935846], [7.993859658836951, 48.98009903594166], [7.990880382014482, 48.97929513844011], [7.990303782917499, 48.980274236852345], [7.98999105000824, 48.981008076495165], [7.989411343635437, 48.98081597654753], [7.988745357754107, 48.98043825337414], [7.988306149630075, 48.98014118609257], [7.9882207309462485, 48.979964539492265], [7.988203482363854, 48.979785054444584], [7.987582195534868, 48.979729829945114], [7.9871093201855405, 48.97979456646789], [7.986769276831466, 48.980529533140235], [7.985674637940836, 48.98167432796239], [7.984378876975079, 48.98286351733705], [7.984246838403258, 48.982914060926824], [7.983752387164075, 48.98275442763033], [7.980478321193786, 48.98116063808557], [7.979204740233062, 48.98072703088849], [7.978561209708957, 48.98058258326099], [7.975085680713544, 48.98016833659597], [7.973910437799469, 48.98004594395431], [7.972537080693451, 48.97942720026346], [7.970991790236183, 48.97901379713877], [7.970190482636471, 48.97865060183457], [7.968906024563822, 48.97938864573791], [7.968026261662489, 48.980064842623236], [7.968107317054865, 48.98019663161195], [7.968648833474886, 48.98070576542881], [7.968525375535209, 48.98084603566613], [7.96839418569844, 48.98090553628826], [7.968398480823643, 48.98095040821666], [7.970354908582909, 48.98179729056875], [7.970499848852191, 48.98188137766391], [7.969822982304323, 48.98267530769401], [7.969088977203533, 48.98344457225147], [7.968813283726108, 48.983996605382956], [7.969528555898834, 48.98431832965022], [7.97139975909442, 48.98498853314945], [7.971476532589519, 48.98507544760636], [7.971416951369773, 48.98516801973072], [7.969635043153634, 48.98643125835776], [7.969643636467654, 48.98652100165701], [7.970522695791644, 48.98698008715667], [7.97356144028258, 48.98840371029825], [7.975164543356864, 48.98927419819053], [7.976032847416411, 48.98904893318148], [7.975994781583589, 48.98936586374599], [7.976014761213836, 48.990716532135956], [7.97399724933236, 48.99166525036241], [7.973492921922957, 48.99197450153314], [7.973399552878704, 48.99242887415838], [7.973415165705072, 48.99373466787026], [7.97335557801002, 48.99382724020157], [7.969953811716385, 48.992905198373826], [7.969817436252401, 48.99291085423839], [7.969525371170428, 48.99329237294529], [7.968791656109898, 48.994638243067826], [7.968409592675583, 48.995510023137705], [7.96827450814951, 48.99610126578538], [7.969267010294218, 48.996456550867414], [7.969218623558692, 48.99781003889019], [7.969171915307514, 48.99803722232065], [7.969122217028398, 48.998805121560416], [7.967058732621119, 48.9992780820374], [7.967763900522508, 49.00063637105199], [7.967159568820656, 49.000760526333664], [7.963702444729059, 49.00169661363268], [7.9618588455595205, 49.00232254632172], [7.961011710878822, 49.002772062291996], [7.960331765483989, 49.00339484783881], [7.958819728215557, 49.00405205574401], [7.957268761955123, 49.00530549446421], [7.956578527007013, 49.00596471841044], [7.955824835957004, 49.00595984270212], [7.955415602054374, 49.00597676144757], [7.955573443983694, 49.00619547862881], [7.955672436013883, 49.006371580122625], [7.954944452800545, 49.00663592668453], [7.954569495755662, 49.00701181302387], [7.9541360345392755, 49.00806584170821], [7.9539119780805265, 49.00844449797326], [7.953443083908461, 49.00855397130673], [7.952015829757458, 49.008666997848835], [7.950094831749189, 49.008629213589586], [7.949898766259503, 49.008727406173485], [7.949511770408983, 49.00897763605168], [7.9497003638902495, 49.009375282672025], [7.950557669434624, 49.010321931623274], [7.950622698187278, 49.01085982392527], [7.950414876037812, 49.0114089835009], [7.949925689511808, 49.01202381774852], [7.947087841308855, 49.01415009501029], [7.9468064153769244, 49.01407161179843], [7.94659748600059, 49.01403518460436], [7.9460645876168075, 49.01419231445445], [7.945111442153357, 49.014826264052026], [7.945073168752254, 49.015143177047136], [7.9446213051737145, 49.01543210042582], [7.943008159098082, 49.016327496555824], [7.942424925822367, 49.016531731297405], [7.942520816544032, 49.01796930066926], [7.941212625727215, 49.01789708793872], [7.940122780729568, 49.01796001666949], [7.939376608773045, 49.01803580618833], [7.938648379133584, 49.01830005097813], [7.937085325831585, 49.01900409520163], [7.937086272704539, 49.0195896709981], [7.936110732544886, 49.020134364956256], [7.930642535737249, 49.02270179369861], [7.930327833607974, 49.0228498744275], [7.928845553052491, 49.0231090180754], [7.928649392721773, 49.023207174594056], [7.928657921292749, 49.02329691768884], [7.928815703161729, 49.02351566644312], [7.928871994148871, 49.02396382073532], [7.928833614908141, 49.0242807257883], [7.926848066817667, 49.024866844672914], [7.9245903828786375, 49.025617262965724], [7.92358472012661, 49.02642434874333], [7.92255284160769, 49.02507927864478], [7.922382304375306, 49.024725906876], [7.922769531710741, 49.0246199178858], [7.922756753803904, 49.024485302783354], [7.922180309117675, 49.02360803463156], [7.92107516354292, 49.02235605272633], [7.920930190364557, 49.02227190915884], [7.920169359874661, 49.02277161441266], [7.920024387003886, 49.022687469784834], [7.918666939454484, 49.02108544731003], [7.91831655622269, 49.020424121429826], [7.918222799320154, 49.02015768770282], [7.918478683539768, 49.019967005208244], [7.918657829369274, 49.019689376802795], [7.91850435711797, 49.019515485972356], [7.9180993182357, 49.019288848614536], [7.916549669580939, 49.01970376450072], [7.914679351377117, 49.02005972900781], [7.915630485461427, 49.01911080016799], [7.915310107178459, 49.01804281722338], [7.915079923298898, 49.01778197406547], [7.91352013583076, 49.01794500749631], [7.913294211932652, 49.017729033211396], [7.912471642249751, 49.01656450117226], [7.912351529097997, 49.01616400366408], [7.9121413304199155, 49.01481220948529], [7.911987894397763, 49.01463830951819], [7.910935664970821, 49.01451924746529], [7.910714014772998, 49.014348140177866], [7.91059392029951, 49.01394764006704], [7.910405864093947, 49.012829177715865], [7.910187826810442, 49.01211736201829], [7.909978930998489, 49.012080871028346], [7.909664234319565, 49.01222889908759], [7.909033246400323, 49.012218700937225], [7.908815858514446, 49.01209246249138], [7.90855510650046, 49.01165267301135], [7.908401691818197, 49.011478767938534], [7.907920787249102, 49.01146241936407], [7.907527861236999, 49.011073085462385], [7.906990932371966, 49.01046441179416], [7.9062963075986366, 49.00978110608525], [7.905710904945612, 49.00894917790912], [7.905016383115519, 49.00812171191639], [7.904816257496534, 49.00759835012026], [7.903753436651105, 49.00678594615284], [7.9037237468581205, 49.006471834177255], [7.9041672764364606, 49.0060933160298], [7.904460741774729, 49.005720935783216], [7.90443953212302, 49.005496569995046], [7.902551566548191, 49.00450168994097], [7.900706906244803, 49.00396448762886], [7.900343758529726, 49.00388924102732], [7.900356334557395, 49.002717513513524], [7.900454599089852, 49.00230807577835], [7.90057829177226, 49.0021678784852], [7.900735354392034, 49.00180108293137], [7.901091936291321, 49.001372072616505], [7.901372680315811, 49.000865077829374], [7.901526417715238, 49.00031822904278], [7.901589833393812, 48.999684979717095], [7.901585971173113, 48.99891934065912], [7.901606619196893, 48.99855812096851], [7.901746707685285, 48.99801182852897], [7.902094776746201, 48.99749306650422], [7.902167582120571, 48.99681438368793], [7.902324617337735, 48.996447584196765], [7.903286780952479, 48.99518294250274], [7.9033756095065435, 48.994818931132144], [7.90366392843346, 48.99439270045606], [7.904047643870148, 48.994106716057544], [7.904844751070172, 48.993848858898644], [7.905726162251007, 48.99375872469444], [7.906177142483286, 48.99360512099489], [7.906282980416268, 48.99327644748001], [7.906762262911204, 48.99269823758038], [7.907386401625405, 48.99220418795248], [7.908060721406958, 48.99195133525713], [7.909855835536065, 48.99182374353848], [7.911097880410283, 48.991349401772254], [7.911939127951313, 48.991414027331075], [7.913112869072362, 48.99123076797299], [7.914470769686717, 48.990823715459534], [7.915555862830547, 48.99057199030272], [7.916408258674428, 48.99032079248998], [7.91692314584185, 48.9899753225759], [7.917550525735687, 48.989661271969176], [7.917877029756563, 48.9893505565927], [7.918293035957998, 48.988973099475956], [7.918588004484881, 48.98861862802155], [7.918935815296072, 48.98824396718988], [7.919063677759661, 48.988148622372265], [7.919403748177001, 48.988125651893505], [7.9207461576566605, 48.98784529234949], [7.921528598223958, 48.98757890817945], [7.922034912955616, 48.987143668768915], [7.92255824330077, 48.986887920300866], [7.922510558844034, 48.986529493959104], [7.921914888809373, 48.98602239531632], [7.9219106334011435, 48.98597752194559], [7.9229692323011625, 48.98515920355007], [7.9231397214009975, 48.98479181254082], [7.923390364954698, 48.983970644484494], [7.9235949004936, 48.9839622397084], [7.924437735016442, 48.98418888262515], [7.924561319870395, 48.984048658222186], [7.924832374348361, 48.98344287884608], [7.925075279805514, 48.9831175555052], [7.925428986868952, 48.982517385908814], [7.925384730359011, 48.98161823604166], [7.9255125646914095, 48.981522883757194], [7.926057114321519, 48.98149148586344], [7.927893570475361, 48.98194753793007], [7.928085316108676, 48.981804505483325], [7.928208033353937, 48.98165530234248], [7.928227643116448, 48.98070847512881], [7.931088360201176, 48.97998711394171], [7.931412172061031, 48.97979359069643], [7.931518674919553, 48.979473865325616], [7.931683124501106, 48.979187793420486], [7.9322659711630745, 48.97883944777295], [7.932777227844111, 48.97845800744171], [7.93344438305811, 48.97770074346933], [7.934069794107142, 48.9772244974307], [7.934703725082325, 48.9768379945286], [7.935118638051987, 48.97630734374707], [7.935749117390943, 48.97574078002064], [7.936361682733243, 48.97512990115114], [7.937217115441309, 48.974770294092664], [7.938421899604516, 48.97448637735771], [7.940097877568549, 48.974264106000405], [7.940498325800497, 48.97415749256275], [7.941285549672466, 48.97380066742574], [7.942102517209292, 48.97318132275848], [7.9424125751409145, 48.972844174328934], [7.943402422033815, 48.972028477923836], [7.9441861749603335, 48.97163573446828], [7.945159911026294, 48.97122613223528], [7.945726334146645, 48.97070720048521], [7.94610793329014, 48.97040312598306], [7.947801443629544, 48.9696484280318], [7.94826572195495, 48.96949409959561], [7.948890898486716, 48.969017772626906], [7.949222275376897, 48.968904970959585], [7.950676136844523, 48.96779071998415], [7.951532521611439, 48.9681607699024], [7.95237601221868, 48.96825203719019], [7.952425928647454, 48.96748412282953], [7.952406898858804, 48.96685420888415], [7.952508965867657, 48.966489587903226], [7.953044780338704, 48.96636832084937], [7.954282397470057, 48.96585762229394], [7.9550862383291285, 48.96510356530447], [7.956339699519616, 48.96404257345813], [7.956943317495614, 48.9633418366138], [7.958510230800837, 48.96384460847525], [7.959681213350336, 48.963210465751494], [7.959887974061976, 48.96279644866139], [7.960327799787094, 48.96181415112481], [7.960534878279587, 48.96054415721206], [7.960244030115192, 48.95993450556208], [7.9602684540858855, 48.959473977274484], [7.959988922955419, 48.95783670007308], [7.960254197307028, 48.95703281916185], [7.960679924786824, 48.956762899462895], [7.961209438277515, 48.95629045450024], [7.961128258071809, 48.955870339976904], [7.960806833271164, 48.95537007669755], [7.96035847955071, 48.95483001979366], [7.960601029072057, 48.95450461583827], [7.960558167281238, 48.954055882567204], [7.960713892839675, 48.95382417664473], [7.961309120942611, 48.953610301698255], [7.961624082050144, 48.953326945460056], [7.961789049138464, 48.95290564060457], [7.9616395519749465, 48.95220002961138], [7.9615701958024525, 48.9516172402142], [7.961659308075699, 48.95111798600008], [7.961512026474514, 48.94986265874607], [7.961387403248968, 48.94941731175127], [7.961221136565745, 48.94910884351845], [7.961063444144706, 48.94889012204047], [7.960291373885548, 48.94811119060433], [7.959695004373857, 48.94773944672945], [7.958340660865272, 48.94730899117505], [7.9572810431080905, 48.94695642027308], [7.956258814653979, 48.94642208842363], [7.955883925082239, 48.94607719886275], [7.955299302539187, 48.945254437715505], [7.954720050862038, 48.944918003276925], [7.954226051496956, 48.94475824262463], [7.953937286885771, 48.944598997891596], [7.952949637515503, 48.945000270449256], [7.952553717799738, 48.9451518023531], [7.947781666879893, 48.945889724266145], [7.943454817037771, 48.94641985599764], [7.940837867922283, 48.94666303335589], [7.93961840865144, 48.946929594155684], [7.93902743482791, 48.94718823713379], [7.938342646886978, 48.946747960269704], [7.937181777968957, 48.9460480008666], [7.936752537693492, 48.94584945928053], [7.936394839967256, 48.9456840067568], [7.93613845204346, 48.94528912435363], [7.935406015712772, 48.94477871590757], [7.934852409331525, 48.94413479099023], [7.934056139231444, 48.94367205657405], [7.933837229873092, 48.943095423401516], [7.9336932545063155, 48.94244362090207], [7.9331456358549515, 48.941574189652044], [7.932940346491303, 48.94070867026702], [7.933076553056209, 48.94027057287379], [7.932339044898425, 48.93884132610854], [7.931947336733879, 48.93846102063482], [7.9309519674805, 48.938781339239064], [7.928979924742518, 48.93933107928579], [7.926563357420141, 48.93980897924593], [7.925704171092542, 48.94012364688919], [7.924554622129417, 48.94026104206928], [7.923075532623231, 48.94038494856643], [7.916698587038343, 48.94020553816991], [7.9154877947396685, 48.93998496168731], [7.913961793929684, 48.94033593049476], [7.912314758539233, 48.94099818370797], [7.911110607601, 48.94128184706803], [7.907817790277776, 48.94117361744986], [7.906864911599138, 48.941221687952726], [7.906154607589018, 48.94152109684124], [7.904049775492884, 48.942985849341916], [7.903321570058783, 48.94324092328497], [7.90301574218349, 48.94347869511153], [7.903059579529494, 48.94437788523909], [7.902722815701263, 48.94515751332399], [7.902724221439329, 48.945752105158135], [7.903119088530425, 48.946312564378914], [7.903153894457999, 48.946536384838005], [7.902609697011262, 48.9465676797914], [7.902639345878526, 48.946881809707214], [7.902231406673355, 48.94690752317998], [7.9017460193445155, 48.94683729802079], [7.901665184129058, 48.9467054601301], [7.898839648065223, 48.946478731885705], [7.896112238228651, 48.9459866414498], [7.895852406332343, 48.94613241357071], [7.895367048109597, 48.947368579610625], [7.895316771769085, 48.94741568409372], [7.895162651934829, 48.94737693654767], [7.894775474320848, 48.94689722843004], [7.8935583425260765, 48.94588382887943], [7.8920387515406345, 48.945144060382795], [7.892332906034346, 48.944636503252966], [7.892384128474313, 48.944454214629964], [7.893084351973823, 48.94288492502765], [7.893722036237668, 48.9418137232669], [7.894437119259302, 48.94083845960686], [7.894088046029888, 48.94076263258375], [7.89320244039215, 48.940798834233306], [7.893165243591811, 48.940403922876314], [7.893261657906217, 48.94012067769701], [7.893524784163068, 48.93884854669363], [7.893397032297709, 48.93763744139236], [7.89355066667864, 48.937090570451566], [7.893608932679859, 48.93654759770037], [7.89377524275103, 48.93613535531133], [7.893732030132469, 48.93582177703578], [7.893429974887837, 48.935518780540505], [7.893340725094122, 48.935297182652036], [7.893196884705567, 48.935221974019825], [7.89306885280828, 48.934443349933055], [7.892077006368586, 48.934366762601734], [7.89186239047136, 48.93324930130115], [7.894223540158624, 48.93290951292268], [7.895172050265869, 48.93281666599975], [7.8959255214671575, 48.93283089823919], [7.896504347519403, 48.93302345842332], [7.897241399688757, 48.93344379980956], [7.901924292935213, 48.93307191293365], [7.902040121975993, 48.93299508976171], [7.9032639644096925, 48.93219713560248], [7.9038839532953835, 48.93181133744094], [7.904615384820021, 48.93159215839125], [7.905704310746953, 48.93153852218125], [7.906623713435122, 48.93171707514148], [7.907653006411671, 48.93175596572931], [7.909354929662378, 48.931677160249684], [7.910698481494845, 48.93142382401306], [7.911298748935345, 48.93126404421493], [7.912302580572136, 48.93103363862841], [7.912621021481179, 48.93093046839536], [7.913506445597622, 48.93089412294691], [7.915181861923118, 48.93111365291798], [7.916075779129725, 48.93116704030656], [7.916407835285748, 48.93106330052048], [7.916702488327198, 48.93070881454067], [7.917913159923717, 48.930496893572], [7.919622674425664, 48.93049871869631], [7.922068629801471, 48.930335084472475], [7.922813569110017, 48.93025939630757], [7.9253429623597045, 48.929677796438604], [7.92878832926599, 48.92923862576301], [7.9297324531725355, 48.92910062950535], [7.929914635412887, 48.92900302362508], [7.931186505314031, 48.928716362061614], [7.930506275177549, 48.92803258296186], [7.930309607506096, 48.92754512487925], [7.929905172020659, 48.92457941091806], [7.929772365629167, 48.924044269314116], [7.929511877727928, 48.92360448913194], [7.928973040490634, 48.92296893856137], [7.928435917895191, 48.92249549897861], [7.926707141142906, 48.921134062147694], [7.925311998138748, 48.921560911656776], [7.925031105828342, 48.92148237059268], [7.9240999280869495, 48.92103414072987], [7.919330300663607, 48.92307739278078], [7.919117508060422, 48.9229960385587], [7.918291209173064, 48.92177759168613], [7.9179763522513955, 48.92134002454006], [7.9177763085090564, 48.92139329644584], [7.916704623240801, 48.92148238427094], [7.915998147273167, 48.92138526722993], [7.915947207520161, 48.92084675171147], [7.915613808766766, 48.91977923078986], [7.915252262727269, 48.91899217931373], [7.9153025307944, 48.918800901300884], [7.915213366461554, 48.918002660251645], [7.914999017717843, 48.91747085548599], [7.914837371778938, 48.91720719035182], [7.914386389615244, 48.916775205550735], [7.912697238444131, 48.91568225958503], [7.9124929695060455, 48.915690646314914], [7.909002148147056, 48.91679799927939], [7.907395861629256, 48.91730538370232], [7.907136204545936, 48.91745118414416], [7.907144678681525, 48.9175409376549], [7.906783636962002, 48.91791614742361], [7.906268548188895, 48.918252621663406], [7.905401123765369, 48.91847739653908], [7.904975620401548, 48.918314637551354], [7.902564283138449, 48.91666550317103], [7.902534506734689, 48.916639692945516], [7.901586925370347, 48.91717406745974], [7.901495828481248, 48.91722284943209], [7.895107738436952, 48.92298946054246], [7.894827729403567, 48.922919824174016], [7.893384496218258, 48.92225805012043], [7.891692560587645, 48.92185870517033], [7.891556795591785, 48.92244990180729], [7.89139568386804, 48.922771835444706], [7.891059312235016, 48.92413707478095], [7.891080431022805, 48.924361459999204], [7.890973792495586, 48.92468116582883], [7.890927757773433, 48.924773146486764], [7.889546604689725, 48.92418987942491], [7.889489589646464, 48.92416517911565], [7.888842896880267, 48.923831202305955], [7.8876864681830625, 48.92331081396061], [7.887651744324012, 48.92308698420418], [7.887719455459518, 48.92249857378049], [7.883496188057805, 48.921932179277725], [7.883155691080665, 48.92194607390742], [7.883099904226255, 48.921497855391166], [7.883456583073941, 48.92049221068445], [7.883435498730357, 48.920267823323606], [7.883490945234762, 48.92013041187806], [7.88365693920761, 48.91913254643225], [7.883499663711433, 48.91891371696804], [7.880709341906973, 48.91729765673999], [7.880411683984168, 48.91703949996773], [7.880088073009493, 48.917232896791965], [7.879361248575439, 48.91808243851841], [7.878472377139616, 48.91924491693365], [7.877788323705561, 48.91982240537759], [7.8772696593983556, 48.92012285219042], [7.876673627065623, 48.920327340885805], [7.8734715757637685, 48.92102540918931], [7.872182747325167, 48.92113194883304], [7.871447119686581, 48.921306054182956], [7.871174722826395, 48.92131714257864], [7.869073180803951, 48.91902407826027], [7.868316553932129, 48.918973774572464], [7.867496035225798, 48.918971114149876], [7.862766331916365, 48.92014547406299], [7.861648117815795, 48.91929894212729], [7.8587948102611564, 48.92007254180207], [7.858297146483538, 48.91986750391788], [7.857680069423735, 48.91984750630872], [7.857186408117388, 48.91983150593293], [7.852682703741974, 48.91991511772353], [7.85241869031979, 48.920015920629865], [7.850347995350942, 48.92155943571468], [7.850352183774032, 48.921604314298], [7.8501562581215865, 48.92170235185692], [7.849513776217373, 48.92214283377507], [7.849241370313667, 48.922153872299006], [7.848117248662664, 48.92138854910921], [7.84703379347358, 48.92076572347472], [7.845384420657951, 48.92008471755757], [7.842687452866975, 48.91931094496333], [7.842410878945964, 48.91927708904207], [7.842296664961913, 48.919371807116946], [7.84208388397213, 48.91987594665793], [7.841773619413329, 48.919627221424676], [7.840395906643279, 48.918926148748504], [7.839721519444071, 48.91858403128637], [7.838051756899026, 48.91797583129204], [7.836249761251843, 48.917562155391266], [7.833085004047918, 48.91675302366316], [7.829897838086538, 48.91614292679797], [7.8286176556662035, 48.91575312463868], [7.82385096630691, 48.9168283158766], [7.8216168822038075, 48.91676519549202], [7.820617087373371, 48.91703972415904], [7.817163631617185, 48.91842210497947], [7.817357661900212, 48.919630571042426], [7.817569881531822, 48.92029773668486], [7.817696224471724, 48.92092331177814], [7.817917170672898, 48.921094605670575], [7.81826600080652, 48.92117065586295], [7.819329750186789, 48.92128999207639], [7.819631667988829, 48.921007549336856], [7.819921096180568, 48.92059046671812], [7.820324707082027, 48.92052015305627], [7.820886165602474, 48.92067772544255], [7.821830067447268, 48.9211262083996], [7.822149406594339, 48.92147371998575], [7.822106288891974, 48.921745741525484], [7.821232431838858, 48.92323147234024], [7.820841226253275, 48.9238778928965], [7.820696324885628, 48.924379248918626], [7.820830678511963, 48.925680204927566], [7.820567406766538, 48.9257899129949], [7.814431502072562, 48.9272982094716], [7.81371254210671, 48.92750731504997], [7.813325495950148, 48.92775712446962], [7.812097331429113, 48.92763533207094], [7.810893923950195, 48.9274855041489], [7.809761482184586, 48.92869322166685], [7.809005770054778, 48.928948820682145], [7.808069634924009, 48.92917562516727], [7.807420041222275, 48.930282834100595], [7.806394021906507, 48.92998168596184], [7.804637911697514, 48.929178290805496], [7.803298611775353, 48.928889692702505], [7.8031414304426905, 48.92911222308423], [7.801792539188225, 48.928571733851136], [7.801479822963192, 48.92903474253246], [7.800725253878866, 48.93019116701893], [7.799802912376004, 48.93101196092832], [7.799655073706787, 48.93089175983333], [7.799425497241537, 48.930774836032406], [7.798535998101427, 48.93002669555443], [7.796007109142914, 48.931515470801706], [7.796251133045233, 48.93164083119885], [7.795509025162163, 48.93219309848586], [7.795189886369871, 48.93214281933767], [7.79522753184361, 48.93240257790506], [7.793918386983378, 48.93229285030037], [7.794004431700635, 48.932929056280116], [7.794038012651601, 48.93344123459478], [7.793952745779966, 48.93414736502718], [7.7937316885024925, 48.935012088544], [7.79343836100167, 48.93583465881588], [7.793197790027752, 48.93633979490074], [7.793648309307454, 48.93662806620731], [7.793356096960656, 48.937018151209024], [7.792617340542537, 48.93820089847364], [7.7918203579170635, 48.939494078479925], [7.791377721182004, 48.9394397218544], [7.791301067218231, 48.94009144531692], [7.790961764637232, 48.94056448820938], [7.789898455844262, 48.94015658056906], [7.789474903025755, 48.940605962192464], [7.786768646623028, 48.94002950774136], [7.7865168466327015, 48.94056210125372], [7.786003596841937, 48.94048352066328], [7.7858066865868265, 48.94086977283651], [7.786378578207982, 48.9409910552352], [7.785900985344834, 48.94219033408833], [7.786010929172425, 48.94308684358709], [7.786400458894267, 48.944197401544066], [7.786675947523037, 48.944663866842504], [7.785269502089789, 48.94483720403604], [7.783500459248684, 48.94463762400266], [7.783713416878129, 48.94308857342683], [7.782774016101712, 48.943135112890594], [7.78147989632864, 48.94274536119517], [7.78022750349907, 48.94266023634947], [7.777894501816169, 48.94257318248061], [7.777710789832847, 48.94161655160729], [7.777529954500297, 48.94113728212136], [7.777155478536932, 48.9404855591596], [7.77687556648312, 48.93982105286629], [7.776830175413669, 48.939327368611266], [7.776997419652471, 48.93891528977272], [7.77760233503468, 48.93820646498087], [7.777704326890543, 48.937977168991154], [7.777860003786636, 48.93743942319071], [7.7767935437156765, 48.937292792324925], [7.774894286654975, 48.937458651707495], [7.775102015983326, 48.93689180707301], [7.773815926868735, 48.9367358928227], [7.77442794735376, 48.93536013231118], [7.773797523949586, 48.935196084918246], [7.772941260299023, 48.93510410231456], [7.773833256978069, 48.93320366403603], [7.77328829736142, 48.93322539612585], [7.772664499148999, 48.933133151694825], [7.772289665540401, 48.9329228703056], [7.771984213064937, 48.93257468645634], [7.771627131398546, 48.93240874061464], [7.771219241489595, 48.932434008578326], [7.770847613484703, 48.93285422691031], [7.770158176600636, 48.93279161288034], [7.769325087338422, 48.9326536374997], [7.7676155104317255, 48.93264966844182], [7.765190987370948, 48.93230476980962], [7.764366149282653, 48.932256522083534], [7.763650760836893, 48.9320597694627], [7.759099342584797, 48.931781355592975], [7.758491204837566, 48.93185958628847], [7.757823165038277, 48.93203028418866], [7.756709427346286, 48.9318132882451], [7.752076641549126, 48.930943255544435], [7.7522491375050455, 48.93028776559878], [7.7524454156059655, 48.92914484869333], [7.752668288116997, 48.9284423117414], [7.752986848017019, 48.927889125922256], [7.753305401143204, 48.92733593897379], [7.753615251463946, 48.92683714999215], [7.754279615811676, 48.926477430467855], [7.7546245698675, 48.925914180715196], [7.754796053168715, 48.92554700949313], [7.754716730916935, 48.92482944277733], [7.754611665989448, 48.92442821264763], [7.754243007655272, 48.923686103292425], [7.7541420542694794, 48.923329754166176], [7.754050428071578, 48.92247753992209], [7.75421697743586, 48.922056510090705], [7.754510220288718, 48.921675491547184], [7.754783750158756, 48.92107903899844], [7.754724964149525, 48.92058587901567], [7.754491911223791, 48.920279822716594], [7.753563346381749, 48.9192446377011], [7.753028985641557, 48.91818478043669], [7.752804982244557, 48.917977460804416], [7.75219320781137, 48.91741617066254], [7.75202942143209, 48.91652177243136], [7.751852192247187, 48.91607835889501], [7.751763408377748, 48.915406207058396], [7.7518790888845945, 48.915176387397736], [7.752194956587247, 48.91489357225077], [7.752327047388955, 48.91484328109507], [7.75334469931658, 48.91416321764884], [7.753664657332559, 48.913925280621065], [7.753946365413101, 48.913418590267725], [7.753381083942244, 48.913215820927704], [7.752455637909376, 48.912811137076055], [7.751860338939907, 48.9124293719771], [7.749547494957825, 48.91060227198242], [7.749062653131075, 48.91053142638302], [7.749063823824563, 48.90994579105196], [7.749131766979547, 48.90949264103502], [7.749091935956744, 48.90845817897088], [7.748822072261019, 48.907748164393205], [7.747965891770024, 48.90630465558203], [7.747419615541143, 48.90556056146875], [7.747080382736991, 48.904988431620225], [7.746819579555534, 48.90437715257889], [7.746543022339813, 48.90389262525352], [7.746360090178666, 48.90218815398567], [7.745894130582082, 48.90112554716568], [7.745616155660065, 48.90032575445958], [7.7454824204132295, 48.89915987395308], [7.745538208482301, 48.89902252389614], [7.745501342525091, 48.89861857558569], [7.745604724602515, 48.89825410894715], [7.745644008897393, 48.897486773717716], [7.745820765115001, 48.89657884650643], [7.745821971961653, 48.895993203727684], [7.744657363686417, 48.89595832244527], [7.742769759479295, 48.89563677931783], [7.739915782091326, 48.89505620448734], [7.737867561161976, 48.89447067762684], [7.737074621614338, 48.89401559169998], [7.736322537931603, 48.89355888307469], [7.7342343732332495, 48.89253343292448], [7.73323647324215, 48.89207742662388], [7.731703036501741, 48.891291245335864], [7.729648525005737, 48.89063376157073], [7.728462826953533, 48.89036532567891], [7.727329703634314, 48.88992362796772], [7.7267438250505664, 48.889640475202036], [7.726297346020058, 48.88938784741815], [7.725390051552421, 48.890378658747984], [7.725210320570228, 48.890656031360116], [7.725172994893801, 48.89084669617266], [7.724248596525319, 48.89119852929187], [7.7241246929534375, 48.89133855894275], [7.724161387911043, 48.89174251650298], [7.724768480635753, 48.892259078825674], [7.7250012333993, 48.89256520077765], [7.725617063704681, 48.893027359709926], [7.7260022812195, 48.89350763687201], [7.726098905088019, 48.89381913541791], [7.726337128277217, 48.8940349484058], [7.726454152275654, 48.89457086640934], [7.726677763240559, 48.89658005234124], [7.726438918032121, 48.8969588596744], [7.726365337790081, 48.897502307666855], [7.726041276618312, 48.89769529149555], [7.726057594018783, 48.89787482690609], [7.726231838675623, 48.898138212723644], [7.72626039559329, 48.89845239949874], [7.7259444337280465, 48.89918560231311], [7.725817705958126, 48.90004646267582], [7.725604692015494, 48.90055938049974], [7.725540691429771, 48.90060695356972], [7.725424927028191, 48.90083675085592], [7.725126694110048, 48.90116384498682], [7.724719026518293, 48.90118895540771], [7.724595100433531, 48.90132898426784], [7.724615492391002, 48.9015534030268], [7.724487486850473, 48.901648547986824], [7.7240830775222085, 48.90170956322839], [7.724167470952041, 48.9018864097521], [7.724324024897205, 48.90210545134198], [7.724371648826395, 48.90232879453919], [7.724311723150089, 48.9024212505958], [7.723991701698365, 48.90265911172329], [7.72347150621421, 48.90294992018818], [7.7231182127313325, 48.903423324665845], [7.722954733186476, 48.903880225410056], [7.722521113389236, 48.904221664441955], [7.722601428689925, 48.904353627960226], [7.7228130218770605, 48.90442635557839], [7.722825253148696, 48.90456100663998], [7.722378009719507, 48.90490298248893], [7.722219982979901, 48.905269576776455], [7.72170464296586, 48.90561423726767], [7.720869814386008, 48.906052582324406], [7.720677779033918, 48.906195293117236], [7.720583748892894, 48.90651431459997], [7.720608200947117, 48.90678361664533], [7.72049240103303, 48.90701340786403], [7.720350655358384, 48.907559533551186], [7.719915594467962, 48.90803615015029], [7.719413829856299, 48.90838026269473], [7.718922070019269, 48.90898523524655], [7.71885386452062, 48.909438368307036], [7.719063384151, 48.9102409020147], [7.719458212574812, 48.910675771983264], [7.719519333513217, 48.911349024967244], [7.7196976651481926, 48.9116573005455], [7.720066664663638, 48.91195805467988], [7.720852967852904, 48.91218829125048], [7.721227444228955, 48.91239873748811], [7.721284513638148, 48.91302710511706], [7.721236799364747, 48.913254208872395], [7.721018794701785, 48.913713252297725], [7.720330860613901, 48.91441605427483], [7.720168714957996, 48.91473775930718], [7.720061861577948, 48.91506629178866], [7.720113925550485, 48.9160912432639], [7.719324555725839, 48.9170322659864], [7.718515600066, 48.91775784293815], [7.718203606146752, 48.91808545180372], [7.717367020440219, 48.919109397797065], [7.71706315778066, 48.9195267697951], [7.717049406726809, 48.91997774988116], [7.717129732469472, 48.92010971515877], [7.717234499664983, 48.92051097970419], [7.717032722857256, 48.92114954558753], [7.717101842138399, 48.92236300186658], [7.716939651756497, 48.92268470017575], [7.71687756925389, 48.92350694165207], [7.716748680889637, 48.923593099802595], [7.716307524703348, 48.923853720587246], [7.715803364705966, 48.92432402246351], [7.715653377649123, 48.92478036772483], [7.715566022893899, 48.92532433192185], [7.715373901870385, 48.92546703168298], [7.715110409087709, 48.925576507982726], [7.7148637953356, 48.925721353526015], [7.714701580648184, 48.926043047809486], [7.714129270659209, 48.92651602474572], [7.713903005404386, 48.92688528350138], [7.713740185433302, 48.927351138421656], [7.713484821348039, 48.92755037704887], [7.7130080116034, 48.92756915274929], [7.712114367544652, 48.927514250674804], [7.711365908480954, 48.927552722552214], [7.7109612824312705, 48.92761369203654], [7.710752866307059, 48.92757685155019], [7.710392759807156, 48.92737481602295], [7.71018027706439, 48.927293091364746], [7.708551196566336, 48.92742024874852], [7.707796221543945, 48.92799046391063], [7.707272429855263, 48.92824528867265], [7.706896250168298, 48.928620426972024], [7.707030840729935, 48.92920069440527], [7.707204448017667, 48.93081541692913], [7.707565992018974, 48.93088227625459], [7.710234070401595, 48.93090343804985], [7.711951724683032, 48.930997991565], [7.712099360935069, 48.93111830076462], [7.71173214849176, 48.93159219570362], [7.711454814257303, 48.93215263775358], [7.711134551145851, 48.93239045802139], [7.710142010755979, 48.93275382642046], [7.709486611978434, 48.932914742030576], [7.708367361048597, 48.93323803670232], [7.707251548378334, 48.933750365237046], [7.7064598794191035, 48.93391662170872], [7.705511015183584, 48.93400797475665], [7.703148027867997, 48.93388463014133], [7.701732661667766, 48.933958245972285], [7.701616717896468, 48.93418801318698], [7.701751263973749, 48.93476828356177], [7.702078007564344, 48.93520587664272], [7.702501317483247, 48.93595497416424], [7.702818377725203, 48.9376451300595], [7.703278284142184, 48.93879816974759], [7.703373170339471, 48.93969529267734], [7.7029667501539025, 48.94034185316754], [7.70188532485316, 48.94229412575942], [7.701340240164024, 48.94231553050907], [7.701225986037438, 48.94195967810802], [7.701333825917607, 48.941640147169345], [7.701420544605213, 48.94108722498493], [7.7014628672104335, 48.94095043587817], [7.701376134421444, 48.94014307836639], [7.7011215590583095, 48.93974769304103], [7.700478414231829, 48.93883606286653], [7.699813266882979, 48.93828563276802], [7.697634155842987, 48.937173029947765], [7.696818365960246, 48.93661948700625], [7.695083022045906, 48.93512008203716], [7.694765259390514, 48.93478121331152], [7.6946006213759235, 48.93447237288023], [7.694491945675674, 48.934026210304495], [7.694642145006036, 48.93356989544377], [7.694901172597565, 48.93219945308211], [7.695295463011415, 48.93141826454966], [7.69584137713541, 48.93004557126035], [7.696004678080743, 48.929129302657195], [7.695969944074594, 48.92813972548123], [7.695425957094591, 48.92680978376569], [7.69484567281676, 48.92598574221518], [7.694299300165895, 48.925385581926214], [7.693433293404819, 48.92487903090224], [7.691453344819985, 48.92429903212186], [7.690085636871837, 48.92368600329213], [7.689905602674569, 48.923963314420014], [7.686872483763458, 48.92307317418301], [7.684338893100526, 48.922415648553354], [7.682039615719525, 48.922082219825135], [7.680285125906014, 48.921574300204654], [7.677148405511464, 48.92104831449798], [7.675801140472859, 48.92065954365713], [7.674658219918085, 48.92026277672293], [7.67248795540939, 48.91968991088493], [7.672175179471864, 48.91925169911599], [7.672197388317866, 48.91889049357096], [7.672539145504523, 48.91828259165028], [7.672569421016619, 48.918011155382786], [7.672425141096744, 48.917926703919], [7.671116620930484, 48.9178156335401], [7.667311988746222, 48.91730646120667], [7.6653015772116095, 48.9171416249365], [7.662001219425694, 48.91707205673572], [7.659177544990523, 48.91683069740127], [7.657992418477379, 48.91657054735884], [7.6576358104861475, 48.91640425960155], [7.6566180703125, 48.915876338480636], [7.655182891633219, 48.91526555663391], [7.654800623310749, 48.91496513347247], [7.6547765079419, 48.91469582010943], [7.654968755301022, 48.91455321613033], [7.655409288942473, 48.914130701107055], [7.656019591719692, 48.91346736015931], [7.655979341745248, 48.912865363325785], [7.656128111751367, 48.912084851480195], [7.655711434209046, 48.911857837253976], [7.656594044849868, 48.911030752132724], [7.6562118486425215, 48.91088347358561], [7.656004342309451, 48.91085551445678], [7.655697576366658, 48.91109266123683], [7.655433227005683, 48.91119303059291], [7.6537364196201745, 48.91132209404575], [7.653307746241474, 48.91111355529058], [7.652887914326872, 48.9110037636868], [7.652839903483797, 48.91123084053772], [7.652707725824531, 48.91128102213046], [7.652363221508912, 48.91124937521307], [7.652010684505229, 48.91112795569536], [7.651714197466363, 48.91086923036045], [7.651484238859497, 48.91074304403487], [7.651026032947515, 48.910968048236384], [7.650279404616329, 48.91117723473051], [7.65057167557095, 48.910472230113434], [7.651050624580436, 48.90986806858982], [7.650524198777549, 48.90948315226536], [7.646704245319206, 48.908181211402784], [7.646343719452073, 48.90797000264182], [7.645488914577983, 48.90773294279835], [7.6431905349454885, 48.907398764116834], [7.641879909457938, 48.90664787430526], [7.64115090743466, 48.90613565327804], [7.640680664352907, 48.905613391870894], [7.64030656970729, 48.90586211868288], [7.640651862677604, 48.90728105458871], [7.640733592172883, 48.90804359395523], [7.640341855210667, 48.908247962234796], [7.638545741358451, 48.90986703693854], [7.638297383676858, 48.91014691379587], [7.637379212801074, 48.911803995070215], [7.636766257637025, 48.91305287433931], [7.636011454039379, 48.91439732596114], [7.635639664186443, 48.91482610863958], [7.634527547226763, 48.91522951410723], [7.634271139176469, 48.91541960881319], [7.634125264709643, 48.915929718968535], [7.633948960558651, 48.916251834128644], [7.632693388421881, 48.91657970121344], [7.632429766851391, 48.916688996543336], [7.631545899791745, 48.917353781696235], [7.630893625979956, 48.917703319019374], [7.629548957538902, 48.918566080947755], [7.629230002897382, 48.91882163969112], [7.628326074926819, 48.91926196864418], [7.627525548021056, 48.919482096154695], [7.626776343293245, 48.919511062711855], [7.626359695678226, 48.919437088038876], [7.625567351629307, 48.9189812746661], [7.623206275651789, 48.91809962850611], [7.622348216641061, 48.9178264965547], [7.621983731671666, 48.91757032982837], [7.621334266527564, 48.9165684836051], [7.620981765912954, 48.91644697337829], [7.618725739814541, 48.91582242362982], [7.617724355033935, 48.91547371886578], [7.616787965660517, 48.91493332805356], [7.615945484873761, 48.914065015594076], [7.615521934429281, 48.91345078383561], [7.615146355949422, 48.91306891184023], [7.615118461797424, 48.91275470308966], [7.615225104351378, 48.912570427441835], [7.615117154890831, 48.91212418410901], [7.614884961176628, 48.91181785436111], [7.614695296772174, 48.91137476195636], [7.614819542329034, 48.9112348482311], [7.614924878292716, 48.910420052623024], [7.6151653935559525, 48.91005045014596], [7.615407499350864, 48.90969880189585], [7.615964892071949, 48.910127708687945], [7.616452736934035, 48.910235002522505], [7.6169455664294174, 48.909936734668555], [7.617363784388439, 48.90987555613004], [7.618122550812102, 48.90964809410926], [7.617828632841583, 48.90941621678731], [7.6176693157888336, 48.90916112803999], [7.61827022190108, 48.90900281379164], [7.618810206284805, 48.908927921743214], [7.619022470447856, 48.90900980974156], [7.619603135806582, 48.90939276140363], [7.620199251950538, 48.9091805731504], [7.619762188109623, 48.90826059627834], [7.619610044174458, 48.90808630646094], [7.619537960890938, 48.90804404848859], [7.61944992481942, 48.90782224236574], [7.618979884256489, 48.907299896592725], [7.618763639559004, 48.90717312131162], [7.617995469958923, 48.90698657528791], [7.615960108787211, 48.90653363192095], [7.6146335965056, 48.90636860427504], [7.613025241061745, 48.905953192052486], [7.612949183617935, 48.9058660427091], [7.610151021244553, 48.90590182691316], [7.610022795922043, 48.90599684906255], [7.608281823351031, 48.90639721734023], [7.605789503574684, 48.90664632148415], [7.604624752634077, 48.90661007885344], [7.604056947936355, 48.90637069395196], [7.603805556903629, 48.90615516443037], [7.6036375748104765, 48.9058013034733], [7.603485492056806, 48.90562699278677], [7.603103592970589, 48.905326402078536], [7.601747070468978, 48.904666942977265], [7.600279369927253, 48.90383158217552], [7.59959814123828, 48.903236214391235], [7.598302661215488, 48.90249329906973], [7.597137214703971, 48.90244800590337], [7.595764330108755, 48.9023746377099], [7.592910942503751, 48.90255627651804], [7.590639284893218, 48.902517349697305], [7.590147603056975, 48.90236506176075], [7.589594966969185, 48.90229618266584], [7.588941610633143, 48.90201497130241], [7.588389772053651, 48.90195506428153], [7.586692308284013, 48.90207420149103], [7.585355870073151, 48.901638996685655], [7.584319507078725, 48.901507560325065], [7.583838932899273, 48.901480934034915], [7.583166755427087, 48.90160577423379], [7.579469502987526, 48.902134696337235], [7.5788574904267465, 48.902167128829824], [7.579046480044926, 48.90152032896737], [7.57988251506499, 48.90030828021727], [7.580298058593529, 48.8997518913509], [7.580946390860378, 48.89873618584935], [7.581239359372776, 48.89818448565077], [7.581300047803536, 48.89763267179801], [7.579030293706089, 48.896836786629635], [7.577553939174629, 48.89636181581259], [7.5774059224051395, 48.89623235941387], [7.577374314024631, 48.895873248152284], [7.57682226429443, 48.89472332802365], [7.576507283650118, 48.89424894560327], [7.576231017523922, 48.89421447465202], [7.5737580612112465, 48.894056830345185], [7.573138245582243, 48.89399945563308], [7.568117416512537, 48.89111957485234], [7.56798126576381, 48.891124774440016], [7.567856942353685, 48.8912646421357], [7.56774838780549, 48.89158406733414], [7.567261545003265, 48.892107104643834], [7.566344657329916, 48.893178027168396], [7.566236089514582, 48.893497450438495], [7.566047618073206, 48.89368480406611], [7.565635992413457, 48.89366448375461], [7.564368024432046, 48.89322644299709], [7.564159850046213, 48.89318934645122], [7.5637037849467905, 48.893440953795114], [7.560521918267766, 48.892364249981206], [7.560239229794342, 48.89287947166219], [7.559387115294561, 48.89391183314532], [7.5580210072836085, 48.89531508011098], [7.557413602962364, 48.896022821903465], [7.556293135871851, 48.898515643468286], [7.554589096728256, 48.89777883221013], [7.553785132483828, 48.89717888851155], [7.55312810366852, 48.8968525908498], [7.552251115771565, 48.89635450321289], [7.551210480623839, 48.895547360976586], [7.550130337234053, 48.89491286223587], [7.547915642599234, 48.89411431376348], [7.546987426665522, 48.893654168980575], [7.546254557595535, 48.89324064031005], [7.545695014204314, 48.893090756004405], [7.544958697280678, 48.8932628598444], [7.54419805765192, 48.893156640439635], [7.544054055019749, 48.893072032574295], [7.544014834554448, 48.89262313121975], [7.543505845374911, 48.892426277535975], [7.543070361062, 48.892758091581776], [7.541544530815366, 48.89327543003973], [7.540200581062883, 48.894155164010144], [7.538819062121708, 48.895387608997076], [7.538583854162634, 48.89566676597591], [7.538222364327514, 48.89622094586332], [7.537968719524483, 48.896915157220825], [7.537768752847744, 48.89759832353251], [7.537587997848012, 48.89787541192865], [7.537411941007242, 48.89820636814231], [7.5369549194404115, 48.898448894425535], [7.5354749882234096, 48.897928515486484], [7.532103727254482, 48.8971825307148], [7.530643434466209, 48.89688654329303], [7.528601411368161, 48.89634233076027], [7.527822781849003, 48.89602951131842], [7.527814183587415, 48.895930752136415], [7.528006709167178, 48.89578834962738], [7.527991075426622, 48.895608787455664], [7.52784318406494, 48.89547926973652], [7.527384786512852, 48.895235395930804], [7.52675641195034, 48.895079021941065], [7.5263040565385095, 48.89537537698849], [7.526031724442356, 48.895385680885575], [7.525755485760296, 48.89535109353386], [7.525619319734926, 48.89535624493622], [7.525600010388332, 48.89576232110074], [7.525331582269717, 48.895817514019186], [7.524091236417833, 48.89569328217402], [7.522478124936445, 48.89536694669026], [7.520370075361335, 48.89468997985201], [7.517652106792872, 48.89422517346165], [7.515203298294034, 48.89308358312502], [7.5128503145347505, 48.89210046774489], [7.511785132312228, 48.89178935157334], [7.511882347914208, 48.89133530351553], [7.512218785231031, 48.89064704052573], [7.5129434190554605, 48.88970993135147], [7.514085047709616, 48.888856163807475], [7.515423481095774, 48.88806701523071], [7.517062174261119, 48.88727551815897], [7.517421128952326, 48.886847607355186], [7.516021380272051, 48.88582855056822], [7.51258958586187, 48.88374218848454], [7.512237561527219, 48.88362035476892], [7.512029462722702, 48.88358316728381], [7.510441275417319, 48.88275131237532], [7.507996276630422, 48.88164547608594], [7.504560382515417, 48.88013554406074], [7.505413380322105, 48.8784730210697], [7.5043290524208786, 48.87856791396684], [7.502348254944349, 48.87856143629494], [7.500104700914002, 48.87741183334953], [7.494816355998556, 48.87516064413247], [7.494448919373177, 48.87485918729064], [7.493943045715682, 48.87453590921531], [7.491289964596798, 48.873383525387986], [7.490413963461357, 48.87288497443504], [7.490561899471808, 48.872383998616264], [7.489250266785405, 48.87221706632245], [7.488530994196313, 48.8717936868733], [7.488686690663828, 48.87138249851611], [7.48871601661263, 48.87093101557112], [7.488636345737819, 48.870798891785356], [7.488014365046651, 48.87023674256182], [7.48747295772713, 48.86950042108294], [7.487362561282131, 48.86837860805757], [7.4871256900424745, 48.8675317704655], [7.486709657145862, 48.86745730675776], [7.486430496313484, 48.86738671339088], [7.4863936638932165, 48.86711786575398], [7.486131466557874, 48.86645212964746], [7.484493243404817, 48.863919381456014], [7.482463995571087, 48.86477014036819], [7.482005460162593, 48.86420183386631], [7.481889009769288, 48.86380085498236], [7.482081542114184, 48.86365852217501], [7.4826104241238465, 48.863458539757254], [7.482931305387542, 48.86322131622189], [7.48315119568592, 48.862762687045496], [7.483305046332976, 48.86217141856626], [7.482443703226066, 48.86247394746784], [7.481903231859715, 48.86253924916264], [7.481484153607912, 48.862428852239994], [7.478741516079317, 48.86101834622749], [7.477589821148307, 48.8604849983346], [7.476395302325599, 48.86008835832945], [7.474137564639108, 48.85955135168627], [7.474006118144057, 48.85961031708147], [7.473601336711383, 48.86030103818209], [7.472845121493042, 48.86150933311795], [7.472652571858296, 48.8616516513417], [7.4713798375975005, 48.86193345883927], [7.470488349512603, 48.86188573050538], [7.468141770848262, 48.86158613039511], [7.466412971024544, 48.8608490574632], [7.46476021967078, 48.859883931257016], [7.4646287617247955, 48.85994288633412], [7.464171737188034, 48.860185143189064], [7.4632584453686714, 48.86067863031752], [7.462948018599346, 48.86087937836708], [7.462514615814629, 48.8607604440634], [7.461693724534911, 48.86137657450467], [7.460190521504866, 48.86279280332828], [7.460211825348429, 48.86288208377558], [7.460872461102761, 48.86326277389431], [7.4609635947756345, 48.863529599137316], [7.460354473377388, 48.8642278897344], [7.459622899495911, 48.86445334607874], [7.458896888664129, 48.86538117503273], [7.45865547137382, 48.86575047805801], [7.456085423694253, 48.865233785245806], [7.452935165082648, 48.86447743398724], [7.45002744724568, 48.8635228186857], [7.444343628987606, 48.86203184192444], [7.43932977524787, 48.86102915068318], [7.439125648059347, 48.86103673055961], [7.437128006851182, 48.8616243117839], [7.436296945054694, 48.86148401355789], [7.436008603992005, 48.86194508190851], [7.43433581481319, 48.862340412162226], [7.4342677704690106, 48.86234293598404], [7.434112556605121, 48.862123508818804], [7.433734089286068, 48.86168717727394], [7.432546290366411, 48.86088453100169], [7.432398734959178, 48.86075489142627], [7.431440177882278, 48.860078845747466], [7.429610577075113, 48.85927293906269], [7.429030194921966, 48.85870896493765], [7.429687077620364, 48.85776587476168], [7.430156469289367, 48.857667413907315], [7.430099915084937, 48.85700296399253], [7.432031260261707, 48.856760232995846], [7.4351782312534676, 48.856526417979225], [7.436098005628939, 48.856267102934446], [7.436282982300675, 48.85603505261182], [7.436792150081423, 48.85496228552215], [7.437094052364348, 48.854500707297966], [7.43705365664598, 48.85418694623695], [7.436016511064479, 48.852748219647026], [7.435442521989745, 48.85177870078351], [7.435347714252972, 48.85146695796224], [7.434941063552741, 48.8515000620519], [7.434504858282871, 48.85070557546995], [7.4340142438121966, 48.84991310569219], [7.43342961753078, 48.84881786735288], [7.432547980774219, 48.846958999007995], [7.43249446566643, 48.84633046033344], [7.432321880012189, 48.846066636606295], [7.432029439313392, 48.844555216838344], [7.43162451669877, 48.843165063633926], [7.430744848327909, 48.84325172580303], [7.429755876705614, 48.843657694949435], [7.428992194592705, 48.84414538095193], [7.428727749278555, 48.844245255698105], [7.4285726126379705, 48.8440258177763], [7.428936578822285, 48.843652030836054], [7.430687086569921, 48.84209190010588], [7.431787136724582, 48.84090715563666], [7.431832224244608, 48.84063525791042], [7.431752743899949, 48.84050309269266], [7.431333184933609, 48.840383538808744], [7.430015671839578, 48.84013514001432], [7.428052575803797, 48.8396764559387], [7.42784089467042, 48.83959422462324], [7.427431681684274, 48.83831230574746], [7.427393506884754, 48.837863344477704], [7.430098116205158, 48.83773608222446], [7.433852552477804, 48.837758967290874], [7.433980166166977, 48.8376551489178], [7.434894264088175, 48.83509009762235], [7.43614703138335, 48.832017037387246], [7.436826312749166, 48.83198280684275], [7.43739338278671, 48.831592434778095], [7.437642444083828, 48.83131295547459], [7.437894044791855, 48.83058299918021], [7.438075932808634, 48.82967547825411], [7.438094195515185, 48.829089302450114], [7.438214892526339, 48.828904665681016], [7.440046310736842, 48.82878257096652], [7.441224553402158, 48.82836045435451], [7.441997660359037, 48.82782728166429], [7.442717509113631, 48.82698982188921], [7.442770187337753, 48.8268077088456], [7.442393622620723, 48.82655148102352], [7.442326783821243, 48.82624770451438], [7.442279672120524, 48.82601525601854], [7.4405498986676655, 48.82572826461576], [7.44054224290517, 48.82563847220698], [7.441177977393452, 48.82525453176116], [7.441166492241405, 48.8251198431486], [7.440100091270708, 48.82413260489058], [7.4397218496170865, 48.82369627742618], [7.439706541567272, 48.823516692169996], [7.440115313722878, 48.822870959353374], [7.440908292553536, 48.821931702081905], [7.44100599510124, 48.821477683183936], [7.441165744165953, 48.82111143452262], [7.44148272500506, 48.82082941677492], [7.441917488974104, 48.8204889716903], [7.441888576478865, 48.820309891849746], [7.440174168674091, 48.81940079500116], [7.439102488160008, 48.818990239769704], [7.437569277344732, 48.818605830284945], [7.430067320385858, 48.817325966857375], [7.425799903603193, 48.81638522768197], [7.425792274610975, 48.81629543358444], [7.426548711601145, 48.81572694120821], [7.426541081415841, 48.81563714710602], [7.426393668971995, 48.81550749487796], [7.425182396827127, 48.81505695517657], [7.422392936936912, 48.814331565143036], [7.42067397037728, 48.813683594930005], [7.421532091433792, 48.8127060244239], [7.423422947154046, 48.81104164591861], [7.423896879590805, 48.81051965978614], [7.425550767027047, 48.80927837234222], [7.426250573103371, 48.808847089341455], [7.428050024763352, 48.808357017920436], [7.429733345400757, 48.80810542768108], [7.430480293265143, 48.808068711084225], [7.429983440189587, 48.80655582083667], [7.429709436666984, 48.805899409001604], [7.429449943994016, 48.80541360616512], [7.428619985773531, 48.8046336877564], [7.428167144605146, 48.80411902150267], [7.427244220533474, 48.803207424695394], [7.425893564224625, 48.8019153330364], [7.425155319345493, 48.8014112343451], [7.423301707279504, 48.80190327938115], [7.423165775201031, 48.80190831471072], [7.423023239073521, 48.8011929722483], [7.422802960576209, 48.80052554787069], [7.421893516736194, 48.800252966020814], [7.419628616302804, 48.80007559514695], [7.4191785318468835, 48.800074238228106], [7.419285406030437, 48.799565847718036], [7.417302183146, 48.799332969604116], [7.416670073796922, 48.799275283079645], [7.417094708831672, 48.79849391539684], [7.417975485426937, 48.79778574569502], [7.419351110523466, 48.797446587810505], [7.4203590907405195, 48.79727415752721], [7.420238049966573, 48.79697237362195], [7.420013606908394, 48.79673747212946], [7.420703911048699, 48.79587418932154], [7.42197491513755, 48.796070333064804], [7.423411562828744, 48.794683956770974], [7.422367828984397, 48.794434371812876], [7.422466403387098, 48.79398933663409], [7.421586542957953, 48.79374268280649], [7.420088883627167, 48.793284693588106], [7.419725670708193, 48.79430701595695], [7.418990256193677, 48.795442198188034], [7.417919469724211, 48.796481690164825], [7.416822559250943, 48.79576561977519], [7.417277499550706, 48.79518129820126], [7.416557042514637, 48.7950458112911], [7.417263908926116, 48.7929298507822], [7.415088188972576, 48.792352762237584], [7.41530837691509, 48.79189422891533], [7.4148816399375255, 48.79168481545227], [7.414870230064638, 48.791550120318824], [7.415602843289486, 48.79070331462911], [7.415591431769338, 48.79056861944821], [7.41363108803007, 48.79011865819631], [7.413623483822251, 48.79002886123927], [7.414071466799319, 48.78920159452812], [7.4141693415851035, 48.78874758444264], [7.414025838199475, 48.788662812405875], [7.410056659580134, 48.78847622000728], [7.408698434218158, 48.788535396058485], [7.4084349914291385, 48.788644210612404], [7.405638431008592, 48.78862134199133], [7.404145056168247, 48.788694461341805], [7.402673674123025, 48.78902797549079], [7.402269764738631, 48.78908790969113], [7.401676351495189, 48.78916383767139], [7.400518159809468, 48.78917050534508], [7.400062753020876, 48.788781943651394], [7.399373186534657, 48.78804170066601], [7.397685957083968, 48.78614018273713], [7.397346083068846, 48.785666285404496], [7.397934110669297, 48.785365382239675], [7.398693433837288, 48.78483296995345], [7.399686621594847, 48.78384154398005], [7.400329447624754, 48.78273691509381], [7.401401878171589, 48.78187766600848], [7.401953502931509, 48.781307847874466], [7.40212699105093, 48.78094113729849], [7.402083071053862, 48.78058244474423], [7.40175520412573, 48.779927958400506], [7.4012751365772, 48.77795493393435], [7.401427449837125, 48.77749892561232], [7.401785778546903, 48.77690020130084], [7.402597706562423, 48.7761856571236], [7.402646681870288, 48.77595865422307], [7.403701063560581, 48.77569455756774], [7.405736769391492, 48.77559240211537], [7.406966762822871, 48.77482635902558], [7.40736121342094, 48.774172232323686], [7.4076379353461, 48.773576499134016], [7.407154449145032, 48.77269356460286], [7.406976768637561, 48.77204254896173], [7.406793779752242, 48.77132867348102], [7.406348272777951, 48.77089472853983], [7.40570318451385, 48.76971148559087], [7.405257985687186, 48.769926095500956], [7.404298202466819, 48.770501997157496], [7.403603213470734, 48.770824905940366], [7.40279934167129, 48.77066540132254], [7.402317095572479, 48.77076426362494], [7.401829722883956, 48.77128668355913], [7.401128468674524, 48.771051319457385], [7.400509490650169, 48.77082192537509], [7.399953897743237, 48.77053614394301], [7.399710770290227, 48.770238840211654], [7.39887373986478, 48.770170611117834], [7.397771824843884, 48.77019320905523], [7.396909187210094, 48.77030606719819], [7.394940879032119, 48.77055873087261], [7.394496309798032, 48.77045800099404], [7.393308369311991, 48.770591819324515], [7.392758211554756, 48.770855283464535], [7.392053282527921, 48.77089924554981], [7.391709835550456, 48.770704705435065], [7.391247203820458, 48.77087486297107], [7.390215466222899, 48.77092183159202], [7.390395681783256, 48.76982525570027], [7.389779056768838, 48.7697848856613], [7.389846935691436, 48.76945810715654], [7.390407527992314, 48.76834753621447], [7.38844904908892, 48.768392553429095], [7.386515457076066, 48.76824745960677], [7.385972820408238, 48.76827641329679], [7.384359982570681, 48.767894300259826], [7.383096594696951, 48.767454291921574], [7.383709394759648, 48.76680123526125], [7.38305280511374, 48.76628488664472], [7.382956203247635, 48.76610827893394], [7.383141096631958, 48.76587629227769], [7.383133548408122, 48.765786491481016], [7.382092849016597, 48.76556348874561], [7.382399243807509, 48.76402090844452], [7.382478479930872, 48.76334241177218], [7.380603936026457, 48.76373552882993], [7.379661349531055, 48.764355637456255], [7.378047845893667, 48.7649373014785], [7.376967137321931, 48.7652111508996], [7.375397386843443, 48.76550292339774], [7.374982326964403, 48.765428064629084], [7.373644352011595, 48.76507176495893], [7.375380400568546, 48.762702129462845], [7.3746831475659995, 48.762511509144325], [7.3743284969128045, 48.76234435614874], [7.374513415305766, 48.76211238208805], [7.374484766388626, 48.761933276816336], [7.373855443042298, 48.761740161485434], [7.372196092057248, 48.76144967549817], [7.371701861392202, 48.7612425910113], [7.371726082123063, 48.76088139268107], [7.371971393414806, 48.76055713185243], [7.371923933706103, 48.76015352088096], [7.371773049699747, 48.759978894037154], [7.369884249165419, 48.76020122030275], [7.36927302019721, 48.760223605526214], [7.369010555532326, 48.759692751089695], [7.368633375101214, 48.759256174196956], [7.368128649337171, 48.758923351382734], [7.367527394574908, 48.75841390497066], [7.366799910755411, 48.75867473579455], [7.366524501549033, 48.75863977696426], [7.365979149344092, 48.75798415318046], [7.365245862544037, 48.75752456647067], [7.363922490117424, 48.757176638751304], [7.363428332722764, 48.75696951925956], [7.362870025113525, 48.756809782533466], [7.361085386993437, 48.757136256707604], [7.360634788977119, 48.75744998224243], [7.35951046534963, 48.757527102070924], [7.358118169374035, 48.757821177617586], [7.35805768624758, 48.75807560285484], [7.356462299676503, 48.75854822263454], [7.355178704700656, 48.75867615452269], [7.353445376658896, 48.758802468106346], [7.3524273336560455, 48.759010756615474], [7.351622860452656, 48.759166208425405], [7.350404905180809, 48.75926467089258], [7.349662992127409, 48.75951691206427], [7.34902738553602, 48.75990038795205], [7.348348025316644, 48.7602494240732], [7.347159123073888, 48.76086022773148], [7.345949874331762, 48.761390690860495], [7.344759188516781, 48.762307791187524], [7.343511374352998, 48.762866653863014], [7.342102893951203, 48.76329623553764], [7.341324489792363, 48.76376592982592], [7.340051152836955, 48.76500124742773], [7.338781626773572, 48.76611931155448], [7.337893449108082, 48.766908234015155], [7.336894928778388, 48.767845278623824], [7.335731686076135, 48.76811273622014], [7.333413842819719, 48.76744030035748], [7.330578179252387, 48.76693073410969], [7.328649030042585, 48.766343184615934], [7.327483883327773, 48.766259340390775], [7.323766078249983, 48.76579061195044], [7.321793309475202, 48.76582604818224], [7.320442847015237, 48.76547862525412], [7.319833023025052, 48.76551871830174], [7.31887237893537, 48.766093935480576], [7.317133243996114, 48.766976539680556], [7.315859007995661, 48.76722079430296], [7.313339799219532, 48.76723982113767], [7.311900506296782, 48.76730084431057], [7.309387229465274, 48.76739163189793], [7.306449700160296, 48.7691099850618], [7.306013563986374, 48.77059391130942], [7.305129286144958, 48.77193186918995], [7.3046705688687235, 48.772317713706286], [7.30439045443346, 48.77288626698562], [7.3036212201653035, 48.774463254424994], [7.3034650963234, 48.77488321688958], [7.303215586125441, 48.775162430303205], [7.3015166351470056, 48.77653872751463], [7.300839197835546, 48.777247687773716], [7.300550125786839, 48.777708463580716], [7.300432764115312, 48.77793787199962], [7.299595906942905, 48.779192997575514], [7.299235907847421, 48.77962029482959], [7.2990708465506735, 48.779932483730505], [7.298493417540925, 48.78036760902345], [7.297875690250795, 48.780975317915015], [7.297475851090661, 48.78174631422475], [7.296884003251099, 48.782668334217185], [7.295931736325509, 48.78285572991646], [7.2942451622691395, 48.78289840094549], [7.29364473030089, 48.78305510619154], [7.292988179795707, 48.78335794015907], [7.29209855737077, 48.78397539185037], [7.291542008661049, 48.784499798402386], [7.290693744383733, 48.78562014694948], [7.290694823399591, 48.7862956382824], [7.2899288740321895, 48.78609798906055], [7.289074738271943, 48.785822440030636], [7.285945452317269, 48.78456575950896], [7.284360199488667, 48.78368593244241], [7.283776019105854, 48.78321151019977], [7.282504951609954, 48.78150975030182], [7.281752467128971, 48.780645046537614], [7.280807974270226, 48.77993133744866], [7.279176606382671, 48.77881891670479], [7.277678720070201, 48.776674886850444], [7.277582283352303, 48.77583167909751], [7.277034185652335, 48.775130756083016], [7.276982617298346, 48.774502109060016], [7.2764022896547775, 48.77407255034186], [7.2806747060416805, 48.772000874995356], [7.279919122374545, 48.77126236930817], [7.280436782606734, 48.77092855437275], [7.2826753631755485, 48.77014568517714], [7.282728542346529, 48.76996363387394], [7.283049756303544, 48.76972692736101], [7.283706930773128, 48.76943312506551], [7.284335016554963, 48.76895121272538], [7.284563633143286, 48.76858271827861], [7.284713248909426, 48.76808195212525], [7.284804829820541, 48.76753823339653], [7.284761727366929, 48.76717949390828], [7.286329961303577, 48.76719523206749], [7.286447360801094, 48.76696583535199], [7.286825392176154, 48.766591967931774], [7.2867353181901855, 48.76632498777254], [7.286179816019772, 48.76553429405985], [7.285626244496884, 48.76493267975104], [7.285110186316258, 48.7644558167338], [7.284099188007941, 48.7639246647509], [7.282607161978505, 48.76317658294573], [7.281859052201619, 48.76252789118286], [7.28185536544561, 48.76248298749125], [7.281712149330054, 48.76239805473299], [7.281139494891486, 48.761562918598266], [7.2809933337124155, 48.76144206190634], [7.280043098885152, 48.75998996294661], [7.279478603402404, 48.75925360562686], [7.278855370050993, 48.75846530898095], [7.278848002286066, 48.758375501093006], [7.280144100324575, 48.757734535798775], [7.28025413567951, 48.757415335397994], [7.28034205926372, 48.75682671107971], [7.2807485942199826, 48.756136582514365], [7.28099023220164, 48.75526321661364], [7.281503303856194, 48.75487550758643], [7.2817503092932565, 48.75473153405994], [7.281957729585112, 48.75476912593377], [7.282332988392241, 48.755025874610034], [7.282573591892684, 48.75546760103669], [7.282606582607702, 48.75636714223613], [7.28294541222687, 48.756345971983095], [7.283734556874257, 48.756002386144345], [7.2852480207556285, 48.75485815471306], [7.285476569190858, 48.75448965399839], [7.285379144580433, 48.75413286219506], [7.285149590390755, 48.75382585270397], [7.284638506966927, 48.75357399060737], [7.284073838555976, 48.75333305798785], [7.283915892438064, 48.753068511243555], [7.283789159522562, 48.75185707805652], [7.283506467167624, 48.751732119493205], [7.283206507576698, 48.751562743802154], [7.281608520799079, 48.75117875052865], [7.2813339454297035, 48.75115257586573], [7.27936813707285, 48.75060160808148], [7.278871430917642, 48.750358214252834], [7.278242601162369, 48.750164593324556], [7.277563545181555, 48.750188944688766], [7.276684292156492, 48.749598968205916], [7.274718591353748, 48.74904792313633], [7.273368081374555, 48.748357715760115], [7.272043107120117, 48.748810500092354], [7.271514581747595, 48.74900957147369], [7.270839213982216, 48.74907878915724], [7.270620795872798, 48.74890646408965], [7.27015273981676, 48.74834675674737], [7.270062782550351, 48.748079759787856], [7.270651119605319, 48.747779473529405], [7.270643767458345, 48.74768966430304], [7.269894209007466, 48.747185069922416], [7.269264715787755, 48.74698242025077], [7.269061010219542, 48.74698971076899], [7.268733258815505, 48.74714555589384], [7.26839007422755, 48.747112800345704], [7.2655642276007795, 48.74670047222818], [7.265002658441917, 48.74649537185534], [7.264274092743088, 48.74608006581557], [7.263418914249245, 48.74561523778406], [7.262811859285749, 48.745186573018856], [7.262293980443033, 48.7453491949401], [7.261954480128781, 48.74536132580713], [7.261332410690841, 48.74458190923842], [7.260947061217644, 48.74419935812671], [7.260249740328507, 48.74399908589253], [7.258670481293411, 48.743839308597906], [7.258263091666803, 48.743853853177654], [7.257920668251794, 48.74383004847445], [7.254298615631801, 48.743671061185665], [7.253680208851696, 48.74360304457455], [7.25384469438373, 48.7432819275011], [7.253715621463026, 48.74270106411631], [7.253397174049737, 48.74213596093077], [7.2532973947006845, 48.741914339525], [7.25322217733695, 48.74182694991417], [7.253211195341412, 48.741692233771694], [7.25307540390083, 48.74169707591911], [7.252770878440788, 48.741302611115565], [7.252563532656787, 48.7412649681109], [7.252403766247254, 48.74181109515041], [7.252494790436644, 48.743429140911275], [7.252466092988821, 48.7437454147927], [7.252251998661383, 48.744293476992276], [7.251941780859541, 48.744664821832885], [7.250832531924621, 48.74509166469716], [7.249600723773395, 48.745351727317214], [7.248437335940558, 48.74628487398149], [7.2469769057307705, 48.747417732174796], [7.246032720394676, 48.74786567038656], [7.245181818669309, 48.74812113196335], [7.244480727142199, 48.74820912937278], [7.243734076584705, 48.7484068282311], [7.243460864232575, 48.748731794882076], [7.242748990701677, 48.75002711119073], [7.241403995745214, 48.75107472062539], [7.240759807732229, 48.751863219616986], [7.240477206596801, 48.75257581287544], [7.239623124955141, 48.753128574543375], [7.23961259312954, 48.753669369363195], [7.2419651340702815, 48.75479268525044], [7.243200887862329, 48.755415260326224], [7.2432081938914274, 48.75550507063517], [7.243083324340636, 48.755644616808794], [7.242464790357084, 48.75557654281418], [7.242475747544695, 48.755711258323466]], [[7.378408002441745, 49.08644614932224], [7.379279864002645, 49.084109047764905], [7.3796268988246405, 49.08351105794023], [7.379680059003159, 49.08332901626849], [7.38090182437518, 49.08124027979351], [7.381313359119055, 49.08059490302237], [7.381476607346914, 49.080093661502445], [7.381360449384605, 49.079692666277914], [7.381001348084625, 49.078850274994565], [7.38043501558748, 49.07734005226745], [7.379820116800549, 49.07606573295092], [7.379817871526591, 49.07539042372778], [7.3799317611863, 49.075116112717254], [7.38011776928648, 49.07488419674706], [7.381006778236463, 49.07421239090538], [7.381124453805505, 49.073982966180395], [7.381008312247765, 49.07358196823709], [7.380672024783113, 49.073008897630636], [7.380660641844243, 49.07287423427773], [7.380512613204579, 49.072744556479755], [7.380432908024514, 49.072612385799644], [7.3802719749782515, 49.072492183774656], [7.380184683091655, 49.07227023724933], [7.380112567025882, 49.0722278419608], [7.379877251692246, 49.07187621657323], [7.379021019894194, 49.070826819211526], [7.378814552430768, 49.07065424463986], [7.378754619989483, 49.070107109942114], [7.378955858942464, 49.06892008061005], [7.379284581141523, 49.06826871568373], [7.380071782450079, 49.067366484944], [7.38256984978369, 49.065303152626356], [7.386017246346415, 49.063448219153756], [7.390705184209658, 49.06071030091024], [7.389818672044928, 49.06043654121304], [7.398608434944352, 49.058727918672155], [7.3995867800472235, 49.05895322113801], [7.4029907184407655, 49.05917961863877], [7.403266483863951, 49.05984491544873], [7.4038078521367074, 49.06041041222344], [7.405450813262255, 49.06168293819332], [7.405909492031843, 49.06224245531383], [7.405993061622819, 49.06241949785831], [7.406371158139792, 49.062675784128466], [7.40821874416198, 49.06458015319761], [7.4087465535097845, 49.06514612683562], [7.409628834161841, 49.065690072485765], [7.4099161767138995, 49.06649001129748], [7.41013257438239, 49.066617144075494], [7.410783212733975, 49.06685439929016], [7.410802312433711, 49.0670788347386], [7.410954220701259, 49.06725336300522], [7.411923980087872, 49.068019215817486], [7.413095658754255, 49.0687416170155], [7.413674198388663, 49.0689364804178], [7.415164667057308, 49.06953907614626], [7.4168975048235115, 49.07041190814278], [7.416973473961258, 49.07049916816957], [7.415659781920947, 49.071006772513805], [7.415080091857779, 49.07144234379797], [7.415227438349719, 49.07156300182238], [7.415904065113454, 49.07194336322929], [7.417587247814935, 49.071106970240955], [7.417792204608061, 49.07109942858372], [7.418165830696475, 49.07130181157384], [7.418947959665271, 49.071633246594416], [7.420501407767821, 49.0720083239963], [7.42167739954195, 49.072136123977515], [7.423441459818088, 49.07192705424951], [7.425339979369369, 49.07184808509433], [7.428021311295098, 49.0719473443252], [7.4289521366191416, 49.07209312126831], [7.42967293235039, 49.07250780179544], [7.430439803521567, 49.07265961669092], [7.430760682019017, 49.072404625014165], [7.433022149973409, 49.07240219560653], [7.433675430153219, 49.07282835180837], [7.434880501949715, 49.0731350622845], [7.435165309429749, 49.07325962548916], [7.43543695216441, 49.07387097613608], [7.4356824755012685, 49.07417710117171], [7.435898968368812, 49.0743041865985], [7.4365821906601735, 49.074278942366306], [7.436738049675422, 49.074498322754934], [7.438416865042995, 49.07617435335764], [7.438604857047252, 49.076608677598564], [7.439683572834092, 49.077199187134376], [7.440121808300509, 49.07735408855786], [7.440472040258867, 49.07824169522577], [7.439572195482106, 49.07877928112632], [7.439517711900768, 49.078943395775354], [7.440389598185134, 49.07919933495123], [7.4401424385910575, 49.07951466389878], [7.43943466050472, 49.080054150512595], [7.438617715029326, 49.08075976727191], [7.438203816313148, 49.081369431484525], [7.438037267692672, 49.08182586372041], [7.438131672655516, 49.08276795522277], [7.438039430166002, 49.08313158522213], [7.438320455161744, 49.08321125422831], [7.4385246877369005, 49.08319470020287], [7.438771105637391, 49.08287039860875], [7.439020065085889, 49.08209572560649], [7.439472294094896, 49.08113342548128], [7.439892919053612, 49.080442457432646], [7.4404195579087515, 49.08018883938291], [7.440574681571285, 49.08039923642547], [7.4400903506482, 49.0811465961476], [7.439866077055852, 49.08156914386203], [7.439517621093092, 49.08230247032202], [7.439478338568499, 49.08248403333646], [7.440937765830934, 49.082556147508264], [7.441286355638735, 49.082624305444405], [7.440637709975205, 49.08513382027481], [7.4403835991703735, 49.085368354296385], [7.439741593709236, 49.0857162891634], [7.438916871794777, 49.08633213342796], [7.438381635699008, 49.08712638798698], [7.437895498610913, 49.08769368764109], [7.437186047789702, 49.08821520260243], [7.43563332715675, 49.0891370835985], [7.434108212431298, 49.09038211811212], [7.4332901041676, 49.090916622800435], [7.430659827166991, 49.09206731374064], [7.428894158468054, 49.092906897016114], [7.428056291154235, 49.093532143565035], [7.427542864244401, 49.09522606659327], [7.427141622820985, 49.095826203173125], [7.424966089129027, 49.098130679456474], [7.424552129729159, 49.09810090120027], [7.424456937120157, 49.09778922178753], [7.424530130556269, 49.097201180774434], [7.42443211252831, 49.096214206479985], [7.423997843368892, 49.09546474932336], [7.42348284276899, 49.094412082498], [7.423372332048674, 49.09392085907859], [7.42276102561465, 49.09398839657762], [7.422231094782312, 49.094206025419034], [7.422942687837372, 49.09515239950385], [7.422958018023889, 49.095331941379925], [7.422499490937063, 49.09558296264056], [7.421773561265882, 49.095753772781556], [7.421636858831694, 49.09575880499763], [7.421488662411206, 49.09562918057178], [7.421087265247437, 49.09510363690659], [7.420204363965115, 49.09455979093169], [7.420128354141686, 49.09447253498895], [7.419623099492147, 49.0941759412396], [7.418972077898718, 49.09393874018435], [7.418630333046129, 49.093951312492955], [7.418116352087332, 49.09419535172501], [7.417147321860623, 49.09424900190602], [7.415664606536929, 49.095032946332665], [7.414867352601767, 49.09533241001998], [7.414730650608729, 49.09533743438655], [7.414431235318049, 49.09504225960808], [7.414140337713029, 49.09500792380136], [7.412057403209201, 49.09550769788027], [7.411616712893445, 49.09516367432821], [7.411476188421338, 49.095123809161585], [7.41121119408137, 49.095232598890455], [7.411373889307843, 49.0955328021814], [7.41142416542134, 49.095801112990074], [7.411292048855145, 49.09585999641693], [7.410731563393113, 49.09588057865603], [7.404300072930858, 49.09539615312776], [7.403889963300322, 49.09541118971861], [7.401115234793917, 49.0964854462489], [7.400665686448642, 49.096682019758155], [7.3977807897282775, 49.09807540866797], [7.3971208595477105, 49.09837872593572], [7.396756219522887, 49.09812191907035], [7.395251796195554, 49.09881633688938], [7.395331579428267, 49.09894849436819], [7.395346815127552, 49.09912803908753], [7.393505122898337, 49.0998888028444], [7.3930342305206596, 49.09999607479181], [7.392765996283299, 49.09942055294966], [7.392238773733034, 49.098863505252794], [7.39098693391132, 49.098008761491876], [7.390215924795408, 49.09732554012422], [7.389927289050286, 49.09715598691189], [7.388902729973434, 49.09720243044085], [7.388481953605571, 49.097091732347245], [7.38783254151939, 49.096710227153864], [7.387223375438496, 49.096156152187824], [7.385599437549125, 49.09365800941234], [7.384803480500663, 49.09251640632641], [7.3838313893201795, 49.09188551244141], [7.383307377708361, 49.09136433099492], [7.382671741280309, 49.09049602158102], [7.3821166231934034, 49.0891204849426], [7.381926026369979, 49.08800179943486], [7.381827312089944, 49.08764519614647], [7.381675442120783, 49.08747063452907], [7.381311714461313, 49.08722275552706], [7.380886480617979, 49.08705816520063], [7.378377594603505, 49.086897513403684], [7.378408002441745, 49.08644614932224]]], "type": "Polygon"}, "id": "3", "properties": {"__folium_color": "green", "code": "48", "name": "VOSGES du NORD"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_f16ba6d619f0823f005cf2e6a02d6781_styler(feature) {
switch(feature.id) {
default:
return {"color": "red", "fillColor": "red", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_f16ba6d619f0823f005cf2e6a02d6781_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_f16ba6d619f0823f005cf2e6a02d6781_pointToLayer(feature, latlng) {
var opts = {"bubblingMouseEvents": true, "color": "#3388ff", "dashArray": null, "dashOffset": null, "fill": true, "fillColor": "#3388ff", "fillOpacity": 0.2, "fillRule": "evenodd", "lineCap": "round", "lineJoin": "round", "opacity": 1.0, "radius": 2, "stroke": true, "weight": 3};
let style = geo_json_f16ba6d619f0823f005cf2e6a02d6781_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_f16ba6d619f0823f005cf2e6a02d6781_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_f16ba6d619f0823f005cf2e6a02d6781.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_f16ba6d619f0823f005cf2e6a02d6781_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_f16ba6d619f0823f005cf2e6a02d6781 = L.geoJson(null, {
onEachFeature: geo_json_f16ba6d619f0823f005cf2e6a02d6781_onEachFeature,
style: geo_json_f16ba6d619f0823f005cf2e6a02d6781_styler,
pointToLayer: geo_json_f16ba6d619f0823f005cf2e6a02d6781_pointToLayer
});
function geo_json_f16ba6d619f0823f005cf2e6a02d6781_add (data) {
geo_json_f16ba6d619f0823f005cf2e6a02d6781
.addData(data)
.addTo(map_a9d68dba48e141160ccf60095587c569);
}
geo_json_f16ba6d619f0823f005cf2e6a02d6781_add({"bbox": [7.110753303873174, 48.73666238146201, 8.074882555281029, 49.190618801772956], "features": [{"bbox": [7.155957891779004, 48.992434842076904, 7.17032478917507, 49.00188825784198], "geometry": {"coordinates": [[[[7.155957891779004, 48.9929086712799], [7.156676880347985, 49.00188825784198], [7.17032478917507, 49.00141435076474], [7.169603448669972, 48.992434842076904], [7.155957891779004, 48.9929086712799]]]], "type": "MultiPolygon"}, "id": "43177", "properties": {"DALLE": "1004-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1004-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.156676880347985, 49.00141435076474, 7.171046379074638, 49.01086776375412], "geometry": {"coordinates": [[[[7.156676880347985, 49.00188825784198], [7.157396117502822, 49.01086776375412], [7.171046379074638, 49.01039377878784], [7.17032478917507, 49.00141435076474], [7.156676880347985, 49.00188825784198]]]], "type": "MultiPolygon"}, "id": "43179", "properties": {"DALLE": "1004-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1004-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.168882357430199, 48.98297994990617, 7.183248756295636, 48.992434842076904], "geometry": {"coordinates": [[[[7.168882357430199, 48.98345525295576], [7.169603448669972, 48.992434842076904], [7.183248756295636, 48.99195946091363], [7.182525314057007, 48.98297994990617], [7.168882357430199, 48.98345525295576]]]], "type": "MultiPolygon"}, "id": "43238", "properties": {"DALLE": "1005-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1005-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.169603448669972, 48.99195946091363, 7.1839724486076975, 49.00141435076474], "geometry": {"coordinates": [[[[7.169603448669972, 48.992434842076904], [7.17032478917507, 49.00141435076474], [7.1839724486076975, 49.000938891472956], [7.183248756295636, 48.99195946091363], [7.169603448669972, 48.992434842076904]]]], "type": "MultiPolygon"}, "id": "43239", "properties": {"DALLE": "1005-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1005-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.17032478917507, 49.000938891472956, 7.184696391122758, 49.01039377878784], "geometry": {"coordinates": [[[[7.17032478917507, 49.00141435076474], [7.171046379074638, 49.01039377878784], [7.184696391122758, 49.00991824135272], [7.1839724486076975, 49.000938891472956], [7.17032478917507, 49.00141435076474]]]], "type": "MultiPolygon"}, "id": "43240", "properties": {"DALLE": "1005-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1005-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.182525314057007, 48.982503095191014, 7.196893813847878, 48.99195946091363], "geometry": {"coordinates": [[[[7.182525314057007, 48.98297994990617], [7.183248756295636, 48.99195946091363], [7.196893813847878, 48.99148252783061], [7.196168020739873, 48.982503095191014], [7.182525314057007, 48.98297994990617]]]], "type": "MultiPolygon"}, "id": "43299", "properties": {"DALLE": "1006-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1006-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.183248756295636, 48.99148252783061, 7.197619857837339, 49.000938891472956], "geometry": {"coordinates": [[[[7.183248756295636, 48.99195946091363], [7.1839724486076975, 49.000938891472956], [7.197619857837339, 49.000461880007194], [7.196893813847878, 48.99148252783061], [7.183248756295636, 48.99195946091363]]]], "type": "MultiPolygon"}, "id": "43303", "properties": {"DALLE": "1006-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1006-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.1839724486076975, 49.000461880007194, 7.19834615283824, 49.00991824135272], "geometry": {"coordinates": [[[[7.1839724486076975, 49.000938891472956], [7.184696391122758, 49.00991824135272], [7.19834615283824, 49.009441151489334], [7.197619857837339, 49.000461880007194], [7.1839724486076975, 49.000938891472956]]]], "type": "MultiPolygon"}, "id": "43304", "properties": {"DALLE": "1006-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1006-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.184696391122758, 49.009441151489334, 7.199072698980648, 49.01889751032144], "geometry": {"coordinates": [[[[7.184696391122758, 49.00991824135272], [7.1854205839704735, 49.01889751032144], [7.199072698980648, 49.01842034204556], [7.19834615283824, 49.009441151489334], [7.184696391122758, 49.00991824135272]]]], "type": "MultiPolygon"}, "id": "43305", "properties": {"DALLE": "1006-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1006-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.191949606006841, 49.09922937717724, 7.20635200186758, 49.108685698957366], "geometry": {"coordinates": [[[[7.191949606006841, 49.099707251836385], [7.1926763093318655, 49.108685698957366], [7.20635200186758, 49.10820774573652], [7.205622937136396, 49.09922937717724], [7.191949606006841, 49.099707251836385]]]], "type": "MultiPolygon"}, "id": "43316", "properties": {"DALLE": "1006-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1006-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.1926763093318655, 49.10820774573652, 7.207081319176996, 49.11766406261913], "geometry": {"coordinates": [[[[7.1926763093318655, 49.108685698957366], [7.193403264421679, 49.11766406261913], [7.207081319176996, 49.11718603082168], [7.20635200186758, 49.10820774573652], [7.1926763093318655, 49.108685698957366]]]], "type": "MultiPolygon"}, "id": "43317", "properties": {"DALLE": "1006-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1006-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.193403264421679, 49.11718603082168, 7.207810889195796, 49.12664234258983], "geometry": {"coordinates": [[[[7.193403264421679, 49.11766406261913], [7.19413047140701, 49.12664234258983], [7.207810889195796, 49.1261642322008], [7.207081319176996, 49.11718603082168], [7.193403264421679, 49.11766406261913]]]], "type": "MultiPolygon"}, "id": "43318", "properties": {"DALLE": "1006-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1006-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.195442478383434, 48.97304525458686, 7.209810476671191, 48.982503095191014], "geometry": {"coordinates": [[[[7.195442478383434, 48.97352358231982], [7.196168020739873, 48.982503095191014], [7.209810476671191, 48.98202468885093], [7.209082584382783, 48.97304525458686], [7.195442478383434, 48.97352358231982]]]], "type": "MultiPolygon"}, "id": "43362", "properties": {"DALLE": "1007-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1007-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.196168020739873, 48.98202468885093, 7.21053862051868, 48.99148252783061], "geometry": {"coordinates": [[[[7.196168020739873, 48.982503095191014], [7.196893813847878, 48.99148252783061], [7.21053862051868, 48.9910040428685], [7.209810476671191, 48.98202468885093], [7.196168020739873, 48.982503095191014]]]], "type": "MultiPolygon"}, "id": "43363", "properties": {"DALLE": "1007-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1007-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.196893813847878, 48.9910040428685, 7.211267016055562, 49.000461880007194], "geometry": {"coordinates": [[[[7.196893813847878, 48.99148252783061], [7.197619857837339, 49.000461880007194], [7.211267016055562, 48.999983316408134], [7.21053862051868, 48.9910040428685], [7.196893813847878, 48.99148252783061]]]], "type": "MultiPolygon"}, "id": "43364", "properties": {"DALLE": "1007-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1007-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.197619857837339, 48.999983316408134, 7.211995663412226, 49.009441151489334], "geometry": {"coordinates": [[[[7.197619857837339, 49.000461880007194], [7.19834615283824, 49.009441151489334], [7.211995663412226, 49.008962509238394], [7.211267016055562, 48.999983316408134], [7.197619857837339, 49.000461880007194]]]], "type": "MultiPolygon"}, "id": "43365", "properties": {"DALLE": "1007-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1007-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.19834615283824, 49.008962509238394, 7.212724562719164, 49.01842034204556], "geometry": {"coordinates": [[[[7.19834615283824, 49.009441151489334], [7.199072698980648, 49.01842034204556], [7.212724562719164, 49.0179416211278], [7.211995663412226, 49.008962509238394], [7.19834615283824, 49.009441151489334]]]], "type": "MultiPolygon"}, "id": "43366", "properties": {"DALLE": "1007-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1007-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.199072698980648, 49.0179416211278, 7.213453714106953, 49.02739945144437], "geometry": {"coordinates": [[[[7.199072698980648, 49.01842034204556], [7.199799496394723, 49.02739945144437], [7.213453714106953, 49.026920651844875], [7.212724562719164, 49.0179416211278], [7.199072698980648, 49.01842034204556]]]], "type": "MultiPolygon"}, "id": "43367", "properties": {"DALLE": "1007-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1007-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.204894124852382, 49.08977157458508, 7.219296015818796, 49.09922937717724], "geometry": {"coordinates": [[[[7.204894124852382, 49.0902509253756], [7.205622937136396, 49.09922937717724], [7.219296015818796, 49.09874994758525], [7.218564843072624, 49.08977157458508], [7.204894124852382, 49.0902509253756]]]], "type": "MultiPolygon"}, "id": "43376", "properties": {"DALLE": "1007-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1007-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.205622937136396, 49.09874994758525, 7.220027441825075, 49.10820774573652], "geometry": {"coordinates": [[[[7.205622937136396, 49.09922937717724], [7.20635200186758, 49.10820774573652], [7.220027441825075, 49.10772823732809], [7.219296015818796, 49.09874994758525], [7.205622937136396, 49.09922937717724]]]], "type": "MultiPolygon"}, "id": "43377", "properties": {"DALLE": "1007-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1007-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.20635200186758, 49.10772823732809, 7.22075912122294, 49.11718603082168], "geometry": {"coordinates": [[[[7.20635200186758, 49.10820774573652], [7.207081319176996, 49.11718603082168], [7.22075912122294, 49.11670644358176], [7.220027441825075, 49.10772823732809], [7.20635200186758, 49.10820774573652]]]], "type": "MultiPolygon"}, "id": "43378", "properties": {"DALLE": "1007-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1007-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.207081319176996, 49.11670644358176, 7.221491054143967, 49.1261642322008], "geometry": {"coordinates": [[[[7.207081319176996, 49.11718603082168], [7.207810889195796, 49.1261642322008], [7.221491054143967, 49.125684566114415], [7.22075912122294, 49.11670644358176], [7.207081319176996, 49.11718603082168]]]], "type": "MultiPolygon"}, "id": "43380", "properties": {"DALLE": "1007-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1007-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.209082584382783, 48.97256537552387, 7.223452681043439, 48.98202468885093], "geometry": {"coordinates": [[[[7.209082584382783, 48.97304525458686], [7.209810476671191, 48.98202468885093], [7.223452681043439, 48.98154473092673], [7.222722438953281, 48.97256537552387], [7.209082584382783, 48.97304525458686]]]], "type": "MultiPolygon"}, "id": "43422", "properties": {"DALLE": "1008-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1008-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.209810476671191, 48.98154473092673, 7.224183175500109, 48.9910040428685], "geometry": {"coordinates": [[[[7.209810476671191, 48.98202468885093], [7.21053862051868, 48.9910040428685], [7.224183175500109, 48.99052400606809], [7.223452681043439, 48.98154473092673], [7.209810476671191, 48.98202468885093]]]], "type": "MultiPolygon"}, "id": "43423", "properties": {"DALLE": "1008-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1008-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.21053862051868, 48.99052400606809, 7.224913922454012, 48.999983316408134], "geometry": {"coordinates": [[[[7.21053862051868, 48.9910040428685], [7.211267016055562, 48.999983316408134], [7.224913922454012, 48.999503200716596], [7.224183175500109, 48.99052400606809], [7.21053862051868, 48.9910040428685]]]], "type": "MultiPolygon"}, "id": "43425", "properties": {"DALLE": "1008-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1008-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.211267016055562, 48.999503200716596, 7.225644922035955, 49.008962509238394], "geometry": {"coordinates": [[[[7.211267016055562, 48.999983316408134], [7.211995663412226, 49.008962509238394], [7.225644922035955, 49.00848231464073], [7.224913922454012, 48.999503200716596], [7.211267016055562, 48.999983316408134]]]], "type": "MultiPolygon"}, "id": "43426", "properties": {"DALLE": "1008-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1008-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.211995663412226, 49.00848231464073, 7.226376174376849, 49.0179416211278], "geometry": {"coordinates": [[[[7.211995663412226, 49.008962509238394], [7.212724562719164, 49.0179416211278], [7.226376174376849, 49.017461347609036], [7.225644922035955, 49.00848231464073], [7.211995663412226, 49.008962509238394]]]], "type": "MultiPolygon"}, "id": "43427", "properties": {"DALLE": "1008-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1008-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.219296015818796, 49.09826896310142, 7.2337026283910015, 49.10772823732809], "geometry": {"coordinates": [[[[7.219296015818796, 49.09874994758525], [7.220027441825075, 49.10772823732809], [7.2337026283910015, 49.107247173773004], [7.232968841241109, 49.09826896310142], [7.219296015818796, 49.09874994758525]]]], "type": "MultiPolygon"}, "id": "43438", "properties": {"DALLE": "1008-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1008-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.220027441825075, 49.107247173773004, 7.234436669745744, 49.11670644358176], "geometry": {"coordinates": [[[[7.220027441825075, 49.10772823732809], [7.22075912122294, 49.11670644358176], [7.234436669745744, 49.11622530094039], [7.2337026283910015, 49.107247173773004], [7.220027441825075, 49.10772823732809]]]], "type": "MultiPolygon"}, "id": "43439", "properties": {"DALLE": "1008-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1008-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.22075912122294, 49.11622530094039, 7.235170965437329, 49.125684566114415], "geometry": {"coordinates": [[[[7.22075912122294, 49.11670644358176], [7.221491054143967, 49.125684566114415], [7.235170965437329, 49.12520334437174], [7.234436669745744, 49.11622530094039], [7.22075912122294, 49.11670644358176]]]], "type": "MultiPolygon"}, "id": "43440", "properties": {"DALLE": "1008-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1008-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.221491054143967, 49.12520334437174, 7.235905515597842, 49.134662604694185], "geometry": {"coordinates": [[[[7.221491054143967, 49.125684566114415], [7.222223240719816, 49.134662604694185], [7.235905515597842, 49.13418130383509], [7.235170965437329, 49.12520334437174], [7.221491054143967, 49.125684566114415]]]], "type": "MultiPolygon"}, "id": "43441", "properties": {"DALLE": "1008-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1008-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.222722438953281, 48.972083945171754, 7.237094633049192, 48.98154473092673], "geometry": {"coordinates": [[[[7.222722438953281, 48.97256537552387], [7.223452681043439, 48.98154473092673], [7.237094633049192, 48.9810632214593], [7.236362041287913, 48.972083945171754], [7.222722438953281, 48.97256537552387]]]], "type": "MultiPolygon"}, "id": "43480", "properties": {"DALLE": "1009-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.223452681043439, 48.9810632214593, 7.237827477984318, 48.99052400606809], "geometry": {"coordinates": [[[[7.223452681043439, 48.98154473092673], [7.224183175500109, 48.99052400606809], [7.237827477984318, 48.990042417470335], [7.237094633049192, 48.9810632214593], [7.223452681043439, 48.98154473092673]]]], "type": "MultiPolygon"}, "id": "43481", "properties": {"DALLE": "1009-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.224183175500109, 48.990042417470335, 7.238560576224432, 48.999503200716596], "geometry": {"coordinates": [[[[7.224183175500109, 48.99052400606809], [7.224913922454012, 48.999503200716596], [7.238560576224432, 48.99902153297348], [7.237827477984318, 48.990042417470335], [7.224183175500109, 48.99052400606809]]]], "type": "MultiPolygon"}, "id": "43482", "properties": {"DALLE": "1009-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.224913922454012, 48.99902153297348, 7.239293927900755, 49.00848231464073], "geometry": {"coordinates": [[[[7.224913922454012, 48.999503200716596], [7.225644922035955, 49.00848231464073], [7.239293927900755, 49.008000567737255], [7.238560576224432, 48.99902153297348], [7.224913922454012, 48.999503200716596]]]], "type": "MultiPolygon"}, "id": "43483", "properties": {"DALLE": "1009-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.225644922035955, 49.008000567737255, 7.240027533144608, 49.017461347609036], "geometry": {"coordinates": [[[[7.225644922035955, 49.00848231464073], [7.226376174376849, 49.017461347609036], [7.240027533144608, 49.016979521530175], [7.239293927900755, 49.008000567737255], [7.225644922035955, 49.00848231464073]]]], "type": "MultiPolygon"}, "id": "43484", "properties": {"DALLE": "1009-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.232968841241109, 49.097786423766834, 7.247377560752089, 49.107247173773004], "geometry": {"coordinates": [[[[7.232968841241109, 49.09826896310142], [7.2337026283910015, 49.107247173773004], [7.247377560752089, 49.10676455511244], [7.246641412590484, 49.097786423766834], [7.232968841241109, 49.09826896310142]]]], "type": "MultiPolygon"}, "id": "43495", "properties": {"DALLE": "1009-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2337026283910015, 49.10676455511244, 7.248113963931717, 49.11622530094039], "geometry": {"coordinates": [[[[7.2337026283910015, 49.107247173773004], [7.234436669745744, 49.11622530094039], [7.248113963931717, 49.115742602938724], [7.247377560752089, 49.10676455511244], [7.2337026283910015, 49.107247173773004]]]], "type": "MultiPolygon"}, "id": "43496", "properties": {"DALLE": "1009-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.234436669745744, 49.115742602938724, 7.248850622261782, 49.12520334437174], "geometry": {"coordinates": [[[[7.234436669745744, 49.11622530094039], [7.235170965437329, 49.12520334437174], [7.248850622261782, 49.12472056701386], [7.248113963931717, 49.115742602938724], [7.234436669745744, 49.11622530094039]]]], "type": "MultiPolygon"}, "id": "43497", "properties": {"DALLE": "1009-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.235170965437329, 49.12472056701386, 7.249587535874783, 49.13418130383509], "geometry": {"coordinates": [[[[7.235170965437329, 49.12520334437174], [7.235905515597842, 49.13418130383509], [7.249587535874783, 49.13369844710592], [7.248850622261782, 49.12472056701386], [7.235170965437329, 49.12520334437174]]]], "type": "MultiPolygon"}, "id": "43498", "properties": {"DALLE": "1009-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.236362041287913, 48.97160096357154, 7.250736331881111, 48.9810632214593], "geometry": {"coordinates": [[[[7.236362041287913, 48.972083945171754], [7.237094633049192, 48.9810632214593], [7.250736331881111, 48.98058016048969], [7.250001390579759, 48.97160096357154], [7.236362041287913, 48.972083945171754]]]], "type": "MultiPolygon"}, "id": "43538", "properties": {"DALLE": "1010-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.237094633049192, 48.98058016048969, 7.2514715271635595, 48.990042417470335], "geometry": {"coordinates": [[[[7.237094633049192, 48.9810632214593], [7.237827477984318, 48.990042417470335], [7.2514715271635595, 48.98955927711629], [7.250736331881111, 48.98058016048969], [7.237094633049192, 48.9810632214593]]]], "type": "MultiPolygon"}, "id": "43539", "properties": {"DALLE": "1010-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.237827477984318, 48.98955927711629, 7.252206976558654, 48.99902153297348], "geometry": {"coordinates": [[[[7.237827477984318, 48.990042417470335], [7.238560576224432, 48.99902153297348], [7.252206976558654, 48.998538313219925], [7.2514715271635595, 48.98955927711629], [7.237827477984318, 48.990042417470335]]]], "type": "MultiPolygon"}, "id": "43540", "properties": {"DALLE": "1010-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.238560576224432, 48.998538313219925, 7.252942680198039, 49.008000567737255], "geometry": {"coordinates": [[[[7.238560576224432, 48.99902153297348], [7.239293927900755, 49.008000567737255], [7.252942680198039, 49.00751726856911], [7.252206976558654, 48.998538313219925], [7.238560576224432, 48.99902153297348]]]], "type": "MultiPolygon"}, "id": "43541", "properties": {"DALLE": "1010-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.239293927900755, 49.00751726856911, 7.253678638213447, 49.016979521530175], "geometry": {"coordinates": [[[[7.239293927900755, 49.008000567737255], [7.240027533144608, 49.016979521530175], [7.253678638213447, 49.016496142932375], [7.252942680198039, 49.00751726856911], [7.239293927900755, 49.008000567737255]]]], "type": "MultiPolygon"}, "id": "43542", "properties": {"DALLE": "1010-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.246641412590484, 49.09730232962276, 7.261052238095169, 49.10676455511244], "geometry": {"coordinates": [[[[7.246641412590484, 49.097786423766834], [7.247377560752089, 49.10676455511244], [7.261052238095169, 49.10628038138761], [7.260313729054171, 49.09730232962276], [7.246641412590484, 49.097786423766834]]]], "type": "MultiPolygon"}, "id": "43553", "properties": {"DALLE": "1010-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.247377560752089, 49.10628038138761, 7.261791002967273, 49.115742602938724], "geometry": {"coordinates": [[[[7.247377560752089, 49.10676455511244], [7.248113963931717, 49.115742602938724], [7.261791002967273, 49.115258349618024], [7.261052238095169, 49.10628038138761], [7.247377560752089, 49.10676455511244]]]], "type": "MultiPolygon"}, "id": "43554", "properties": {"DALLE": "1010-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.248113963931717, 49.115258349618024, 7.262530023803313, 49.12472056701386], "geometry": {"coordinates": [[[[7.248113963931717, 49.115742602938724], [7.248850622261782, 49.12472056701386], [7.262530023803313, 49.12423623408211], [7.261791002967273, 49.115258349618024], [7.248113963931717, 49.115742602938724]]]], "type": "MultiPolygon"}, "id": "43555", "properties": {"DALLE": "1010-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.248850622261782, 49.12423623408211, 7.2632693007362095, 49.13369844710592], "geometry": {"coordinates": [[[[7.248850622261782, 49.12472056701386], [7.249587535874783, 49.13369844710592], [7.2632693007362095, 49.13321403454799], [7.262530023803313, 49.12423623408211], [7.248850622261782, 49.12472056701386]]]], "type": "MultiPolygon"}, "id": "43556", "properties": {"DALLE": "1010-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.231710018963645, 48.746613075046284, 7.246021603936934, 48.75607675124179], "geometry": {"coordinates": [[[[7.231710018963645, 48.74709562215804], [7.232438653227882, 48.75607675124179], [7.246021603936934, 48.755594124882194], [7.24529064030902, 48.746613075046284], [7.231710018963645, 48.74709562215804]]]], "type": "MultiPolygon"}, "id": "43583", "properties": {"DALLE": "1011-6859", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6859-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.232438653227882, 48.755594124882194, 7.246752819083309, 48.76505780580953], "geometry": {"coordinates": [[[[7.232438653227882, 48.75607675124179], [7.233167538213704, 48.76505780580953], [7.246752819083309, 48.764575100187145], [7.246021603936934, 48.755594124882194], [7.232438653227882, 48.75607675124179]]]], "type": "MultiPolygon"}, "id": "43584", "properties": {"DALLE": "1011-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6860-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.233167538213704, 48.764575100187145, 7.2474842858778645, 48.774038785630616], "geometry": {"coordinates": [[[[7.233167538213704, 48.76505780580953], [7.233896674050419, 48.774038785630616], [7.2474842858778645, 48.77355600073048], [7.246752819083309, 48.764575100187145], [7.233167538213704, 48.76505780580953]]]], "type": "MultiPolygon"}, "id": "43585", "properties": {"DALLE": "1011-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6861-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.233896674050419, 48.77355600073048, 7.248216004450402, 48.78301969047436], "geometry": {"coordinates": [[[[7.233896674050419, 48.774038785630616], [7.234626060867422, 48.78301969047436], [7.248216004450402, 48.78253682628153], [7.2474842858778645, 48.77355600073048], [7.233896674050419, 48.774038785630616]]]], "type": "MultiPolygon"}, "id": "43586", "properties": {"DALLE": "1011-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6862-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.236085587960324, 48.80049825148385, 7.250412672135296, 48.80996195283444], "geometry": {"coordinates": [[[[7.236085587960324, 48.800981274307034], [7.236815728495461, 48.80996195283444], [7.250412672135296, 48.80947885067363], [7.2496801974490905, 48.80049825148385], [7.236085587960324, 48.800981274307034]]]], "type": "MultiPolygon"}, "id": "43589", "properties": {"DALLE": "1011-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6865-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.236815728495461, 48.80947885067363, 7.2511453991195935, 48.81894255546151], "geometry": {"coordinates": [[[[7.236815728495461, 48.80996195283444], [7.237546120529361, 48.81894255546151], [7.2511453991195935, 48.81845937394807], [7.250412672135296, 48.80947885067363], [7.236815728495461, 48.80996195283444]]]], "type": "MultiPolygon"}, "id": "43591", "properties": {"DALLE": "1011-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6866-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.250001390579759, 48.97111643076438, 7.2643777767319495, 48.98058016048969], "geometry": {"coordinates": [[[[7.250001390579759, 48.97160096357154], [7.250736331881111, 48.98058016048969], [7.2643777767319495, 48.980095548059076], [7.263640486021987, 48.97111643076438], [7.250001390579759, 48.97160096357154]]]], "type": "MultiPolygon"}, "id": "43593", "properties": {"DALLE": "1011-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.250736331881111, 48.980095548059076, 7.265115322230167, 48.98955927711629], "geometry": {"coordinates": [[[[7.250736331881111, 48.98058016048969], [7.2514715271635595, 48.98955927711629], [7.265115322230167, 48.98907458504711], [7.2643777767319495, 48.980095548059076], [7.250736331881111, 48.98058016048969]]]], "type": "MultiPolygon"}, "id": "43594", "properties": {"DALLE": "1011-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2514715271635595, 48.98907458504711, 7.265853122648603, 48.998538313219925], "geometry": {"coordinates": [[[[7.2514715271635595, 48.98955927711629], [7.252206976558654, 48.998538313219925], [7.265853122648603, 48.99805354149708], [7.265115322230167, 48.98907458504711], [7.2514715271635595, 48.98955927711629]]]], "type": "MultiPolygon"}, "id": "43595", "properties": {"DALLE": "1011-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.252206976558654, 48.99805354149708, 7.266591178119315, 49.00751726856911], "geometry": {"coordinates": [[[[7.252206976558654, 48.998538313219925], [7.252942680198039, 49.00751726856911], [7.266591178119315, 49.0070324171775], [7.265853122648603, 48.99805354149708], [7.252206976558654, 48.998538313219925]]]], "type": "MultiPolygon"}, "id": "43596", "properties": {"DALLE": "1011-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.252942680198039, 49.0070324171775, 7.267329488774451, 49.016496142932375], "geometry": {"coordinates": [[[[7.252942680198039, 49.00751726856911], [7.253678638213447, 49.016496142932375], [7.267329488774451, 49.01601121185684], [7.266591178119315, 49.0070324171775], [7.252942680198039, 49.00751726856911]]]], "type": "MultiPolygon"}, "id": "43597", "properties": {"DALLE": "1011-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.260313729054171, 49.096816680710525, 7.274726659607157, 49.10628038138761], "geometry": {"coordinates": [[[[7.260313729054171, 49.09730232962276], [7.261052238095169, 49.10628038138761], [7.274726659607157, 49.10579465263991], [7.273985789819504, 49.096816680710525], [7.260313729054171, 49.09730232962276]]]], "type": "MultiPolygon"}, "id": "43608", "properties": {"DALLE": "1011-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.261052238095169, 49.10579465263991, 7.275467786038907, 49.115258349618024], "geometry": {"coordinates": [[[[7.261052238095169, 49.10628038138761], [7.261791002967273, 49.115258349618024], [7.275467786038907, 49.11477254101965], [7.274726659607157, 49.10579465263991], [7.261052238095169, 49.10628038138761]]]], "type": "MultiPolygon"}, "id": "43609", "properties": {"DALLE": "1011-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.261791002967273, 49.11477254101965, 7.276209169248002, 49.12423623408211], "geometry": {"coordinates": [[[[7.261791002967273, 49.115258349618024], [7.262530023803313, 49.12423623408211], [7.276209169248002, 49.123750345617886], [7.275467786038907, 49.11477254101965], [7.261791002967273, 49.115258349618024]]]], "type": "MultiPolygon"}, "id": "43610", "properties": {"DALLE": "1011-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.262530023803313, 49.123750345617886, 7.276950809367778, 49.13321403454799], "geometry": {"coordinates": [[[[7.262530023803313, 49.12423623408211], [7.2632693007362095, 49.13321403454799], [7.276950809367778, 49.13272806620271], [7.276209169248002, 49.123750345617886], [7.262530023803313, 49.12423623408211]]]], "type": "MultiPolygon"}, "id": "43611", "properties": {"DALLE": "1011-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.244559928069947, 48.73714793845405, 7.258871010265574, 48.746613075046284], "geometry": {"coordinates": [[[[7.244559928069947, 48.73763195091002], [7.24529064030902, 48.746613075046284], [7.258871010265574, 48.74612898310459], [7.258137969588831, 48.73714793845405], [7.244559928069947, 48.73763195091002]]]], "type": "MultiPolygon"}, "id": "43637", "properties": {"DALLE": "1012-6858", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6858-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.24529064030902, 48.74612898310459, 7.259604303127537, 48.755594124882194], "geometry": {"coordinates": [[[[7.24529064030902, 48.746613075046284], [7.246021603936934, 48.755594124882194], [7.259604303127537, 48.75510995343981], [7.258871010265574, 48.74612898310459], [7.24529064030902, 48.746613075046284]]]], "type": "MultiPolygon"}, "id": "43638", "properties": {"DALLE": "1012-6859", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6859-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.246021603936934, 48.75510995343981, 7.2603378483047525, 48.764575100187145], "geometry": {"coordinates": [[[[7.246021603936934, 48.755594124882194], [7.246752819083309, 48.764575100187145], [7.2603378483047525, 48.76409084922908], [7.259604303127537, 48.75510995343981], [7.246021603936934, 48.755594124882194]]]], "type": "MultiPolygon"}, "id": "43639", "properties": {"DALLE": "1012-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6860-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.246752819083309, 48.76409084922908, 7.261071645927341, 48.77355600073048], "geometry": {"coordinates": [[[[7.246752819083309, 48.764575100187145], [7.2474842858778645, 48.77355600073048], [7.261071645927341, 48.773071670241706], [7.2603378483047525, 48.76409084922908], [7.246752819083309, 48.764575100187145]]]], "type": "MultiPolygon"}, "id": "43640", "properties": {"DALLE": "1012-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6861-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2474842858778645, 48.773071670241706, 7.261805696125522, 48.78253682628153], "geometry": {"coordinates": [[[[7.2474842858778645, 48.77355600073048], [7.248216004450402, 48.78253682628153], [7.261805696125522, 48.78205241624703], [7.261071645927341, 48.773071670241706], [7.2474842858778645, 48.77355600073048]]]], "type": "MultiPolygon"}, "id": "43641", "properties": {"DALLE": "1012-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6862-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.248947974930818, 48.79103308701435, 7.263274554769943, 48.80049825148385], "geometry": {"coordinates": [[[[7.248947974930818, 48.79151757660955], [7.2496801974490905, 48.80049825148385], [7.263274554769943, 48.80001368231287], [7.262539999029593, 48.79103308701435], [7.248947974930818, 48.79151757660955]]]], "type": "MultiPolygon"}, "id": "43643", "properties": {"DALLE": "1012-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6864-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2496801974490905, 48.80001368231287, 7.264009363477055, 48.80947885067363], "geometry": {"coordinates": [[[[7.2496801974490905, 48.80049825148385], [7.250412672135296, 48.80947885067363], [7.264009363477055, 48.80899420191186], [7.263274554769943, 48.80001368231287], [7.2496801974490905, 48.80049825148385]]]], "type": "MultiPolygon"}, "id": "43644", "properties": {"DALLE": "1012-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6865-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.250412672135296, 48.80899420191186, 7.264744425281499, 48.81845937394807], "geometry": {"coordinates": [[[[7.250412672135296, 48.80947885067363], [7.2511453991195935, 48.81845937394807], [7.264744425281499, 48.81797464558049], [7.264009363477055, 48.80899420191186], [7.250412672135296, 48.80947885067363]]]], "type": "MultiPolygon"}, "id": "43645", "properties": {"DALLE": "1012-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6866-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2511453991195935, 48.81797464558049, 7.265479740313936, 48.827439821076354], "geometry": {"coordinates": [[[[7.2511453991195935, 48.81845937394807], [7.251878378532233, 48.827439821076354], [7.265479740313936, 48.826955013087904], [7.264744425281499, 48.81797464558049], [7.2511453991195935, 48.81845937394807]]]], "type": "MultiPolygon"}, "id": "43647", "properties": {"DALLE": "1012-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6867-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.263640486021987, 48.970630346791566, 7.2780189667945505, 48.980095548059076], "geometry": {"coordinates": [[[[7.263640486021987, 48.97111643076438], [7.2643777767319495, 48.980095548059076], [7.2780189667945505, 48.97960938420876], [7.277279326807848, 48.970630346791566], [7.263640486021987, 48.97111643076438]]]], "type": "MultiPolygon"}, "id": "43648", "properties": {"DALLE": "1012-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2643777767319495, 48.97960938420876, 7.278758862376572, 48.98907458504711], "geometry": {"coordinates": [[[[7.2643777767319495, 48.980095548059076], [7.265115322230167, 48.98907458504711], [7.278758862376572, 48.98858834130415], [7.2780189667945505, 48.97960938420876], [7.2643777767319495, 48.980095548059076]]]], "type": "MultiPolygon"}, "id": "43649", "properties": {"DALLE": "1012-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.265115322230167, 48.98858834130415, 7.279499013686292, 48.99805354149708], "geometry": {"coordinates": [[[[7.265115322230167, 48.98907458504711], [7.265853122648603, 48.99805354149708], [7.279499013686292, 48.99756721784632], [7.278758862376572, 48.98858834130415], [7.265115322230167, 48.98907458504711]]]], "type": "MultiPolygon"}, "id": "43650", "properties": {"DALLE": "1012-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.265853122648603, 48.99756721784632, 7.280239420856182, 49.0070324171775], "geometry": {"coordinates": [[[[7.265853122648603, 48.99805354149708], [7.266591178119315, 49.0070324171775], [7.280239420856182, 49.006546013603746], [7.279499013686292, 48.99756721784632], [7.265853122648603, 48.99805354149708]]]], "type": "MultiPolygon"}, "id": "43651", "properties": {"DALLE": "1012-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.266591178119315, 49.006546013603746, 7.2809800840188075, 49.01601121185684], "geometry": {"coordinates": [[[[7.266591178119315, 49.0070324171775], [7.267329488774451, 49.01601121185684], [7.2809800840188075, 49.015524728344964], [7.280239420856182, 49.006546013603746], [7.266591178119315, 49.0070324171775]]]], "type": "MultiPolygon"}, "id": "43652", "properties": {"DALLE": "1012-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.273985789819504, 49.09632947707168, 7.288400824475068, 49.10579465263991], "geometry": {"coordinates": [[[[7.273985789819504, 49.096816680710525], [7.274726659607157, 49.10579465263991], [7.288400824475068, 49.105307368910864], [7.287657594073913, 49.09632947707168], [7.273985789819504, 49.096816680710525]]]], "type": "MultiPolygon"}, "id": "43663", "properties": {"DALLE": "1012-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.274726659607157, 49.105307368910864, 7.289144312333216, 49.11477254101965], "geometry": {"coordinates": [[[[7.274726659607157, 49.10579465263991], [7.275467786038907, 49.11477254101965], [7.289144312333216, 49.114285177185174], [7.288400824475068, 49.105307368910864], [7.274726659607157, 49.10579465263991]]]], "type": "MultiPolygon"}, "id": "43664", "properties": {"DALLE": "1012-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.275467786038907, 49.114285177185174, 7.289888057782021, 49.123750345617886], "geometry": {"coordinates": [[[[7.275467786038907, 49.11477254101965], [7.276209169248002, 49.123750345617886], [7.289888057782021, 49.12326290166275], [7.289144312333216, 49.114285177185174], [7.275467786038907, 49.11477254101965]]]], "type": "MultiPolygon"}, "id": "43665", "properties": {"DALLE": "1012-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.276209169248002, 49.12326290166275, 7.29063206095525, 49.13272806620271], "geometry": {"coordinates": [[[[7.276209169248002, 49.123750345617886], [7.276950809367778, 49.13272806620271], [7.29063206095525, 49.13224054211164], [7.289888057782021, 49.12326290166275], [7.276209169248002, 49.123750345617886]]]], "type": "MultiPolygon"}, "id": "43666", "properties": {"DALLE": "1012-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.258137969588831, 48.73666238146201, 7.272451128036921, 48.74612898310459], "geometry": {"coordinates": [[[[7.258137969588831, 48.73714793845405], [7.258871010265574, 48.74612898310459], [7.272451128036921, 48.745643346374074], [7.271715759052456, 48.73666238146201], [7.258137969588831, 48.73714793845405]]]], "type": "MultiPolygon"}, "id": "43688", "properties": {"DALLE": "1013-6858", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6858-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.258871010265574, 48.745643346374074, 7.273186750002899, 48.75510995343981], "geometry": {"coordinates": [[[[7.258871010265574, 48.74612898310459], [7.259604303127537, 48.75510995343981], [7.273186750002899, 48.754624236955735], [7.272451128036921, 48.745643346374074], [7.258871010265574, 48.74612898310459]]]], "type": "MultiPolygon"}, "id": "43689", "properties": {"DALLE": "1013-6859", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6859-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.259604303127537, 48.754624236955735, 7.273922625080831, 48.76409084922908], "geometry": {"coordinates": [[[[7.259604303127537, 48.75510995343981], [7.2603378483047525, 48.76409084922908], [7.273922625080831, 48.76360505297639], [7.273186750002899, 48.754624236955735], [7.259604303127537, 48.75510995343981]]]], "type": "MultiPolygon"}, "id": "43691", "properties": {"DALLE": "1013-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6860-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2603378483047525, 48.76360505297639, 7.274658753401249, 48.773071670241706], "geometry": {"coordinates": [[[[7.2603378483047525, 48.76409084922908], [7.261071645927341, 48.773071670241706], [7.274658753401249, 48.77258579420538], [7.273922625080831, 48.76360505297639], [7.2603378483047525, 48.76409084922908]]]], "type": "MultiPolygon"}, "id": "43692", "properties": {"DALLE": "1013-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6861-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.261071645927341, 48.77258579420538, 7.275395135094767, 48.78205241624703], "geometry": {"coordinates": [[[[7.261071645927341, 48.773071670241706], [7.261805696125522, 48.78205241624703], [7.275395135094767, 48.78156646041201], [7.274658753401249, 48.77258579420538], [7.261071645927341, 48.773071670241706]]]], "type": "MultiPolygon"}, "id": "43693", "properties": {"DALLE": "1013-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6862-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.261805696125522, 48.78156646041201, 7.2761317702921, 48.79103308701435], "geometry": {"coordinates": [[[[7.261805696125522, 48.78205241624703], [7.262539999029593, 48.79103308701435], [7.2761317702921, 48.79054705136556], [7.275395135094767, 48.78156646041201], [7.261805696125522, 48.78205241624703]]]], "type": "MultiPolygon"}, "id": "43694", "properties": {"DALLE": "1013-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6863-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.262539999029593, 48.79054705136556, 7.276868659124046, 48.80001368231287], "geometry": {"coordinates": [[[[7.262539999029593, 48.79103308701435], [7.263274554769943, 48.80001368231287], [7.276868659124046, 48.799527566835245], [7.2761317702921, 48.79054705136556], [7.262539999029593, 48.79103308701435]]]], "type": "MultiPolygon"}, "id": "43695", "properties": {"DALLE": "1013-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6864-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.263274554769943, 48.799527566835245, 7.277605801721497, 48.80899420191186], "geometry": {"coordinates": [[[[7.263274554769943, 48.80001368231287], [7.264009363477055, 48.80899420191186], [7.277605801721497, 48.80850800659032], [7.276868659124046, 48.799527566835245], [7.263274554769943, 48.80001368231287]]]], "type": "MultiPolygon"}, "id": "43696", "properties": {"DALLE": "1013-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6865-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.264009363477055, 48.80850800659032, 7.2783431982154285, 48.81797464558049], "geometry": {"coordinates": [[[[7.264009363477055, 48.80899420191186], [7.264744425281499, 48.81797464558049], [7.2783431982154285, 48.817488370399964], [7.277605801721497, 48.80850800659032], [7.264009363477055, 48.80899420191186]]]], "type": "MultiPolygon"}, "id": "43697", "properties": {"DALLE": "1013-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6866-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.264744425281499, 48.817488370399964, 7.279080848736911, 48.826955013087904], "geometry": {"coordinates": [[[[7.264744425281499, 48.81797464558049], [7.265479740313936, 48.826955013087904], [7.279080848736911, 48.826468658033285], [7.2783431982154285, 48.817488370399964], [7.264744425281499, 48.81797464558049]]]], "type": "MultiPolygon"}, "id": "43698", "properties": {"DALLE": "1013-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6867-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.275061939097215, 48.94320536012959, 7.289434702544557, 48.952672031917416], "geometry": {"coordinates": [[[[7.275061939097215, 48.94369275492318], [7.275800813091334, 48.952672031917416], [7.289434702544557, 48.95218455703787], [7.288693481824429, 48.94320536012959], [7.275061939097215, 48.94369275492318]]]], "type": "MultiPolygon"}, "id": "43699", "properties": {"DALLE": "1013-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.275800813091334, 48.95218455703787, 7.29017617926914, 48.96165122928399], "geometry": {"coordinates": [[[[7.275800813091334, 48.952672031917416], [7.2765399422841766, 48.96165122928399], [7.29017617926914, 48.96116367430331], [7.289434702544557, 48.95218455703787], [7.275800813091334, 48.952672031917416]]]], "type": "MultiPolygon"}, "id": "43700", "properties": {"DALLE": "1013-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2765399422841766, 48.96116367430331, 7.2909179121307, 48.970630346791566], "geometry": {"coordinates": [[[[7.2765399422841766, 48.96165122928399], [7.277279326807848, 48.970630346791566], [7.2909179121307, 48.97014271169453], [7.29017617926914, 48.96116367430331], [7.2765399422841766, 48.96165122928399]]]], "type": "MultiPolygon"}, "id": "43702", "properties": {"DALLE": "1013-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.277279326807848, 48.97014271169453, 7.291659901261849, 48.97960938420876], "geometry": {"coordinates": [[[[7.277279326807848, 48.970630346791566], [7.2780189667945505, 48.97960938420876], [7.291659901261849, 48.979121668980206], [7.2909179121307, 48.97014271169453], [7.277279326807848, 48.970630346791566]]]], "type": "MultiPolygon"}, "id": "43703", "properties": {"DALLE": "1013-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2780189667945505, 48.979121668980206, 7.292402146795291, 48.98858834130415], "geometry": {"coordinates": [[[[7.2780189667945505, 48.97960938420876], [7.278758862376572, 48.98858834130415], [7.292402146795291, 48.988100545928866], [7.291659901261849, 48.979121668980206], [7.2780189667945505, 48.97960938420876]]]], "type": "MultiPolygon"}, "id": "43704", "properties": {"DALLE": "1013-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.278758862376572, 48.988100545928866, 7.293144648863822, 48.99756721784632], "geometry": {"coordinates": [[[[7.278758862376572, 48.98858834130415], [7.279499013686292, 48.99756721784632], [7.293144648863822, 48.99707934230908], [7.292402146795291, 48.988100545928866], [7.278758862376572, 48.98858834130415]]]], "type": "MultiPolygon"}, "id": "43705", "properties": {"DALLE": "1013-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.279499013686292, 48.99707934230908, 7.293887407600329, 49.006546013603746], "geometry": {"coordinates": [[[[7.279499013686292, 48.99756721784632], [7.280239420856182, 49.006546013603746], [7.293887407600329, 49.00605805788938], [7.293144648863822, 48.99707934230908], [7.279499013686292, 48.99756721784632]]]], "type": "MultiPolygon"}, "id": "43706", "properties": {"DALLE": "1013-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.280239420856182, 49.00605805788938, 7.29463042313779, 49.015524728344964], "geometry": {"coordinates": [[[[7.280239420856182, 49.006546013603746], [7.2809800840188075, 49.015524728344964], [7.29463042313779, 49.015036692438215], [7.293887407600329, 49.00605805788938], [7.280239420856182, 49.006546013603746]]]], "type": "MultiPolygon"}, "id": "43707", "properties": {"DALLE": "1013-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2809800840188075, 49.015036692438215, 7.295373695609277, 49.02450336183842], "geometry": {"coordinates": [[[[7.2809800840188075, 49.015524728344964], [7.281721003306826, 49.02450336183842], [7.295373695609277, 49.02401524572409], [7.29463042313779, 49.015036692438215], [7.2809800840188075, 49.015524728344964]]]], "type": "MultiPolygon"}, "id": "43708", "properties": {"DALLE": "1013-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.287657594073913, 49.09584071874781, 7.302074731886, 49.105307368910864], "geometry": {"coordinates": [[[[7.287657594073913, 49.09632947707168], [7.288400824475068, 49.105307368910864], [7.302074731886, 49.10481853024212], [7.301329141004919, 49.09584071874781], [7.287657594073913, 49.09632947707168]]]], "type": "MultiPolygon"}, "id": "43718", "properties": {"DALLE": "1013-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.288400824475068, 49.10481853024212, 7.302820581036878, 49.114285177185174], "geometry": {"coordinates": [[[[7.288400824475068, 49.105307368910864], [7.289144312333216, 49.114285177185174], [7.302820581036878, 49.113796258156256], [7.302074731886, 49.10481853024212], [7.288400824475068, 49.105307368910864]]]], "type": "MultiPolygon"}, "id": "43719", "properties": {"DALLE": "1013-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.289144312333216, 49.113796258156256, 7.303566688591641, 49.12326290166275], "geometry": {"coordinates": [[[[7.289144312333216, 49.114285177185174], [7.289888057782021, 49.12326290166275], [7.303566688591641, 49.122773902258366], [7.302820581036878, 49.113796258156256], [7.289144312333216, 49.114285177185174]]]], "type": "MultiPolygon"}, "id": "43720", "properties": {"DALLE": "1013-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.272451128036921, 48.74515616489583, 7.286768943766324, 48.754624236955735], "geometry": {"coordinates": [[[[7.272451128036921, 48.745643346374074], [7.273186750002899, 48.754624236955735], [7.286768943766324, 48.754136975471134], [7.28603099282677, 48.74515616489583], [7.272451128036921, 48.745643346374074]]]], "type": "MultiPolygon"}, "id": "43743", "properties": {"DALLE": "1014-6859", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6859-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.273186750002899, 48.754136975471134, 7.287507148614443, 48.76360505297639], "geometry": {"coordinates": [[[[7.273186750002899, 48.754624236955735], [7.273922625080831, 48.76360505297639], [7.287507148614443, 48.763117711470315], [7.286768943766324, 48.754136975471134], [7.273186750002899, 48.754624236955735]]]], "type": "MultiPolygon"}, "id": "43744", "properties": {"DALLE": "1014-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6860-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.273922625080831, 48.763117711470315, 7.288245607502062, 48.77258579420538], "geometry": {"coordinates": [[[[7.273922625080831, 48.76360505297639], [7.274658753401249, 48.77258579420538], [7.288245607502062, 48.77209837266274], [7.287507148614443, 48.763117711470315], [7.273922625080831, 48.76360505297639]]]], "type": "MultiPolygon"}, "id": "43747", "properties": {"DALLE": "1014-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6861-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.274658753401249, 48.77209837266274, 7.288984320560213, 48.78156646041201], "geometry": {"coordinates": [[[[7.274658753401249, 48.77258579420538], [7.275395135094767, 48.78156646041201], [7.288984320560213, 48.781078958817695], [7.288245607502062, 48.77209837266274], [7.274658753401249, 48.77258579420538]]]], "type": "MultiPolygon"}, "id": "43748", "properties": {"DALLE": "1014-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6862-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.275395135094767, 48.781078958817695, 7.289723287920012, 48.79054705136556], "geometry": {"coordinates": [[[[7.275395135094767, 48.78156646041201], [7.2761317702921, 48.79054705136556], [7.289723287920012, 48.79005946970445], [7.288984320560213, 48.781078958817695], [7.275395135094767, 48.78156646041201]]]], "type": "MultiPolygon"}, "id": "43749", "properties": {"DALLE": "1014-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6863-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2761317702921, 48.79005946970445, 7.290462509712663, 48.799527566835245], "geometry": {"coordinates": [[[[7.2761317702921, 48.79054705136556], [7.276868659124046, 48.799527566835245], [7.290462509712663, 48.799039905092236], [7.289723287920012, 48.79005946970445], [7.2761317702921, 48.79054705136556]]]], "type": "MultiPolygon"}, "id": "43750", "properties": {"DALLE": "1014-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6864-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.276868659124046, 48.799039905092236, 7.291201986069471, 48.80850800659032], "geometry": {"coordinates": [[[[7.276868659124046, 48.799527566835245], [7.277605801721497, 48.80850800659032], [7.291201986069471, 48.80802026475029], [7.290462509712663, 48.799039905092236], [7.276868659124046, 48.799527566835245]]]], "type": "MultiPolygon"}, "id": "43751", "properties": {"DALLE": "1014-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6865-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.288693481824429, 48.94271641501511, 7.303068335993336, 48.95218455703787], "geometry": {"coordinates": [[[[7.288693481824429, 48.94320536012959], [7.289434702544557, 48.95218455703787], [7.303068335993336, 48.95169553158354], [7.302324768679629, 48.94271641501511], [7.288693481824429, 48.94320536012959]]]], "type": "MultiPolygon"}, "id": "43752", "properties": {"DALLE": "1014-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.289434702544557, 48.95169553158354, 7.3038121601171415, 48.96116367430331], "geometry": {"coordinates": [[[[7.289434702544557, 48.95218455703787], [7.29017617926914, 48.96116367430331], [7.3038121601171415, 48.9606745684939], [7.303068335993336, 48.95169553158354], [7.289434702544557, 48.95218455703787]]]], "type": "MultiPolygon"}, "id": "43753", "properties": {"DALLE": "1014-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.29017617926914, 48.9606745684939, 7.304556241183977, 48.97014271169453], "geometry": {"coordinates": [[[[7.29017617926914, 48.96116367430331], [7.2909179121307, 48.97014271169453], [7.304556241183977, 48.96965352551483], [7.3038121601171415, 48.9606745684939], [7.29017617926914, 48.96116367430331]]]], "type": "MultiPolygon"}, "id": "43754", "properties": {"DALLE": "1014-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2909179121307, 48.96965352551483, 7.305300579326868, 48.979121668980206], "geometry": {"coordinates": [[[[7.2909179121307, 48.97014271169453], [7.291659901261849, 48.979121668980206], [7.305300579326868, 48.978632402414945], [7.304556241183977, 48.96965352551483], [7.2909179121307, 48.97014271169453]]]], "type": "MultiPolygon"}, "id": "43755", "properties": {"DALLE": "1014-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.291659901261849, 48.978632402414945, 7.306045174678939, 48.988100545928866], "geometry": {"coordinates": [[[[7.291659901261849, 48.979121668980206], [7.292402146795291, 48.988100545928866], [7.306045174678939, 48.98761119896281], [7.305300579326868, 48.978632402414945], [7.291659901261849, 48.979121668980206]]]], "type": "MultiPolygon"}, "id": "43756", "properties": {"DALLE": "1014-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.292402146795291, 48.98761119896281, 7.306790027373393, 48.99707934230908], "geometry": {"coordinates": [[[[7.292402146795291, 48.988100545928866], [7.293144648863822, 48.99707934230908], [7.306790027373393, 48.996589914926986], [7.306045174678939, 48.98761119896281], [7.292402146795291, 48.988100545928866]]]], "type": "MultiPolygon"}, "id": "43758", "properties": {"DALLE": "1014-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.293144648863822, 48.996589914926986, 7.307535137543538, 49.00605805788938], "geometry": {"coordinates": [[[[7.293144648863822, 48.99707934230908], [7.293887407600329, 49.00605805788938], [7.307535137543538, 49.00556855007598], [7.306790027373393, 48.996589914926986], [7.293144648863822, 48.99707934230908]]]], "type": "MultiPolygon"}, "id": "43759", "properties": {"DALLE": "1014-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.293887407600329, 49.00556855007598, 7.308280505322761, 49.015036692438215], "geometry": {"coordinates": [[[[7.293887407600329, 49.00605805788938], [7.29463042313779, 49.015036692438215], [7.308280505322761, 49.01454710417825], [7.307535137543538, 49.00556855007598], [7.293887407600329, 49.00605805788938]]]], "type": "MultiPolygon"}, "id": "43760", "properties": {"DALLE": "1014-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.29463042313779, 49.01454710417825, 7.309026130844555, 49.02401524572409], "geometry": {"coordinates": [[[[7.29463042313779, 49.015036692438215], [7.295373695609277, 49.02401524572409], [7.309026130844555, 49.02352557700228], [7.308280505322761, 49.01454710417825], [7.29463042313779, 49.015036692438215]]]], "type": "MultiPolygon"}, "id": "43761", "properties": {"DALLE": "1014-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.295373695609277, 49.02352557700228, 7.309772014242494, 49.032993717515396], "geometry": {"coordinates": [[[[7.295373695609277, 49.02401524572409], [7.296117225147952, 49.032993717515396], [7.309772014242494, 49.03250396831646], [7.309026130844555, 49.02352557700228], [7.295373695609277, 49.02401524572409]]]], "type": "MultiPolygon"}, "id": "43762", "properties": {"DALLE": "1014-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.300583808259645, 49.086372591522355, 7.315000429800136, 49.09584071874781], "geometry": {"coordinates": [[[[7.300583808259645, 49.086862823905214], [7.301329141004919, 49.09584071874781], [7.315000429800136, 49.095350405780714], [7.314252737521224, 49.086372591522355], [7.300583808259645, 49.086862823905214]]]], "type": "MultiPolygon"}, "id": "43770", "properties": {"DALLE": "1014-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.301329141004919, 49.095350405780714, 7.315748381027149, 49.10481853024212], "geometry": {"coordinates": [[[[7.301329141004919, 49.09584071874781], [7.302074731886, 49.10481853024212], [7.315748381027149, 49.10432813667545], [7.315000429800136, 49.095350405780714], [7.301329141004919, 49.09584071874781]]]], "type": "MultiPolygon"}, "id": "43771", "properties": {"DALLE": "1014-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.302074731886, 49.10432813667545, 7.316496591336672, 49.113796258156256], "geometry": {"coordinates": [[[[7.302074731886, 49.10481853024212], [7.302820581036878, 49.113796258156256], [7.316496591336672, 49.1133057839747], [7.315748381027149, 49.10432813667545], [7.302074731886, 49.10481853024212]]]], "type": "MultiPolygon"}, "id": "43772", "properties": {"DALLE": "1014-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.302820581036878, 49.1133057839747, 7.31724506086321, 49.122773902258366], "geometry": {"coordinates": [[[[7.302820581036878, 49.113796258156256], [7.303566688591641, 49.122773902258366], [7.31724506086321, 49.122283347446555], [7.316496591336672, 49.1133057839747], [7.302820581036878, 49.113796258156256]]]], "type": "MultiPolygon"}, "id": "43773", "properties": {"DALLE": "1014-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.303566688591641, 49.122283347446555, 7.317993789741361, 49.13175146231651], "geometry": {"coordinates": [[[[7.303566688591641, 49.122773902258366], [7.304313054684463, 49.13175146231651], [7.317993789741361, 49.13126082685909], [7.31724506086321, 49.122283347446555], [7.303566688591641, 49.122773902258366]]]], "type": "MultiPolygon"}, "id": "43774", "properties": {"DALLE": "1014-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.304313054684463, 49.13126082685909, 7.318742778105812, 49.140728938098704], "geometry": {"coordinates": [[[[7.304313054684463, 49.13175146231651], [7.305059679449621, 49.140728938098704], [7.318742778105812, 49.14023822198036], [7.317993789741361, 49.13126082685909], [7.304313054684463, 49.13175146231651]]]], "type": "MultiPolygon"}, "id": "43775", "properties": {"DALLE": "1014-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.304556241183977, 48.96916278829414, 7.318941000182729, 48.978632402414945], "geometry": {"coordinates": [[[[7.304556241183977, 48.96965352551483], [7.305300579326868, 48.978632402414945], [7.318941000182729, 48.97814158455471], [7.318194313161211, 48.96916278829414], [7.304556241183977, 48.96965352551483]]]], "type": "MultiPolygon"}, "id": "43779", "properties": {"DALLE": "1015-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.305300579326868, 48.97814158455471, 7.319687945220214, 48.98761119896281], "geometry": {"coordinates": [[[[7.305300579326868, 48.978632402414945], [7.306045174678939, 48.98761119896281], [7.319687945220214, 48.987120300447735], [7.318941000182729, 48.97814158455471], [7.305300579326868, 48.978632402414945]]]], "type": "MultiPolygon"}, "id": "43781", "properties": {"DALLE": "1015-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.306045174678939, 48.987120300447735, 7.320435148407292, 48.996589914926986], "geometry": {"coordinates": [[[[7.306045174678939, 48.98761119896281], [7.306790027373393, 48.996589914926986], [7.320435148407292, 48.99609893574176], [7.319687945220214, 48.987120300447735], [7.306045174678939, 48.98761119896281]]]], "type": "MultiPolygon"}, "id": "43782", "properties": {"DALLE": "1015-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.306790027373393, 48.99609893574176, 7.3211826098776775, 49.00556855007598], "geometry": {"coordinates": [[[[7.306790027373393, 48.996589914926986], [7.307535137543538, 49.00556855007598], [7.3211826098776775, 49.0050774902053], [7.320435148407292, 48.99609893574176], [7.306790027373393, 48.996589914926986]]]], "type": "MultiPolygon"}, "id": "43783", "properties": {"DALLE": "1015-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.307535137543538, 49.0050774902053, 7.3219303297651805, 49.01454710417825], "geometry": {"coordinates": [[[[7.307535137543538, 49.00556855007598], [7.308280505322761, 49.01454710417825], [7.3219303297651805, 49.014055963606815], [7.3211826098776775, 49.0050774902053], [7.307535137543538, 49.00556855007598]]]], "type": "MultiPolygon"}, "id": "43784", "properties": {"DALLE": "1015-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.308280505322761, 49.014055963606815, 7.3226783082037015, 49.02352557700228], "geometry": {"coordinates": [[[[7.308280505322761, 49.01454710417825], [7.309026130844555, 49.02352557700228], [7.3226783082037015, 49.023034355714756], [7.3219303297651805, 49.014055963606815], [7.308280505322761, 49.01454710417825]]]], "type": "MultiPolygon"}, "id": "43785", "properties": {"DALLE": "1015-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.309026130844555, 49.023034355714756, 7.323426545327238, 49.03250396831646], "geometry": {"coordinates": [[[[7.309026130844555, 49.02352557700228], [7.309772014242494, 49.03250396831646], [7.323426545327238, 49.03201266629753], [7.3226783082037015, 49.023034355714756], [7.309026130844555, 49.02352557700228]]]], "type": "MultiPolygon"}, "id": "43786", "properties": {"DALLE": "1015-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.309772014242494, 49.03201266629753, 7.32417504126987, 49.04148227788917], "geometry": {"coordinates": [[[[7.309772014242494, 49.03250396831646], [7.310518155650252, 49.04148227788917], [7.32417504126987, 49.04099089512351], [7.323426545327238, 49.03201266629753], [7.309772014242494, 49.03250396831646]]]], "type": "MultiPolygon"}, "id": "43787", "properties": {"DALLE": "1015-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.312758129270515, 49.0679250887441, 7.327171615916369, 49.077394694132195], "geometry": {"coordinates": [[[[7.312758129270515, 49.06841671384203], [7.313505304056091, 49.077394694132195], [7.327171615916369, 49.076902988226124], [7.326422083354621, 49.0679250887441], [7.312758129270515, 49.06841671384203]]]], "type": "MultiPolygon"}, "id": "43792", "properties": {"DALLE": "1015-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.313505304056091, 49.076902988226124, 7.327921407969037, 49.086372591522355], "geometry": {"coordinates": [[[[7.313505304056091, 49.077394694132195], [7.314252737521224, 49.086372591522355], [7.327921407969037, 49.085880804792794], [7.327171615916369, 49.076902988226124], [7.313505304056091, 49.077394694132195]]]], "type": "MultiPolygon"}, "id": "43793", "properties": {"DALLE": "1015-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.314252737521224, 49.085880804792794, 7.3286714596472695, 49.095350405780714], "geometry": {"coordinates": [[[[7.314252737521224, 49.086372591522355], [7.315000429800136, 49.095350405780714], [7.3286714596472695, 49.09485853821229], [7.327921407969037, 49.085880804792794], [7.314252737521224, 49.086372591522355]]]], "type": "MultiPolygon"}, "id": "43794", "properties": {"DALLE": "1015-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.315000429800136, 49.09485853821229, 7.329421771085805, 49.10432813667545], "geometry": {"coordinates": [[[[7.315000429800136, 49.095350405780714], [7.315748381027149, 49.10432813667545], [7.329421771085805, 49.103836188252785], [7.3286714596472695, 49.09485853821229], [7.315000429800136, 49.095350405780714]]]], "type": "MultiPolygon"}, "id": "43795", "properties": {"DALLE": "1015-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.315748381027149, 49.103836188252785, 7.330172342419468, 49.1133057839747], "geometry": {"coordinates": [[[[7.315748381027149, 49.10432813667545], [7.316496591336672, 49.1133057839747], [7.330172342419468, 49.112813754682406], [7.329421771085805, 49.103836188252785], [7.315748381027149, 49.10432813667545]]]], "type": "MultiPolygon"}, "id": "43796", "properties": {"DALLE": "1015-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.316496591336672, 49.112813754682406, 7.330923173783185, 49.122283347446555], "geometry": {"coordinates": [[[[7.316496591336672, 49.1133057839747], [7.31724506086321, 49.122283347446555], [7.330923173783185, 49.12179123726925], [7.330172342419468, 49.112813754682406], [7.316496591336672, 49.1133057839747]]]], "type": "MultiPolygon"}, "id": "43797", "properties": {"DALLE": "1015-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.31724506086321, 49.12179123726925, 7.331674265311969, 49.13126082685909], "geometry": {"coordinates": [[[[7.31724506086321, 49.122283347446555], [7.317993789741361, 49.13126082685909], [7.331674265311969, 49.130768635781386], [7.330923173783185, 49.12179123726925], [7.31724506086321, 49.122283347446555]]]], "type": "MultiPolygon"}, "id": "43798", "properties": {"DALLE": "1015-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.317993789741361, 49.130768635781386, 7.332425617140934, 49.14023822198036], "geometry": {"coordinates": [[[[7.317993789741361, 49.13126082685909], [7.318742778105812, 49.14023822198036], [7.332425617140934, 49.13974594998684], [7.331674265311969, 49.130768635781386], [7.317993789741361, 49.13126082685909]]]], "type": "MultiPolygon"}, "id": "43799", "properties": {"DALLE": "1015-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.318742778105812, 49.13974594998684, 7.333177229405277, 49.14921553257834], "geometry": {"coordinates": [[[[7.318742778105812, 49.14023822198036], [7.319492026091347, 49.14921553257834], [7.333177229405277, 49.148723179653615], [7.332425617140934, 49.13974594998684], [7.318742778105812, 49.14023822198036]]]], "type": "MultiPolygon"}, "id": "43800", "properties": {"DALLE": "1015-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.317447884022127, 48.959691704555794, 7.331832127256026, 48.96916278829414], "geometry": {"coordinates": [[[[7.317447884022127, 48.960183911897474], [7.318194313161211, 48.96916278829414], [7.331832127256026, 48.968670500074275], [7.331083350178132, 48.959691704555794], [7.317447884022127, 48.960183911897474]]]], "type": "MultiPolygon"}, "id": "43804", "properties": {"DALLE": "1016-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.318194313161211, 48.968670500074275, 7.332581163022636, 48.97814158455471], "geometry": {"coordinates": [[[[7.318194313161211, 48.96916278829414], [7.318941000182729, 48.97814158455471], [7.332581163022636, 48.97764921544132], [7.331832127256026, 48.968670500074275], [7.318194313161211, 48.96916278829414]]]], "type": "MultiPolygon"}, "id": "43805", "properties": {"DALLE": "1016-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.318941000182729, 48.97764921544132, 7.333330457611913, 48.987120300447735], "geometry": {"coordinates": [[[[7.318941000182729, 48.97814158455471], [7.319687945220214, 48.987120300447735], [7.333330457611913, 48.986627850425464], [7.332581163022636, 48.97764921544132], [7.318941000182729, 48.97814158455471]]]], "type": "MultiPolygon"}, "id": "43806", "properties": {"DALLE": "1016-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.319687945220214, 48.986627850425464, 7.334080011157896, 48.99609893574176], "geometry": {"coordinates": [[[[7.319687945220214, 48.987120300447735], [7.320435148407292, 48.99609893574176], [7.334080011157896, 48.99560640479527], [7.333330457611913, 48.986627850425464], [7.319687945220214, 48.987120300447735]]]], "type": "MultiPolygon"}, "id": "43807", "properties": {"DALLE": "1016-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.320435148407292, 48.99560640479527, 7.334829823794714, 49.0050774902053], "geometry": {"coordinates": [[[[7.320435148407292, 48.99609893574176], [7.3211826098776775, 49.0050774902053], [7.334829823794714, 49.00458487831923], [7.334080011157896, 48.99560640479527], [7.320435148407292, 48.99609893574176]]]], "type": "MultiPolygon"}, "id": "43808", "properties": {"DALLE": "1016-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3211826098776775, 49.00458487831923, 7.335579895656594, 49.014055963606815], "geometry": {"coordinates": [[[[7.3211826098776775, 49.0050774902053], [7.3219303297651805, 49.014055963606815], [7.335579895656594, 49.01356327076579], [7.334829823794714, 49.00458487831923], [7.3211826098776775, 49.0050774902053]]]], "type": "MultiPolygon"}, "id": "43809", "properties": {"DALLE": "1016-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3219303297651805, 49.01356327076579, 7.336330226877852, 49.023034355714756], "geometry": {"coordinates": [[[[7.3219303297651805, 49.014055963606815], [7.3226783082037015, 49.023034355714756], [7.336330226877852, 49.02254158190342], [7.335579895656594, 49.01356327076579], [7.3219303297651805, 49.014055963606815]]]], "type": "MultiPolygon"}, "id": "43810", "properties": {"DALLE": "1016-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3226783082037015, 49.02254158190342, 7.337080817592895, 49.03201266629753], "geometry": {"coordinates": [[[[7.3226783082037015, 49.023034355714756], [7.323426545327238, 49.03201266629753], [7.337080817592895, 49.03151981150054], [7.336330226877852, 49.02254158190342], [7.3226783082037015, 49.023034355714756]]]], "type": "MultiPolygon"}, "id": "43811", "properties": {"DALLE": "1016-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.323426545327238, 49.03151981150054, 7.337831667936227, 49.04099089512351], "geometry": {"coordinates": [[[[7.323426545327238, 49.03201266629753], [7.32417504126987, 49.04099089512351], [7.337831667936227, 49.04049795932544], [7.337080817592895, 49.03151981150054], [7.323426545327238, 49.03201266629753]]]], "type": "MultiPolygon"}, "id": "43813", "properties": {"DALLE": "1016-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.32417504126987, 49.04049795932544, 7.3385827780424435, 49.04996904196106], "geometry": {"coordinates": [[[[7.32417504126987, 49.04099089512351], [7.324923796165783, 49.04996904196106], [7.3385827780424435, 49.049476025146554], [7.337831667936227, 49.04049795932544], [7.32417504126987, 49.04099089512351]]]], "type": "MultiPolygon"}, "id": "43814", "properties": {"DALLE": "1016-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.324923796165783, 49.049476025146554, 7.339334148046231, 49.0589471065785], "geometry": {"coordinates": [[[[7.324923796165783, 49.04996904196106], [7.3256728101492445, 49.0589471065785], [7.339334148046231, 49.05845400873217], [7.3385827780424435, 49.049476025146554], [7.324923796165783, 49.04996904196106]]]], "type": "MultiPolygon"}, "id": "43815", "properties": {"DALLE": "1016-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3256728101492445, 49.05845400873217, 7.34008577808237, 49.0679250887441], "geometry": {"coordinates": [[[[7.3256728101492445, 49.0589471065785], [7.326422083354621, 49.0679250887441], [7.34008577808237, 49.06743190985053], [7.339334148046231, 49.05845400873217], [7.3256728101492445, 49.0589471065785]]]], "type": "MultiPolygon"}, "id": "43816", "properties": {"DALLE": "1016-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.326422083354621, 49.06743190985053, 7.340837668285739, 49.076902988226124], "geometry": {"coordinates": [[[[7.326422083354621, 49.0679250887441], [7.327171615916369, 49.076902988226124], [7.340837668285739, 49.076409728269915], [7.34008577808237, 49.06743190985053], [7.326422083354621, 49.0679250887441]]]], "type": "MultiPolygon"}, "id": "43817", "properties": {"DALLE": "1016-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.327171615916369, 49.076409728269915, 7.3415898187913005, 49.085880804792794], "geometry": {"coordinates": [[[[7.327171615916369, 49.076902988226124], [7.327921407969037, 49.085880804792794], [7.3415898187913005, 49.085387463758515], [7.340837668285739, 49.076409728269915], [7.327171615916369, 49.076902988226124]]]], "type": "MultiPolygon"}, "id": "43818", "properties": {"DALLE": "1016-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.327921407969037, 49.085387463758515, 7.342342229734117, 49.09485853821229], "geometry": {"coordinates": [[[[7.327921407969037, 49.085880804792794], [7.3286714596472695, 49.09485853821229], [7.342342229734117, 49.094365116084546], [7.3415898187913005, 49.085387463758515], [7.327921407969037, 49.085880804792794]]]], "type": "MultiPolygon"}, "id": "43819", "properties": {"DALLE": "1016-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3286714596472695, 49.094365116084546, 7.343094901249343, 49.103836188252785], "geometry": {"coordinates": [[[[7.3286714596472695, 49.09485853821229], [7.329421771085805, 49.103836188252785], [7.343094901249343, 49.10334268501616], [7.342342229734117, 49.094365116084546], [7.3286714596472695, 49.09485853821229]]]], "type": "MultiPolygon"}, "id": "43820", "properties": {"DALLE": "1016-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.329421771085805, 49.10334268501616, 7.343847833472226, 49.112813754682406], "geometry": {"coordinates": [[[[7.329421771085805, 49.103836188252785], [7.330172342419468, 49.112813754682406], [7.343847833472226, 49.11232017032146], [7.343094901249343, 49.10334268501616], [7.329421771085805, 49.103836188252785]]]], "type": "MultiPolygon"}, "id": "43821", "properties": {"DALLE": "1016-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.330172342419468, 49.11232017032146, 7.344601026538106, 49.12179123726925], "geometry": {"coordinates": [[[[7.330172342419468, 49.112813754682406], [7.330923173783185, 49.12179123726925], [7.344601026538106, 49.12129757176854], [7.343847833472226, 49.11232017032146], [7.330172342419468, 49.112813754682406]]]], "type": "MultiPolygon"}, "id": "43822", "properties": {"DALLE": "1016-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.330923173783185, 49.12129757176854, 7.345354480582418, 49.130768635781386], "geometry": {"coordinates": [[[[7.330923173783185, 49.12179123726925], [7.331674265311969, 49.130768635781386], [7.345354480582418, 49.13027488912547], [7.344601026538106, 49.12129757176854], [7.330923173783185, 49.12179123726925]]]], "type": "MultiPolygon"}, "id": "43825", "properties": {"DALLE": "1016-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.331674265311969, 49.13027488912547, 7.34610819574069, 49.13974594998684], "geometry": {"coordinates": [[[[7.331674265311969, 49.130768635781386], [7.332425617140934, 49.13974594998684], [7.34610819574069, 49.13925212216027], [7.345354480582418, 49.13027488912547], [7.331674265311969, 49.130768635781386]]]], "type": "MultiPolygon"}, "id": "43826", "properties": {"DALLE": "1016-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.332425617140934, 49.13925212216027, 7.346862172148543, 49.148723179653615], "geometry": {"coordinates": [[[[7.332425617140934, 49.13974594998684], [7.333177229405277, 49.148723179653615], [7.346862172148543, 49.14822927064095], [7.34610819574069, 49.13925212216027], [7.332425617140934, 49.13974594998684]]]], "type": "MultiPolygon"}, "id": "43827", "properties": {"DALLE": "1016-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.314675432766277, 48.76164641584579, 7.329004641592169, 48.771118893224035], "geometry": {"coordinates": [[[[7.314675432766277, 48.76213839286349], [7.3154185523948145, 48.771118893224035], [7.329004641592169, 48.77062683541109], [7.328259191790734, 48.76164641584579], [7.314675432766277, 48.76213839286349]]]], "type": "MultiPolygon"}, "id": "43833", "properties": {"DALLE": "1017-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6861-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3154185523948145, 48.77062683541109, 7.32975034795587, 48.78009931851678], "geometry": {"coordinates": [[[[7.3154185523948145, 48.771118893224035], [7.316161927788462, 48.78009931851678], [7.32975034795587, 48.77960717989332], [7.329004641592169, 48.77062683541109], [7.3154185523948145, 48.771118893224035]]]], "type": "MultiPolygon"}, "id": "43834", "properties": {"DALLE": "1017-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6862-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.328838569738692, 48.93226132466476, 7.343217085961356, 48.94173387399011], "geometry": {"coordinates": [[[[7.328838569738692, 48.932754839405604], [7.3295865715531825, 48.94173387399011], [7.343217085961356, 48.941240278163264], [7.3424667387580085, 48.93226132466476], [7.328838569738692, 48.932754839405604]]]], "type": "MultiPolygon"}, "id": "43836", "properties": {"DALLE": "1017-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6880-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3295865715531825, 48.941240278163264, 7.343967692257087, 48.950712829117286], "geometry": {"coordinates": [[[[7.3295865715531825, 48.94173387399011], [7.330334831655106, 48.950712829117286], [7.343967692257087, 48.95021915218907], [7.343217085961356, 48.941240278163264], [7.3295865715531825, 48.94173387399011]]]], "type": "MultiPolygon"}, "id": "43837", "properties": {"DALLE": "1017-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.330334831655106, 48.95021915218907, 7.344718557779291, 48.959691704555794], "geometry": {"coordinates": [[[[7.330334831655106, 48.950712829117286], [7.331083350178132, 48.959691704555794], [7.344718557779291, 48.95919794651085], [7.343967692257087, 48.95021915218907], [7.330334831655106, 48.950712829117286]]]], "type": "MultiPolygon"}, "id": "43838", "properties": {"DALLE": "1017-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.331083350178132, 48.95919794651085, 7.345469682662135, 48.968670500074275], "geometry": {"coordinates": [[[[7.331083350178132, 48.959691704555794], [7.331832127256026, 48.968670500074275], [7.345469682662135, 48.9681766608972], [7.344718557779291, 48.95919794651085], [7.331083350178132, 48.959691704555794]]]], "type": "MultiPolygon"}, "id": "43839", "properties": {"DALLE": "1017-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.331832127256026, 48.9681766608972, 7.346221067039893, 48.97764921544132], "geometry": {"coordinates": [[[[7.331832127256026, 48.968670500074275], [7.332581163022636, 48.97764921544132], [7.346221067039893, 48.977155295116724], [7.345469682662135, 48.9681766608972], [7.331832127256026, 48.968670500074275]]]], "type": "MultiPolygon"}, "id": "43840", "properties": {"DALLE": "1017-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.332581163022636, 48.977155295116724, 7.346972711046923, 48.986627850425464], "geometry": {"coordinates": [[[[7.332581163022636, 48.97764921544132], [7.333330457611913, 48.986627850425464], [7.346972711046923, 48.986133848937975], [7.346221067039893, 48.977155295116724], [7.332581163022636, 48.97764921544132]]]], "type": "MultiPolygon"}, "id": "43841", "properties": {"DALLE": "1017-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.333330457611913, 48.986133848937975, 7.34772461481768, 48.99560640479527], "geometry": {"coordinates": [[[[7.333330457611913, 48.986627850425464], [7.334080011157896, 48.99560640479527], [7.34772461481768, 48.9951123221295], [7.346972711046923, 48.986133848937975], [7.333330457611913, 48.986627850425464]]]], "type": "MultiPolygon"}, "id": "43842", "properties": {"DALLE": "1017-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.334080011157896, 48.9951123221295, 7.348476778486709, 49.00458487831923], "geometry": {"coordinates": [[[[7.334080011157896, 48.99560640479527], [7.334829823794714, 49.00458487831923], [7.348476778486709, 49.004090714459764], [7.34772461481768, 48.9951123221295], [7.334080011157896, 48.99560640479527]]]], "type": "MultiPolygon"}, "id": "43843", "properties": {"DALLE": "1017-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.334829823794714, 49.004090714459764, 7.349229202188647, 49.01356327076579], "geometry": {"coordinates": [[[[7.334829823794714, 49.00458487831923], [7.335579895656594, 49.01356327076579], [7.349229202188647, 49.01306902569725], [7.348476778486709, 49.004090714459764], [7.334829823794714, 49.00458487831923]]]], "type": "MultiPolygon"}, "id": "43844", "properties": {"DALLE": "1017-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.335579895656594, 49.01306902569725, 7.349981886058231, 49.02254158190342], "geometry": {"coordinates": [[[[7.335579895656594, 49.01356327076579], [7.336330226877852, 49.02254158190342], [7.349981886058231, 49.02204725561037], [7.349229202188647, 49.01306902569725], [7.335579895656594, 49.01356327076579]]]], "type": "MultiPolygon"}, "id": "43845", "properties": {"DALLE": "1017-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.336330226877852, 49.02204725561037, 7.350734830230279, 49.03151981150054], "geometry": {"coordinates": [[[[7.336330226877852, 49.02254158190342], [7.337080817592895, 49.03151981150054], [7.350734830230279, 49.03102540396752], [7.349981886058231, 49.02204725561037], [7.336330226877852, 49.02254158190342]]]], "type": "MultiPolygon"}, "id": "43847", "properties": {"DALLE": "1017-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.337080817592895, 49.03102540396752, 7.351488034839714, 49.04049795932544], "geometry": {"coordinates": [[[[7.337080817592895, 49.03151981150054], [7.337831667936227, 49.04049795932544], [7.351488034839714, 49.04000347053707], [7.350734830230279, 49.03102540396752], [7.337080817592895, 49.03151981150054]]]], "type": "MultiPolygon"}, "id": "43848", "properties": {"DALLE": "1017-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.337831667936227, 49.04000347053707, 7.352241500021548, 49.049476025146554], "geometry": {"coordinates": [[[[7.337831667936227, 49.04049795932544], [7.3385827780424435, 49.049476025146554], [7.352241500021548, 49.048981455087386], [7.351488034839714, 49.04000347053707], [7.337831667936227, 49.04049795932544]]]], "type": "MultiPolygon"}, "id": "43849", "properties": {"DALLE": "1017-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3385827780424435, 49.048981455087386, 7.352995225910879, 49.05845400873217], "geometry": {"coordinates": [[[[7.3385827780424435, 49.049476025146554], [7.339334148046231, 49.05845400873217], [7.352995225910879, 49.05795935738674], [7.352241500021548, 49.048981455087386], [7.3385827780424435, 49.049476025146554]]]], "type": "MultiPolygon"}, "id": "43850", "properties": {"DALLE": "1017-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.339334148046231, 49.05795935738674, 7.35374921264291, 49.06743190985053], "geometry": {"coordinates": [[[[7.339334148046231, 49.05845400873217], [7.34008577808237, 49.06743190985053], [7.35374921264291, 49.066937177203435], [7.352995225910879, 49.05795935738674], [7.339334148046231, 49.05845400873217]]]], "type": "MultiPolygon"}, "id": "43851", "properties": {"DALLE": "1017-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.34008577808237, 49.066937177203435, 7.354503460352932, 49.076409728269915], "geometry": {"coordinates": [[[[7.34008577808237, 49.06743190985053], [7.340837668285739, 49.076409728269915], [7.354503460352932, 49.07591491430568], [7.35374921264291, 49.066937177203435], [7.34008577808237, 49.06743190985053]]]], "type": "MultiPolygon"}, "id": "43852", "properties": {"DALLE": "1017-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.340837668285739, 49.07591491430568, 7.355257969176327, 49.085387463758515], "geometry": {"coordinates": [[[[7.340837668285739, 49.076409728269915], [7.3415898187913005, 49.085387463758515], [7.355257969176327, 49.084892568461704], [7.354503460352932, 49.07591491430568], [7.340837668285739, 49.076409728269915]]]], "type": "MultiPolygon"}, "id": "43853", "properties": {"DALLE": "1017-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3415898187913005, 49.084892568461704, 7.356012739248573, 49.094365116084546], "geometry": {"coordinates": [[[[7.3415898187913005, 49.085387463758515], [7.342342229734117, 49.094365116084546], [7.356012739248573, 49.093870139439666], [7.355257969176327, 49.084892568461704], [7.3415898187913005, 49.085387463758515]]]], "type": "MultiPolygon"}, "id": "43854", "properties": {"DALLE": "1017-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.342342229734117, 49.093870139439666, 7.356767770705243, 49.10334268501616], "geometry": {"coordinates": [[[[7.342342229734117, 49.094365116084546], [7.343094901249343, 49.10334268501616], [7.356767770705243, 49.10284762700774], [7.356012739248573, 49.093870139439666], [7.342342229734117, 49.094365116084546]]]], "type": "MultiPolygon"}, "id": "43855", "properties": {"DALLE": "1017-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.343094901249343, 49.10284762700774, 7.357523063682003, 49.11232017032146], "geometry": {"coordinates": [[[[7.343094901249343, 49.10334268501616], [7.343847833472226, 49.11232017032146], [7.357523063682003, 49.11182503093403], [7.356767770705243, 49.10284762700774], [7.343094901249343, 49.10334268501616]]]], "type": "MultiPolygon"}, "id": "43856", "properties": {"DALLE": "1017-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.343847833472226, 49.11182503093403, 7.358278618314611, 49.12129757176854], "geometry": {"coordinates": [[[[7.343847833472226, 49.11232017032146], [7.344601026538106, 49.12129757176854], [7.358278618314611, 49.12080235098662], [7.357523063682003, 49.11182503093403], [7.343847833472226, 49.11232017032146]]]], "type": "MultiPolygon"}, "id": "43858", "properties": {"DALLE": "1017-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.344601026538106, 49.12080235098662, 7.359034434738922, 49.13027488912547], "geometry": {"coordinates": [[[[7.344601026538106, 49.12129757176854], [7.345354480582418, 49.13027488912547], [7.359034434738922, 49.12977958693357], [7.358278618314611, 49.12080235098662], [7.344601026538106, 49.12129757176854]]]], "type": "MultiPolygon"}, "id": "43859", "properties": {"DALLE": "1017-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.345354480582418, 49.12977958693357, 7.35979051309088, 49.13925212216027], "geometry": {"coordinates": [[[[7.345354480582418, 49.13027488912547], [7.34610819574069, 49.13925212216027], [7.35979051309088, 49.138756738542895], [7.359034434738922, 49.12977958693357], [7.345354480582418, 49.13027488912547]]]], "type": "MultiPolygon"}, "id": "43860", "properties": {"DALLE": "1017-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.34610819574069, 49.138756738542895, 7.360546853506529, 49.14822927064095], "geometry": {"coordinates": [[[[7.34610819574069, 49.13925212216027], [7.346862172148543, 49.14822927064095], [7.360546853506529, 49.147733805582575], [7.35979051309088, 49.138756738542895], [7.34610819574069, 49.13925212216027]]]], "type": "MultiPolygon"}, "id": "43861", "properties": {"DALLE": "1017-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.343217085961356, 48.94074513218285, 7.357600293632617, 48.95021915218907], "geometry": {"coordinates": [[[[7.343217085961356, 48.941240278163264], [7.343967692257087, 48.95021915218907], [7.357600293632617, 48.94972392485348], [7.356847341277157, 48.94074513218285], [7.343217085961356, 48.941240278163264]]]], "type": "MultiPolygon"}, "id": "43866", "properties": {"DALLE": "1018-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.343967692257087, 48.94972392485348, 7.358353506019817, 48.95919794651085], "geometry": {"coordinates": [[[[7.343967692257087, 48.95021915218907], [7.344718557779291, 48.95919794651085], [7.358353506019817, 48.95870263780465], [7.357600293632617, 48.94972392485348], [7.343967692257087, 48.95021915218907]]]], "type": "MultiPolygon"}, "id": "43867", "properties": {"DALLE": "1018-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.344718557779291, 48.95870263780465, 7.359106978573348, 48.9681766608972], "geometry": {"coordinates": [[[[7.344718557779291, 48.95919794651085], [7.345469682662135, 48.9681766608972], [7.359106978573348, 48.96768127080498], [7.358353506019817, 48.95870263780465], [7.344718557779291, 48.95919794651085]]]], "type": "MultiPolygon"}, "id": "43869", "properties": {"DALLE": "1018-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.345469682662135, 48.96768127080498, 7.359860711427893, 48.977155295116724], "geometry": {"coordinates": [[[[7.345469682662135, 48.9681766608972], [7.346221067039893, 48.977155295116724], [7.359860711427893, 48.97665982362303], [7.359106978573348, 48.96768127080498], [7.345469682662135, 48.9681766608972]]]], "type": "MultiPolygon"}, "id": "43870", "properties": {"DALLE": "1018-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.346221067039893, 48.97665982362303, 7.3606147047182215, 48.986133848937975], "geometry": {"coordinates": [[[[7.346221067039893, 48.977155295116724], [7.346972711046923, 48.986133848937975], [7.3606147047182215, 48.9856382960274], [7.359860711427893, 48.97665982362303], [7.346221067039893, 48.977155295116724]]]], "type": "MultiPolygon"}, "id": "43871", "properties": {"DALLE": "1018-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.346972711046923, 48.9856382960274, 7.361368958579207, 48.9951123221295], "geometry": {"coordinates": [[[[7.346972711046923, 48.986133848937975], [7.34772461481768, 48.9951123221295], [7.361368958579207, 48.99461668778659], [7.3606147047182215, 48.9856382960274], [7.346972711046923, 48.986133848937975]]]], "type": "MultiPolygon"}, "id": "43872", "properties": {"DALLE": "1018-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.34772461481768, 48.99461668778659, 7.362123473145807, 49.004090714459764], "geometry": {"coordinates": [[[[7.34772461481768, 48.9951123221295], [7.348476778486709, 49.004090714459764], [7.362123473145807, 49.00359499866906], [7.361368958579207, 48.99461668778659], [7.34772461481768, 48.9951123221295]]]], "type": "MultiPolygon"}, "id": "43873", "properties": {"DALLE": "1018-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.348476778486709, 49.00359499866906, 7.362878248553073, 49.01306902569725], "geometry": {"coordinates": [[[[7.348476778486709, 49.004090714459764], [7.349229202188647, 49.01306902569725], [7.362878248553073, 49.01257322844328], [7.362123473145807, 49.00359499866906], [7.348476778486709, 49.004090714459764]]]], "type": "MultiPolygon"}, "id": "43874", "properties": {"DALLE": "1018-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.349229202188647, 49.01257322844328, 7.3636332849361565, 49.02204725561037], "geometry": {"coordinates": [[[[7.349229202188647, 49.01306902569725], [7.349981886058231, 49.02204725561037], [7.3636332849361565, 49.02155137687769], [7.362878248553073, 49.01257322844328], [7.349229202188647, 49.01306902569725]]]], "type": "MultiPolygon"}, "id": "43875", "properties": {"DALLE": "1018-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.349981886058231, 49.02155137687769, 7.364388582430295, 49.03102540396752], "geometry": {"coordinates": [[[[7.349981886058231, 49.02204725561037], [7.350734830230279, 49.03102540396752], [7.364388582430295, 49.03052944374067], [7.3636332849361565, 49.02155137687769], [7.349981886058231, 49.02204725561037]]]], "type": "MultiPolygon"}, "id": "43876", "properties": {"DALLE": "1018-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.350734830230279, 49.03052944374067, 7.365144141170822, 49.04000347053707], "geometry": {"coordinates": [[[[7.350734830230279, 49.03102540396752], [7.351488034839714, 49.04000347053707], [7.365144141170822, 49.03950742880058], [7.364388582430295, 49.03052944374067], [7.350734830230279, 49.03102540396752]]]], "type": "MultiPolygon"}, "id": "43877", "properties": {"DALLE": "1018-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.351488034839714, 49.03950742880058, 7.365899961293164, 49.048981455087386], "geometry": {"coordinates": [[[[7.351488034839714, 49.04000347053707], [7.352241500021548, 49.048981455087386], [7.365899961293164, 49.048485331825766], [7.365144141170822, 49.03950742880058], [7.351488034839714, 49.04000347053707]]]], "type": "MultiPolygon"}, "id": "43878", "properties": {"DALLE": "1018-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.352241500021548, 49.048485331825766, 7.366656042932845, 49.05795935738674], "geometry": {"coordinates": [[[[7.352241500021548, 49.048981455087386], [7.352995225910879, 49.05795935738674], [7.366656042932845, 49.057463152584496], [7.365899961293164, 49.048485331825766], [7.352241500021548, 49.048981455087386]]]], "type": "MultiPolygon"}, "id": "43880", "properties": {"DALLE": "1018-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.352995225910879, 49.057463152584496, 7.3674123862254755, 49.066937177203435], "geometry": {"coordinates": [[[[7.352995225910879, 49.05795935738674], [7.35374921264291, 49.066937177203435], [7.3674123862254755, 49.066440890845065], [7.366656042932845, 49.057463152584496], [7.352995225910879, 49.05795935738674]]]], "type": "MultiPolygon"}, "id": "43881", "properties": {"DALLE": "1018-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.35374921264291, 49.066440890845065, 7.368168991306765, 49.07591491430568], "geometry": {"coordinates": [[[[7.35374921264291, 49.066937177203435], [7.354503460352932, 49.07591491430568], [7.368168991306765, 49.07541854637568], [7.3674123862254755, 49.066440890845065], [7.35374921264291, 49.066937177203435]]]], "type": "MultiPolygon"}, "id": "43882", "properties": {"DALLE": "1018-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.354503460352932, 49.07541854637568, 7.368925858312515, 49.084892568461704], "geometry": {"coordinates": [[[[7.354503460352932, 49.07591491430568], [7.355257969176327, 49.084892568461704], [7.368925858312515, 49.084396118944596], [7.368168991306765, 49.07541854637568], [7.354503460352932, 49.07591491430568]]]], "type": "MultiPolygon"}, "id": "43883", "properties": {"DALLE": "1018-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.355257969176327, 49.084396118944596, 7.369682987378618, 49.093870139439666], "geometry": {"coordinates": [[[[7.355257969176327, 49.084892568461704], [7.356012739248573, 49.093870139439666], [7.369682987378618, 49.09337360831993], [7.368925858312515, 49.084396118944596], [7.355257969176327, 49.084892568461704]]]], "type": "MultiPolygon"}, "id": "43884", "properties": {"DALLE": "1018-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.356012739248573, 49.09337360831993, 7.370440378641068, 49.10284762700774], "geometry": {"coordinates": [[[[7.356012739248573, 49.093870139439666], [7.356767770705243, 49.10284762700774], [7.370440378641068, 49.10235101426984], [7.369682987378618, 49.09337360831993], [7.356012739248573, 49.093870139439666]]]], "type": "MultiPolygon"}, "id": "43885", "properties": {"DALLE": "1018-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.356767770705243, 49.10235101426984, 7.371198032235946, 49.11182503093403], "geometry": {"coordinates": [[[[7.356767770705243, 49.10284762700774], [7.357523063682003, 49.11182503093403], [7.371198032235946, 49.111328336562465], [7.370440378641068, 49.10235101426984], [7.356767770705243, 49.10284762700774]]]], "type": "MultiPolygon"}, "id": "43886", "properties": {"DALLE": "1018-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.357523063682003, 49.111328336562465, 7.37195594829943, 49.12080235098662], "geometry": {"coordinates": [[[[7.357523063682003, 49.11182503093403], [7.358278618314611, 49.12080235098662], [7.37195594829943, 49.12030557496583], [7.371198032235946, 49.111328336562465], [7.357523063682003, 49.11182503093403]]]], "type": "MultiPolygon"}, "id": "43887", "properties": {"DALLE": "1018-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.358278618314611, 49.12030557496583, 7.372714126967792, 49.12977958693357], "geometry": {"coordinates": [[[[7.358278618314611, 49.12080235098662], [7.359034434738922, 49.12977958693357], [7.372714126967792, 49.129282729248025], [7.37195594829943, 49.12030557496583], [7.358278618314611, 49.12080235098662]]]], "type": "MultiPolygon"}, "id": "43888", "properties": {"DALLE": "1018-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.359034434738922, 49.129282729248025, 7.373472568377396, 49.138756738542895], "geometry": {"coordinates": [[[[7.359034434738922, 49.12977958693357], [7.35979051309088, 49.138756738542895], [7.373472568377396, 49.13825979917706], [7.372714126967792, 49.129282729248025], [7.359034434738922, 49.12977958693357]]]], "type": "MultiPolygon"}, "id": "43889", "properties": {"DALLE": "1018-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.35979051309088, 49.13825979917706, 7.374231272664703, 49.147733805582575], "geometry": {"coordinates": [[[[7.35979051309088, 49.138756738542895], [7.360546853506529, 49.147733805582575], [7.374231272664703, 49.147236784520906], [7.373472568377396, 49.13825979917706], [7.35979051309088, 49.138756738542895]]]], "type": "MultiPolygon"}, "id": "43891", "properties": {"DALLE": "1018-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.360546853506529, 49.147236784520906, 7.3749902399662695, 49.1567107878206], "geometry": {"coordinates": [[[[7.360546853506529, 49.147733805582575], [7.361303456122001, 49.1567107878206], [7.3749902399662695, 49.156213685047504], [7.374231272664703, 49.147236784520906], [7.360546853506529, 49.147733805582575]]]], "type": "MultiPolygon"}, "id": "43892", "properties": {"DALLE": "1018-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6904-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.361303456122001, 49.156213685047504, 7.375749470418741, 49.16568768502485], "geometry": {"coordinates": [[[[7.361303456122001, 49.1567107878206], [7.36206032107353, 49.16568768502485], [7.375749470418741, 49.16519050052481], [7.3749902399662695, 49.156213685047504], [7.361303456122001, 49.1567107878206]]]], "type": "MultiPolygon"}, "id": "43893", "properties": {"DALLE": "1018-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6905-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.36206032107353, 49.16519050052481, 7.376508964158866, 49.174664496963274], "geometry": {"coordinates": [[[[7.36206032107353, 49.16568768502485], [7.362817448497436, 49.174664496963274], [7.376508964158866, 49.17416723072069], [7.375749470418741, 49.16519050052481], [7.36206032107353, 49.16568768502485]]]], "type": "MultiPolygon"}, "id": "43894", "properties": {"DALLE": "1018-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6906-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.362817448497436, 49.17416723072069, 7.377268721323481, 49.183641223403704], "geometry": {"coordinates": [[[[7.362817448497436, 49.174664496963274], [7.36357483853014, 49.183641223403704], [7.377268721323481, 49.183143875403005], [7.376508964158866, 49.17416723072069], [7.362817448497436, 49.174664496963274]]]], "type": "MultiPolygon"}, "id": "43895", "properties": {"DALLE": "1018-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1018-6907-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.356847341277157, 48.94024843609104, 7.371232634976418, 48.94972392485348], "geometry": {"coordinates": [[[[7.356847341277157, 48.94074513218285], [7.357600293632617, 48.94972392485348], [7.371232634976418, 48.94922714715269], [7.370477336695728, 48.94024843609104], [7.356847341277157, 48.94074513218285]]]], "type": "MultiPolygon"}, "id": "43896", "properties": {"DALLE": "1019-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.357600293632617, 48.94922714715269, 7.3719881940940315, 48.95870263780465], "geometry": {"coordinates": [[[[7.357600293632617, 48.94972392485348], [7.358353506019817, 48.95870263780465], [7.3719881940940315, 48.958205778479396], [7.371232634976418, 48.94922714715269], [7.357600293632617, 48.94972392485348]]]], "type": "MultiPolygon"}, "id": "43897", "properties": {"DALLE": "1019-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.358353506019817, 48.958205778479396, 7.372744014183566, 48.96768127080498], "geometry": {"coordinates": [[[[7.358353506019817, 48.95870263780465], [7.359106978573348, 48.96768127080498], [7.372744014183566, 48.96718432983982], [7.3719881940940315, 48.958205778479396], [7.358353506019817, 48.95870263780465]]]], "type": "MultiPolygon"}, "id": "43898", "properties": {"DALLE": "1019-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.359106978573348, 48.96718432983982, 7.3735000953801215, 48.97665982362303], "geometry": {"coordinates": [[[[7.359106978573348, 48.96768127080498], [7.359860711427893, 48.97665982362303], [7.3735000953801215, 48.976162801002474], [7.372744014183566, 48.96718432983982], [7.359106978573348, 48.96768127080498]]]], "type": "MultiPolygon"}, "id": "43899", "properties": {"DALLE": "1019-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.359860711427893, 48.976162801002474, 7.374256437818882, 48.9856382960274], "geometry": {"coordinates": [[[[7.359860711427893, 48.97665982362303], [7.3606147047182215, 48.9856382960274], [7.374256437818882, 48.98514119173595], [7.3735000953801215, 48.976162801002474], [7.359860711427893, 48.97665982362303]]]], "type": "MultiPolygon"}, "id": "43900", "properties": {"DALLE": "1019-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3606147047182215, 48.98514119173595, 7.375013041635134, 48.99461668778659], "geometry": {"coordinates": [[[[7.3606147047182215, 48.9856382960274], [7.361368958579207, 48.99461668778659], [7.375013041635134, 48.994119501808754], [7.374256437818882, 48.98514119173595], [7.3606147047182215, 48.9856382960274]]]], "type": "MultiPolygon"}, "id": "43902", "properties": {"DALLE": "1019-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.361368958579207, 48.994119501808754, 7.375769906964251, 49.00359499866906], "geometry": {"coordinates": [[[[7.361368958579207, 48.99461668778659], [7.362123473145807, 49.00359499866906], [7.375769906964251, 49.00309773098935], [7.375013041635134, 48.994119501808754], [7.361368958579207, 48.99461668778659]]]], "type": "MultiPolygon"}, "id": "43903", "properties": {"DALLE": "1019-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.362123473145807, 49.00309773098935, 7.3765270339416995, 49.01257322844328], "geometry": {"coordinates": [[[[7.362123473145807, 49.00359499866906], [7.362878248553073, 49.01257322844328], [7.3765270339416995, 49.0120758790462], [7.375769906964251, 49.00309773098935], [7.362123473145807, 49.00359499866906]]]], "type": "MultiPolygon"}, "id": "43904", "properties": {"DALLE": "1019-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.362878248553073, 49.0120758790462, 7.377284422703043, 49.02155137687769], "geometry": {"coordinates": [[[[7.362878248553073, 49.01257322844328], [7.3636332849361565, 49.02155137687769], [7.377284422703043, 49.02105394574773], [7.3765270339416995, 49.0120758790462], [7.362878248553073, 49.01257322844328]]]], "type": "MultiPolygon"}, "id": "43905", "properties": {"DALLE": "1019-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3636332849361565, 49.02105394574773, 7.378042073383935, 49.03052944374067], "geometry": {"coordinates": [[[[7.3636332849361565, 49.02155137687769], [7.364388582430295, 49.03052944374067], [7.378042073383935, 49.030031930862314], [7.377284422703043, 49.02105394574773], [7.3636332849361565, 49.02155137687769]]]], "type": "MultiPolygon"}, "id": "43906", "properties": {"DALLE": "1019-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.364388582430295, 49.030031930862314, 7.3787999861201286, 49.03950742880058], "geometry": {"coordinates": [[[[7.364388582430295, 49.03052944374067], [7.365144141170822, 49.03950742880058], [7.3787999861201286, 49.03900983415829], [7.378042073383935, 49.030031930862314], [7.364388582430295, 49.03052944374067]]]], "type": "MultiPolygon"}, "id": "43907", "properties": {"DALLE": "1019-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.365144141170822, 49.03900983415829, 7.379558161047464, 49.048485331825766], "geometry": {"coordinates": [[[[7.365144141170822, 49.03950742880058], [7.365899961293164, 49.048485331825766], [7.379558161047464, 49.04798765540402], [7.3787999861201286, 49.03900983415829], [7.365144141170822, 49.03950742880058]]]], "type": "MultiPolygon"}, "id": "43908", "properties": {"DALLE": "1019-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.365899961293164, 49.04798765540402, 7.380316598301876, 49.057463152584496], "geometry": {"coordinates": [[[[7.365899961293164, 49.048485331825766], [7.366656042932845, 49.057463152584496], [7.380316598301876, 49.056965394367765], [7.379558161047464, 49.04798765540402], [7.365899961293164, 49.048485331825766]]]], "type": "MultiPolygon"}, "id": "43909", "properties": {"DALLE": "1019-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.366656042932845, 49.056965394367765, 7.3810752980193985, 49.066440890845065], "geometry": {"coordinates": [[[[7.366656042932845, 49.057463152584496], [7.3674123862254755, 49.066440890845065], [7.3810752980193985, 49.0659430508178], [7.380316598301876, 49.056965394367765], [7.366656042932845, 49.057463152584496]]]], "type": "MultiPolygon"}, "id": "43910", "properties": {"DALLE": "1019-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3674123862254755, 49.0659430508178, 7.381834260336154, 49.07541854637568], "geometry": {"coordinates": [[[[7.3674123862254755, 49.066440890845065], [7.368168991306765, 49.07541854637568], [7.381834260336154, 49.074920624522356], [7.3810752980193985, 49.0659430508178], [7.3674123862254755, 49.066440890845065]]]], "type": "MultiPolygon"}, "id": "43911", "properties": {"DALLE": "1019-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.368168991306765, 49.074920624522356, 7.382593485388362, 49.084396118944596], "geometry": {"coordinates": [[[[7.368168991306765, 49.07541854637568], [7.368925858312515, 49.084396118944596], [7.382593485388362, 49.08389811524962], [7.381834260336154, 49.074920624522356], [7.368168991306765, 49.07541854637568]]]], "type": "MultiPolygon"}, "id": "43913", "properties": {"DALLE": "1019-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.368925858312515, 49.08389811524962, 7.383352973312336, 49.09337360831993], "geometry": {"coordinates": [[[[7.368925858312515, 49.084396118944596], [7.369682987378618, 49.09337360831993], [7.383352973312336, 49.09287552276776], [7.382593485388362, 49.08389811524962], [7.368925858312515, 49.084396118944596]]]], "type": "MultiPolygon"}, "id": "43914", "properties": {"DALLE": "1019-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.369682987378618, 49.09287552276776, 7.384112724244482, 49.10235101426984], "geometry": {"coordinates": [[[[7.369682987378618, 49.09337360831993], [7.370440378641068, 49.10235101426984], [7.384112724244482, 49.10185284684491], [7.383352973312336, 49.09287552276776], [7.369682987378618, 49.09337360831993]]]], "type": "MultiPolygon"}, "id": "43915", "properties": {"DALLE": "1019-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.370440378641068, 49.10185284684491, 7.384872738321301, 49.111328336562465], "geometry": {"coordinates": [[[[7.370440378641068, 49.10235101426984], [7.371198032235946, 49.111328336562465], [7.384872738321301, 49.11083008724919], [7.384112724244482, 49.10185284684491], [7.370440378641068, 49.10235101426984]]]], "type": "MultiPolygon"}, "id": "43916", "properties": {"DALLE": "1019-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.371198032235946, 49.11083008724919, 7.385633015679389, 49.12030557496583], "geometry": {"coordinates": [[[[7.371198032235946, 49.111328336562465], [7.37195594829943, 49.12030557496583], [7.385633015679389, 49.11980724374865], [7.384872738321301, 49.11083008724919], [7.371198032235946, 49.111328336562465]]]], "type": "MultiPolygon"}, "id": "43917", "properties": {"DALLE": "1019-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.37195594829943, 49.11980724374865, 7.386393556455434, 49.129282729248025], "geometry": {"coordinates": [[[[7.37195594829943, 49.12030557496583], [7.372714126967792, 49.129282729248025], [7.386393556455434, 49.12878431611134], [7.385633015679389, 49.11980724374865], [7.37195594829943, 49.12030557496583]]]], "type": "MultiPolygon"}, "id": "43918", "properties": {"DALLE": "1019-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.372714126967792, 49.12878431611134, 7.387154360786225, 49.13825979917706], "geometry": {"coordinates": [[[[7.372714126967792, 49.129282729248025], [7.373472568377396, 49.13825979917706], [7.387154360786225, 49.13776130410529], [7.386393556455434, 49.12878431611134], [7.372714126967792, 49.129282729248025]]]], "type": "MultiPolygon"}, "id": "43919", "properties": {"DALLE": "1019-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.373472568377396, 49.13776130410529, 7.387915428808636, 49.147236784520906], "geometry": {"coordinates": [[[[7.373472568377396, 49.13825979917706], [7.374231272664703, 49.147236784520906], [7.387915428808636, 49.14673820749842], [7.387154360786225, 49.13776130410529], [7.373472568377396, 49.13825979917706]]]], "type": "MultiPolygon"}, "id": "43920", "properties": {"DALLE": "1019-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.374231272664703, 49.14673820749842, 7.388676760659647, 49.156213685047504], "geometry": {"coordinates": [[[[7.374231272664703, 49.147236784520906], [7.3749902399662695, 49.156213685047504], [7.388676760659647, 49.15571502605875], [7.387915428808636, 49.14673820749842], [7.374231272664703, 49.147236784520906]]]], "type": "MultiPolygon"}, "id": "43921", "properties": {"DALLE": "1019-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6904-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3749902399662695, 49.15571502605875, 7.38943835647632, 49.16519050052481], "geometry": {"coordinates": [[[[7.3749902399662695, 49.156213685047504], [7.375749470418741, 49.16519050052481], [7.38943835647632, 49.164691759554124], [7.388676760659647, 49.15571502605875], [7.3749902399662695, 49.156213685047504]]]], "type": "MultiPolygon"}, "id": "43922", "properties": {"DALLE": "1019-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6905-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.375749470418741, 49.164691759554124, 7.390200216395822, 49.17416723072069], "geometry": {"coordinates": [[[[7.375749470418741, 49.16519050052481], [7.376508964158866, 49.17416723072069], [7.390200216395822, 49.17366840775249], [7.38943835647632, 49.164691759554124], [7.375749470418741, 49.16519050052481]]]], "type": "MultiPolygon"}, "id": "43924", "properties": {"DALLE": "1019-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6906-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.376508964158866, 49.17366840775249, 7.390962340555413, 49.183143875403005], "geometry": {"coordinates": [[[[7.376508964158866, 49.17416723072069], [7.377268721323481, 49.183143875403005], [7.390962340555413, 49.18264497042165], [7.390200216395822, 49.17366840775249], [7.376508964158866, 49.17416723072069]]]], "type": "MultiPolygon"}, "id": "43925", "properties": {"DALLE": "1019-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1019-6907-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.370477336695728, 48.93975018993013, 7.384864715483315, 48.94922714715269], "geometry": {"coordinates": [[[[7.370477336695728, 48.94024843609104], [7.371232634976418, 48.94922714715269], [7.384864715483315, 48.94872881912901], [7.384107071412306, 48.93975018993013], [7.370477336695728, 48.94024843609104]]]], "type": "MultiPolygon"}, "id": "43926", "properties": {"DALLE": "1020-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.371232634976418, 48.94872881912901, 7.385622621196335, 48.958205778479396], "geometry": {"coordinates": [[[[7.371232634976418, 48.94922714715269], [7.3719881940940315, 48.958205778479396], [7.385622621196335, 48.95770736857745], [7.384864715483315, 48.94872881912901], [7.371232634976418, 48.94922714715269]]]], "type": "MultiPolygon"}, "id": "43927", "properties": {"DALLE": "1020-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3719881940940315, 48.95770736857745, 7.386380788686781, 48.96718432983982], "geometry": {"coordinates": [[[[7.3719881940940315, 48.958205778479396], [7.372744014183566, 48.96718432983982], [7.386380788686781, 48.966685838044064], [7.385622621196335, 48.95770736857745], [7.3719881940940315, 48.958205778479396]]]], "type": "MultiPolygon"}, "id": "43928", "properties": {"DALLE": "1020-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.372744014183566, 48.966685838044064, 7.387139218090158, 48.976162801002474], "geometry": {"coordinates": [[[[7.372744014183566, 48.96718432983982], [7.3735000953801215, 48.976162801002474], [7.387139218090158, 48.97566422729741], [7.386380788686781, 48.966685838044064], [7.372744014183566, 48.96718432983982]]]], "type": "MultiPolygon"}, "id": "43929", "properties": {"DALLE": "1020-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3735000953801215, 48.97566422729741, 7.387897909542071, 48.98514119173595], "geometry": {"coordinates": [[[[7.3735000953801215, 48.976162801002474], [7.374256437818882, 48.98514119173595], [7.387897909542071, 48.98464253610603], [7.387139218090158, 48.97566422729741], [7.3735000953801215, 48.976162801002474]]]], "type": "MultiPolygon"}, "id": "43930", "properties": {"DALLE": "1020-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.374256437818882, 48.98464253610603, 7.388656863178214, 48.994119501808754], "geometry": {"coordinates": [[[[7.374256437818882, 48.98514119173595], [7.375013041635134, 48.994119501808754], [7.388656863178214, 48.99362076423843], [7.387897909542071, 48.98464253610603], [7.374256437818882, 48.98514119173595]]]], "type": "MultiPolygon"}, "id": "43931", "properties": {"DALLE": "1020-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.375013041635134, 48.99362076423843, 7.389416079134377, 49.00309773098935], "geometry": {"coordinates": [[[[7.375013041635134, 48.994119501808754], [7.375769906964251, 49.00309773098935], [7.389416079134377, 49.002598911463096], [7.388656863178214, 48.99362076423843], [7.375013041635134, 48.994119501808754]]]], "type": "MultiPolygon"}, "id": "43932", "properties": {"DALLE": "1020-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.375769906964251, 49.002598911463096, 7.390175557546446, 49.0120758790462], "geometry": {"coordinates": [[[[7.375769906964251, 49.00309773098935], [7.3765270339416995, 49.0120758790462], [7.390175557546446, 49.01157697754845], [7.389416079134377, 49.002598911463096], [7.375769906964251, 49.00309773098935]]]], "type": "MultiPolygon"}, "id": "43933", "properties": {"DALLE": "1020-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3765270339416995, 49.01157697754845, 7.390935298550395, 49.02105394574773], "geometry": {"coordinates": [[[[7.3765270339416995, 49.0120758790462], [7.377284422703043, 49.02105394574773], [7.390935298550395, 49.020554962262935], [7.390175557546446, 49.01157697754845], [7.3765270339416995, 49.0120758790462]]]], "type": "MultiPolygon"}, "id": "43936", "properties": {"DALLE": "1020-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.377284422703043, 49.020554962262935, 7.391695302282295, 49.030031930862314], "geometry": {"coordinates": [[[[7.377284422703043, 49.02105394574773], [7.378042073383935, 49.030031930862314], [7.391695302282295, 49.0295328653749], [7.390935298550395, 49.020554962262935], [7.377284422703043, 49.02105394574773]]]], "type": "MultiPolygon"}, "id": "43937", "properties": {"DALLE": "1020-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.378042073383935, 49.0295328653749, 7.392455568878309, 49.03900983415829], "geometry": {"coordinates": [[[[7.378042073383935, 49.030031930862314], [7.3787999861201286, 49.03900983415829], [7.392455568878309, 49.038510686652685], [7.391695302282295, 49.0295328653749], [7.378042073383935, 49.030031930862314]]]], "type": "MultiPolygon"}, "id": "43938", "properties": {"DALLE": "1020-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3787999861201286, 49.038510686652685, 7.3932160984746975, 49.04798765540402], "geometry": {"coordinates": [[[[7.3787999861201286, 49.03900983415829], [7.379558161047464, 49.04798765540402], [7.3932160984746975, 49.047488425864664], [7.392455568878309, 49.038510686652685], [7.3787999861201286, 49.03900983415829]]]], "type": "MultiPolygon"}, "id": "43939", "properties": {"DALLE": "1020-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.379558161047464, 49.047488425864664, 7.393976891207812, 49.056965394367765], "geometry": {"coordinates": [[[[7.379558161047464, 49.04798765540402], [7.380316598301876, 49.056965394367765], [7.393976891207812, 49.05646608277907], [7.3932160984746975, 49.047488425864664], [7.379558161047464, 49.04798765540402]]]], "type": "MultiPolygon"}, "id": "43940", "properties": {"DALLE": "1020-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.380316598301876, 49.05646608277907, 7.394737947214103, 49.0659430508178], "geometry": {"coordinates": [[[[7.380316598301876, 49.056965394367765], [7.3810752980193985, 49.0659430508178], [7.394737947214103, 49.06544365716416], [7.393976891207812, 49.05646608277907], [7.380316598301876, 49.056965394367765]]]], "type": "MultiPolygon"}, "id": "43941", "properties": {"DALLE": "1020-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3810752980193985, 49.06544365716416, 7.395499266630107, 49.074920624522356], "geometry": {"coordinates": [[[[7.3810752980193985, 49.0659430508178], [7.381834260336154, 49.074920624522356], [7.395499266630107, 49.07442114878819], [7.394737947214103, 49.06544365716416], [7.3810752980193985, 49.0659430508178]]]], "type": "MultiPolygon"}, "id": "43942", "properties": {"DALLE": "1020-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.382593485388362, 49.08339855741933, 7.397022696237898, 49.09287552276776], "geometry": {"coordinates": [[[[7.382593485388362, 49.08389811524962], [7.383352973312336, 49.09287552276776], [7.397022696237898, 49.09237588282573], [7.396260849592463, 49.08339855741933], [7.382593485388362, 49.08389811524962]]]], "type": "MultiPolygon"}, "id": "43944", "properties": {"DALLE": "1020-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.383352973312336, 49.09237588282573, 7.397784806703238, 49.10185284684491], "geometry": {"coordinates": [[[[7.383352973312336, 49.09287552276776], [7.384112724244482, 49.10185284684491], [7.397784806703238, 49.10135312477552], [7.397022696237898, 49.09237588282573], [7.383352973312336, 49.09287552276776]]]], "type": "MultiPolygon"}, "id": "43945", "properties": {"DALLE": "1020-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.384112724244482, 49.10135312477552, 7.398547181125401, 49.11083008724919], "geometry": {"coordinates": [[[[7.384112724244482, 49.10185284684491], [7.384872738321301, 49.11083008724919], [7.398547181125401, 49.110330283036824], [7.397784806703238, 49.10135312477552], [7.384112724244482, 49.10185284684491]]]], "type": "MultiPolygon"}, "id": "43947", "properties": {"DALLE": "1020-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.384872738321301, 49.110330283036824, 7.399309819641403, 49.11980724374865], "geometry": {"coordinates": [[[[7.384872738321301, 49.11083008724919], [7.385633015679389, 49.11980724374865], [7.399309819641403, 49.11930735737768], [7.398547181125401, 49.110330283036824], [7.384872738321301, 49.11083008724919]]]], "type": "MultiPolygon"}, "id": "43948", "properties": {"DALLE": "1020-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.385633015679389, 49.11930735737768, 7.400072722388351, 49.12878431611134], "geometry": {"coordinates": [[[[7.385633015679389, 49.11980724374865], [7.386393556455434, 49.12878431611134], [7.400072722388351, 49.12828434756615], [7.399309819641403, 49.11930735737768], [7.385633015679389, 49.11980724374865]]]], "type": "MultiPolygon"}, "id": "43949", "properties": {"DALLE": "1020-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.386393556455434, 49.12828434756615, 7.400835889503447, 49.13776130410529], "geometry": {"coordinates": [[[[7.386393556455434, 49.12878431611134], [7.387154360786225, 49.13776130410529], [7.400835889503447, 49.13726125337021], [7.400072722388351, 49.12828434756615], [7.386393556455434, 49.12878431611134]]]], "type": "MultiPolygon"}, "id": "43950", "properties": {"DALLE": "1020-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.387154360786225, 49.13726125337021, 7.401599321123988, 49.14673820749842], "geometry": {"coordinates": [[[[7.387154360786225, 49.13776130410529], [7.387915428808636, 49.14673820749842], [7.401599321123988, 49.14623807455782], [7.400835889503447, 49.13726125337021], [7.387154360786225, 49.13776130410529]]]], "type": "MultiPolygon"}, "id": "43951", "properties": {"DALLE": "1020-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.387915428808636, 49.14623807455782, 7.402363017387374, 49.15571502605875], "geometry": {"coordinates": [[[[7.387915428808636, 49.14673820749842], [7.388676760659647, 49.15571502605875], [7.402363017387374, 49.15521481089696], [7.401599321123988, 49.14623807455782], [7.387915428808636, 49.14673820749842]]]], "type": "MultiPolygon"}, "id": "43952", "properties": {"DALLE": "1020-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6904-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.388676760659647, 49.15521481089696, 7.403126978431083, 49.164691759554124], "geometry": {"coordinates": [[[[7.388676760659647, 49.15571502605875], [7.38943835647632, 49.164691759554124], [7.403126978431083, 49.16419146215551], [7.402363017387374, 49.15521481089696], [7.388676760659647, 49.15571502605875]]]], "type": "MultiPolygon"}, "id": "43953", "properties": {"DALLE": "1020-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6905-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.38943835647632, 49.16419146215551, 7.403891204392708, 49.17366840775249], "geometry": {"coordinates": [[[[7.38943835647632, 49.164691759554124], [7.390200216395822, 49.17366840775249], [7.403891204392708, 49.17316802810136], [7.403126978431083, 49.16419146215551], [7.38943835647632, 49.164691759554124]]]], "type": "MultiPolygon"}, "id": "43954", "properties": {"DALLE": "1020-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6906-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.390200216395822, 49.17316802810136, 7.404655695409921, 49.18264497042165], "geometry": {"coordinates": [[[[7.390200216395822, 49.17366840775249], [7.390962340555413, 49.18264497042165], [7.404655695409921, 49.18214450850235], [7.403891204392708, 49.17316802810136], [7.390200216395822, 49.17366840775249]]]], "type": "MultiPolygon"}, "id": "43955", "properties": {"DALLE": "1020-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-6907-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.384107071412306, 48.93925039374255, 7.398496534348218, 48.94872881912901], "geometry": {"coordinates": [[[[7.384107071412306, 48.93975018993013], [7.384864715483315, 48.94872881912901], [7.398496534348218, 48.9482289408249], [7.397736544622207, 48.93925039374255], [7.384107071412306, 48.93975018993013]]]], "type": "MultiPolygon"}, "id": "43958", "properties": {"DALLE": "1021-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.384864715483315, 48.9482289408249, 7.399256786521232, 48.95770736857745], "geometry": {"coordinates": [[[[7.384864715483315, 48.94872881912901], [7.385622621196335, 48.95770736857745], [7.399256786521232, 48.95720740814123], [7.398496534348218, 48.9482289408249], [7.384864715483315, 48.94872881912901]]]], "type": "MultiPolygon"}, "id": "43959", "properties": {"DALLE": "1021-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.385622621196335, 48.95720740814123, 7.400017301277076, 48.966685838044064], "geometry": {"coordinates": [[[[7.385622621196335, 48.95770736857745], [7.386380788686781, 48.966685838044064], [7.400017301277076, 48.96618579546018], [7.399256786521232, 48.95720740814123], [7.385622621196335, 48.95770736857745]]]], "type": "MultiPolygon"}, "id": "43960", "properties": {"DALLE": "1021-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.386380788686781, 48.96618579546018, 7.400778078751674, 48.97566422729741], "geometry": {"coordinates": [[[[7.386380788686781, 48.966685838044064], [7.387139218090158, 48.97566422729741], [7.400778078751674, 48.9751641025503], [7.400017301277076, 48.96618579546018], [7.386380788686781, 48.966685838044064]]]], "type": "MultiPolygon"}, "id": "43961", "properties": {"DALLE": "1021-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.387139218090158, 48.9751641025503, 7.401539119081041, 48.98464253610603], "geometry": {"coordinates": [[[[7.387139218090158, 48.97566422729741], [7.387897909542071, 48.98464253610603], [7.401539119081041, 48.9841423291801], [7.400778078751674, 48.9751641025503], [7.387139218090158, 48.97566422729741]]]], "type": "MultiPolygon"}, "id": "43962", "properties": {"DALLE": "1021-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.387897909542071, 48.9841423291801, 7.4023004224012885, 48.99362076423843], "geometry": {"coordinates": [[[[7.387897909542071, 48.98464253610603], [7.388656863178214, 48.99362076423843], [7.4023004224012885, 48.99312047511812], [7.401539119081041, 48.9841423291801], [7.387897909542071, 48.98464253610603]]]], "type": "MultiPolygon"}, "id": "43963", "properties": {"DALLE": "1021-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.388656863178214, 48.99312047511812, 7.403061988848619, 49.002598911463096], "geometry": {"coordinates": [[[[7.388656863178214, 48.99362076423843], [7.389416079134377, 49.002598911463096], [7.403061988848619, 49.002098540132785], [7.4023004224012885, 48.99312047511812], [7.388656863178214, 48.99362076423843]]]], "type": "MultiPolygon"}, "id": "43964", "properties": {"DALLE": "1021-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.389416079134377, 49.002098540132785, 7.403823818559327, 49.01157697754845], "geometry": {"coordinates": [[[[7.389416079134377, 49.002598911463096], [7.390175557546446, 49.01157697754845], [7.403823818559327, 49.01107652399256], [7.403061988848619, 49.002098540132785], [7.389416079134377, 49.002598911463096]]]], "type": "MultiPolygon"}, "id": "43965", "properties": {"DALLE": "1021-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.390175557546446, 49.01107652399256, 7.404585911669811, 49.020554962262935], "geometry": {"coordinates": [[[[7.390175557546446, 49.01157697754845], [7.390935298550395, 49.020554962262935], [7.404585911669811, 49.020054426465826], [7.403823818559327, 49.01107652399256], [7.390175557546446, 49.01157697754845]]]], "type": "MultiPolygon"}, "id": "43966", "properties": {"DALLE": "1021-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.390935298550395, 49.020054426465826, 7.405348268316551, 49.0295328653749], "geometry": {"coordinates": [[[[7.390935298550395, 49.020554962262935], [7.391695302282295, 49.0295328653749], [7.405348268316551, 49.029032247320984], [7.404585911669811, 49.020054426465826], [7.390935298550395, 49.020554962262935]]]], "type": "MultiPolygon"}, "id": "43967", "properties": {"DALLE": "1021-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.391695302282295, 49.029032247320984, 7.406110888636129, 49.038510686652685], "geometry": {"coordinates": [[[[7.391695302282295, 49.0295328653749], [7.392455568878309, 49.038510686652685], [7.406110888636129, 49.03800998632635], [7.405348268316551, 49.029032247320984], [7.391695302282295, 49.0295328653749]]]], "type": "MultiPolygon"}, "id": "43969", "properties": {"DALLE": "1021-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.392455568878309, 49.03800998632635, 7.40687377276522, 49.047488425864664], "geometry": {"coordinates": [[[[7.392455568878309, 49.038510686652685], [7.3932160984746975, 49.047488425864664], [7.40687377276522, 49.04698764325026], [7.406110888636129, 49.03800998632635], [7.392455568878309, 49.038510686652685]]]], "type": "MultiPolygon"}, "id": "43970", "properties": {"DALLE": "1021-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3932160984746975, 49.04698764325026, 7.407636920840591, 49.05646608277907], "geometry": {"coordinates": [[[[7.3932160984746975, 49.047488425864664], [7.393976891207812, 49.05646608277907], [7.407636920840591, 49.05596521786101], [7.40687377276522, 49.04698764325026], [7.3932160984746975, 49.047488425864664]]]], "type": "MultiPolygon"}, "id": "43971", "properties": {"DALLE": "1021-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.393976891207812, 49.05596521786101, 7.408400332999107, 49.06544365716416], "geometry": {"coordinates": [[[[7.393976891207812, 49.05646608277907], [7.394737947214103, 49.06544365716416], [7.408400332999107, 49.06494270992677], [7.407636920840591, 49.05596521786101], [7.393976891207812, 49.05646608277907]]]], "type": "MultiPolygon"}, "id": "43972", "properties": {"DALLE": "1021-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.397022696237898, 49.091874688536485, 7.411456625205186, 49.10135312477552], "geometry": {"coordinates": [[[[7.397022696237898, 49.09237588282573], [7.397784806703238, 49.10135312477552], [7.411456625205186, 49.10085184810437], [7.41069215534357, 49.091874688536485], [7.397022696237898, 49.09237588282573]]]], "type": "MultiPolygon"}, "id": "43976", "properties": {"DALLE": "1021-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.397784806703238, 49.10085184810437, 7.41222135983568, 49.110330283036824], "geometry": {"coordinates": [[[[7.397784806703238, 49.10135312477552], [7.398547181125401, 49.110330283036824], [7.41222135983568, 49.10982892396807], [7.411456625205186, 49.10085184810437], [7.397784806703238, 49.10135312477552]]]], "type": "MultiPolygon"}, "id": "43977", "properties": {"DALLE": "1021-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.398547181125401, 49.10982892396807, 7.4129863593724865, 49.11930735737768], "geometry": {"coordinates": [[[[7.398547181125401, 49.110330283036824], [7.399309819641403, 49.11930735737768], [7.4129863593724865, 49.11880591589565], [7.41222135983568, 49.10982892396807], [7.398547181125401, 49.110330283036824]]]], "type": "MultiPolygon"}, "id": "43978", "properties": {"DALLE": "1021-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.399309819641403, 49.11880591589565, 7.413751623953131, 49.12828434756615], "geometry": {"coordinates": [[[[7.399309819641403, 49.11930735737768], [7.400072722388351, 49.12828434756615], [7.413751623953131, 49.127782823655146], [7.4129863593724865, 49.11880591589565], [7.399309819641403, 49.11930735737768]]]], "type": "MultiPolygon"}, "id": "43980", "properties": {"DALLE": "1021-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.400072722388351, 49.127782823655146, 7.414517153715236, 49.13726125337021], "geometry": {"coordinates": [[[[7.400072722388351, 49.12828434756615], [7.400835889503447, 49.13726125337021], [7.414517153715236, 49.13675964701454], [7.413751623953131, 49.127782823655146], [7.400072722388351, 49.12828434756615]]]], "type": "MultiPolygon"}, "id": "43981", "properties": {"DALLE": "1021-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.400835889503447, 49.13675964701454, 7.415282948796516, 49.14623807455782], "geometry": {"coordinates": [[[[7.400835889503447, 49.13726125337021], [7.401599321123988, 49.14623807455782], [7.415282948796516, 49.14573638574185], [7.414517153715236, 49.13675964701454], [7.400835889503447, 49.13726125337021]]]], "type": "MultiPolygon"}, "id": "43982", "properties": {"DALLE": "1021-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.401599321123988, 49.14573638574185, 7.4160490093347855, 49.15521481089696], "geometry": {"coordinates": [[[[7.401599321123988, 49.14623807455782], [7.402363017387374, 49.15521481089696], [7.4160490093347855, 49.15471303960494], [7.415282948796516, 49.14573638574185], [7.401599321123988, 49.14623807455782]]]], "type": "MultiPolygon"}, "id": "43983", "properties": {"DALLE": "1021-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6904-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.402363017387374, 49.15471303960494, 7.416815335467952, 49.16419146215551], "geometry": {"coordinates": [[[[7.402363017387374, 49.15521481089696], [7.403126978431083, 49.16419146215551], [7.416815335467952, 49.16368960837174], [7.4160490093347855, 49.15471303960494], [7.402363017387374, 49.15521481089696]]]], "type": "MultiPolygon"}, "id": "43984", "properties": {"DALLE": "1021-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6905-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.403126978431083, 49.16368960837174, 7.417581927334016, 49.17316802810136], "geometry": {"coordinates": [[[[7.403126978431083, 49.16419146215551], [7.403891204392708, 49.17316802810136], [7.417581927334016, 49.172666091810115], [7.416815335467952, 49.16368960837174], [7.403126978431083, 49.16419146215551]]]], "type": "MultiPolygon"}, "id": "43985", "properties": {"DALLE": "1021-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6906-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.403891204392708, 49.172666091810115, 7.41834878507108, 49.18214450850235], "geometry": {"coordinates": [[[[7.403891204392708, 49.17316802810136], [7.404655695409921, 49.18214450850235], [7.41834878507108, 49.18164248968794], [7.417581927334016, 49.172666091810115], [7.403891204392708, 49.17316802810136]]]], "type": "MultiPolygon"}, "id": "43986", "properties": {"DALLE": "1021-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-6907-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.398496534348218, 48.94772751228291, 7.412890689263311, 48.95720740814123], "geometry": {"coordinates": [[[[7.398496534348218, 48.9482289408249], [7.399256786521232, 48.95720740814123], [7.412890689263311, 48.95670589721336], [7.412128090766134, 48.94772751228291], [7.398496534348218, 48.9482289408249]]]], "type": "MultiPolygon"}, "id": "43988", "properties": {"DALLE": "1022-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.399256786521232, 48.95670589721336, 7.413653551148634, 48.96618579546018], "geometry": {"coordinates": [[[[7.399256786521232, 48.95720740814123], [7.400017301277076, 48.96618579546018], [7.413653551148634, 48.9656842021308], [7.412890689263311, 48.95670589721336], [7.399256786521232, 48.95720740814123]]]], "type": "MultiPolygon"}, "id": "43989", "properties": {"DALLE": "1022-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.400017301277076, 48.9656842021308, 7.414416676558437, 48.9751641025503], "geometry": {"coordinates": [[[[7.400017301277076, 48.96618579546018], [7.400778078751674, 48.9751641025503], [7.414416676558437, 48.97466242680379], [7.413653551148634, 48.9656842021308], [7.400017301277076, 48.96618579546018]]]], "type": "MultiPolygon"}, "id": "43991", "properties": {"DALLE": "1022-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.400778078751674, 48.97466242680379, 7.415180065629149, 48.9841423291801], "geometry": {"coordinates": [[[[7.400778078751674, 48.9751641025503], [7.401539119081041, 48.9841423291801], [7.415180065629149, 48.983640571000834], [7.414416676558437, 48.97466242680379], [7.400778078751674, 48.9751641025503]]]], "type": "MultiPolygon"}, "id": "43992", "properties": {"DALLE": "1022-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.401539119081041, 48.983640571000834, 7.415943718497295, 48.99312047511812], "geometry": {"coordinates": [[[[7.401539119081041, 48.9841423291801], [7.4023004224012885, 48.99312047511812], [7.415943718497295, 48.992618634490455], [7.415180065629149, 48.983640571000834], [7.401539119081041, 48.9841423291801]]]], "type": "MultiPolygon"}, "id": "43993", "properties": {"DALLE": "1022-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4023004224012885, 48.992618634490455, 7.416707635299493, 49.002098540132785], "geometry": {"coordinates": [[[[7.4023004224012885, 48.99312047511812], [7.403061988848619, 49.002098540132785], [7.416707635299493, 49.001596617041095], [7.415943718497295, 48.992618634490455], [7.4023004224012885, 48.99312047511812]]]], "type": "MultiPolygon"}, "id": "43994", "properties": {"DALLE": "1022-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.403061988848619, 49.001596617041095, 7.417471816172454, 49.01107652399256], "geometry": {"coordinates": [[[[7.403061988848619, 49.002098540132785], [7.403823818559327, 49.01107652399256], [7.417471816172454, 49.01057451842119], [7.416707635299493, 49.001596617041095], [7.403061988848619, 49.002098540132785]]]], "type": "MultiPolygon"}, "id": "43995", "properties": {"DALLE": "1022-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.403823818559327, 49.01057451842119, 7.418236261252985, 49.020054426465826], "geometry": {"coordinates": [[[[7.403823818559327, 49.01107652399256], [7.404585911669811, 49.020054426465826], [7.418236261252985, 49.01955233839914], [7.417471816172454, 49.01057451842119], [7.403823818559327, 49.01107652399256]]]], "type": "MultiPolygon"}, "id": "43996", "properties": {"DALLE": "1022-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.404585911669811, 49.01955233839914, 7.419000970677986, 49.029032247320984], "geometry": {"coordinates": [[[[7.404585911669811, 49.020054426465826], [7.405348268316551, 49.029032247320984], [7.419000970677986, 49.0285300767433], [7.418236261252985, 49.01955233839914], [7.404585911669811, 49.020054426465826]]]], "type": "MultiPolygon"}, "id": "43997", "properties": {"DALLE": "1022-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.405348268316551, 49.0285300767433, 7.419765944584455, 49.03800998632635], "geometry": {"coordinates": [[[[7.405348268316551, 49.029032247320984], [7.406110888636129, 49.03800998632635], [7.419765944584455, 49.03750773322203], [7.419000970677986, 49.0285300767433], [7.405348268316551, 49.029032247320984]]]], "type": "MultiPolygon"}, "id": "43998", "properties": {"DALLE": "1022-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.406110888636129, 49.03750773322203, 7.420531183109479, 49.04698764325026], "geometry": {"coordinates": [[[[7.406110888636129, 49.03800998632635], [7.40687377276522, 49.04698764325026], [7.420531183109479, 49.04648530760361], [7.419765944584455, 49.03750773322203], [7.406110888636129, 49.03800998632635]]]], "type": "MultiPolygon"}, "id": "43999", "properties": {"DALLE": "1022-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.40687377276522, 49.04648530760361, 7.421296686390242, 49.05596521786101], "geometry": {"coordinates": [[[[7.40687377276522, 49.04698764325026], [7.407636920840591, 49.05596521786101], [7.421296686390242, 49.05546279965634], [7.420531183109479, 49.04648530760361], [7.40687377276522, 49.04698764325026]]]], "type": "MultiPolygon"}, "id": "44000", "properties": {"DALLE": "1022-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.407636920840591, 49.05546279965634, 7.422062454564027, 49.06494270992677], "geometry": {"coordinates": [[[[7.407636920840591, 49.05596521786101], [7.408400332999107, 49.06494270992677], [7.422062454564027, 49.06444020914844], [7.421296686390242, 49.05546279965634], [7.407636920840591, 49.05596521786101]]]], "type": "MultiPolygon"}, "id": "44002", "properties": {"DALLE": "1022-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.408400332999107, 49.06444020914844, 7.4228284877682045, 49.07392011921584], "geometry": {"coordinates": [[[[7.408400332999107, 49.06494270992677], [7.409164009377725, 49.07392011921584], [7.4228284877682045, 49.07341753584811], [7.422062454564027, 49.06444020914844], [7.408400332999107, 49.06494270992677]]]], "type": "MultiPolygon"}, "id": "44003", "properties": {"DALLE": "1022-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.41069215534357, 49.09137193994292, 7.42512817893827, 49.10085184810437], "geometry": {"coordinates": [[[[7.41069215534357, 49.091874688536485], [7.411456625205186, 49.10085184810437], [7.42512817893827, 49.10034901687429], [7.424361349817715, 49.09137193994292], [7.41069215534357, 49.091874688536485]]]], "type": "MultiPolygon"}, "id": "44006", "properties": {"DALLE": "1022-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.411456625205186, 49.10034901687429, 7.425895273639666, 49.10982892396807], "geometry": {"coordinates": [[[[7.411456625205186, 49.10085184810437], [7.41222135983568, 49.10982892396807], [7.425895273639666, 49.10932601008577], [7.42512817893827, 49.10034901687429], [7.411456625205186, 49.10085184810437]]]], "type": "MultiPolygon"}, "id": "44007", "properties": {"DALLE": "1022-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.41222135983568, 49.10932601008577, 7.42666263405975, 49.11880591589565], "geometry": {"coordinates": [[[[7.41222135983568, 49.10982892396807], [7.4129863593724865, 49.11880591589565], [7.42666263405975, 49.118302919345425], [7.425895273639666, 49.10932601008577], [7.41222135983568, 49.10982892396807]]]], "type": "MultiPolygon"}, "id": "44008", "properties": {"DALLE": "1022-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4129863593724865, 49.118302919345425, 7.427430260336471, 49.127782823655146], "geometry": {"coordinates": [[[[7.4129863593724865, 49.11880591589565], [7.413751623953131, 49.127782823655146], [7.427430260336471, 49.127279744421266], [7.42666263405975, 49.118302919345425], [7.4129863593724865, 49.11880591589565]]]], "type": "MultiPolygon"}, "id": "44009", "properties": {"DALLE": "1022-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.413751623953131, 49.127279744421266, 7.428198152607865, 49.13675964701454], "geometry": {"coordinates": [[[[7.413751623953131, 49.127782823655146], [7.414517153715236, 49.13675964701454], [7.428198152607865, 49.13625648508128], [7.427430260336471, 49.127279744421266], [7.413751623953131, 49.127782823655146]]]], "type": "MultiPolygon"}, "id": "44010", "properties": {"DALLE": "1022-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.414517153715236, 49.13625648508128, 7.428966311012072, 49.14573638574185], "geometry": {"coordinates": [[[[7.414517153715236, 49.13675964701454], [7.415282948796516, 49.14573638574185], [7.428966311012072, 49.14523314109342], [7.428198152607865, 49.13625648508128], [7.414517153715236, 49.13675964701454]]]], "type": "MultiPolygon"}, "id": "44011", "properties": {"DALLE": "1022-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.415282948796516, 49.14523314109342, 7.429734735687319, 49.15471303960494], "geometry": {"coordinates": [[[[7.415282948796516, 49.14573638574185], [7.4160490093347855, 49.15471303960494], [7.429734735687319, 49.15420971222564], [7.428966311012072, 49.14523314109342], [7.415282948796516, 49.14573638574185]]]], "type": "MultiPolygon"}, "id": "44013", "properties": {"DALLE": "1022-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6904-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4160490093347855, 49.15420971222564, 7.430503426771937, 49.16368960837174], "geometry": {"coordinates": [[[[7.4160490093347855, 49.15471303960494], [7.416815335467952, 49.16368960837174], [7.430503426771937, 49.163186198245775], [7.429734735687319, 49.15420971222564], [7.4160490093347855, 49.15471303960494]]]], "type": "MultiPolygon"}, "id": "44014", "properties": {"DALLE": "1022-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6905-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.416815335467952, 49.163186198245775, 7.431272384404346, 49.172666091810115], "geometry": {"coordinates": [[[[7.416815335467952, 49.16368960837174], [7.417581927334016, 49.172666091810115], [7.431272384404346, 49.17216259892176], [7.430503426771937, 49.163186198245775], [7.416815335467952, 49.16368960837174]]]], "type": "MultiPolygon"}, "id": "44015", "properties": {"DALLE": "1022-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6906-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.417581927334016, 49.17216259892176, 7.432041608723064, 49.18164248968794], "geometry": {"coordinates": [[[[7.417581927334016, 49.172666091810115], [7.41834878507108, 49.18164248968794], [7.432041608723064, 49.181138914021396], [7.431272384404346, 49.17216259892176], [7.417581927334016, 49.172666091810115]]]], "type": "MultiPolygon"}, "id": "44016", "properties": {"DALLE": "1022-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6907-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.41834878507108, 49.181138914021396, 7.432811099866708, 49.190618801772956], "geometry": {"coordinates": [[[[7.41834878507108, 49.18164248968794], [7.419115908817336, 49.190618801772956], [7.432811099866708, 49.190115143312475], [7.432041608723064, 49.181138914021396], [7.41834878507108, 49.18164248968794]]]], "type": "MultiPolygon"}, "id": "44017", "properties": {"DALLE": "1022-6908", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-6908-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.412128090766134, 48.947224533545736, 7.426524328617261, 48.95670589721336], "geometry": {"coordinates": [[[[7.412128090766134, 48.94772751228291], [7.412890689263311, 48.95670589721336], [7.426524328617261, 48.95620283583653], [7.425759383932161, 48.947224533545736], [7.412128090766134, 48.94772751228291]]]], "type": "MultiPolygon"}, "id": "44018", "properties": {"DALLE": "1023-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.412890689263311, 48.95620283583653, 7.427289537495728, 48.9656842021308], "geometry": {"coordinates": [[[[7.412890689263311, 48.95670589721336], [7.413653551148634, 48.9656842021308], [7.427289537495728, 48.96518105809863], [7.426524328617261, 48.95620283583653], [7.412890689263311, 48.95670589721336]]]], "type": "MultiPolygon"}, "id": "44019", "properties": {"DALLE": "1023-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.413653551148634, 48.96518105809863, 7.4280550107043055, 48.97466242680379], "geometry": {"coordinates": [[[[7.413653551148634, 48.9656842021308], [7.414416676558437, 48.97466242680379], [7.4280550107043055, 48.974159200100615], [7.427289537495728, 48.96518105809863], [7.413653551148634, 48.9656842021308]]]], "type": "MultiPolygon"}, "id": "44020", "properties": {"DALLE": "1023-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.414416676558437, 48.974159200100615, 7.428820748379839, 48.983640571000834], "geometry": {"coordinates": [[[[7.414416676558437, 48.97466242680379], [7.415180065629149, 48.983640571000834], [7.428820748379839, 48.98313726161098], [7.4280550107043055, 48.974159200100615], [7.414416676558437, 48.97466242680379]]]], "type": "MultiPolygon"}, "id": "44021", "properties": {"DALLE": "1023-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.415180065629149, 48.98313726161098, 7.429586750659267, 48.992618634490455], "geometry": {"coordinates": [[[[7.415180065629149, 48.983640571000834], [7.415943718497295, 48.992618634490455], [7.429586750659267, 48.992115242398235], [7.428820748379839, 48.98313726161098], [7.415180065629149, 48.983640571000834]]]], "type": "MultiPolygon"}, "id": "44022", "properties": {"DALLE": "1023-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.415943718497295, 48.992115242398235, 7.430353017679621, 49.001596617041095], "geometry": {"coordinates": [[[[7.415943718497295, 48.992618634490455], [7.416707635299493, 49.001596617041095], [7.430353017679621, 49.00109314223083], [7.429586750659267, 48.992115242398235], [7.415943718497295, 48.992618634490455]]]], "type": "MultiPolygon"}, "id": "44024", "properties": {"DALLE": "1023-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.416707635299493, 49.00109314223083, 7.431119549578025, 49.01057451842119], "geometry": {"coordinates": [[[[7.416707635299493, 49.001596617041095], [7.417471816172454, 49.01057451842119], [7.431119549578025, 49.01007096087717], [7.430353017679621, 49.00109314223083], [7.416707635299493, 49.001596617041095]]]], "type": "MultiPolygon"}, "id": "44025", "properties": {"DALLE": "1023-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.417471816172454, 49.01007096087717, 7.431886346491705, 49.01955233839914], "geometry": {"coordinates": [[[[7.417471816172454, 49.01057451842119], [7.418236261252985, 49.01955233839914], [7.431886346491705, 49.01904869810569], [7.431119549578025, 49.01007096087717], [7.417471816172454, 49.01057451842119]]]], "type": "MultiPolygon"}, "id": "44026", "properties": {"DALLE": "1023-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.418236261252985, 49.01904869810569, 7.432653408557972, 49.0285300767433], "geometry": {"coordinates": [[[[7.418236261252985, 49.01955233839914], [7.419000970677986, 49.0285300767433], [7.432653408557972, 49.0280263536847], [7.431886346491705, 49.01904869810569], [7.418236261252985, 49.01955233839914]]]], "type": "MultiPolygon"}, "id": "44027", "properties": {"DALLE": "1023-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.419000970677986, 49.0280263536847, 7.433420735914239, 49.03750773322203], "geometry": {"coordinates": [[[[7.419000970677986, 49.0285300767433], [7.419765944584455, 49.03750773322203], [7.433420735914239, 49.03700392738255], [7.432653408557972, 49.0280263536847], [7.419000970677986, 49.0285300767433]]]], "type": "MultiPolygon"}, "id": "44028", "properties": {"DALLE": "1023-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.419765944584455, 49.03700392738255, 7.434188328698012, 49.04648530760361], "geometry": {"coordinates": [[[[7.419765944584455, 49.03750773322203], [7.420531183109479, 49.04648530760361], [7.434188328698012, 49.045981418967564], [7.433420735914239, 49.03700392738255], [7.419765944584455, 49.03750773322203]]]], "type": "MultiPolygon"}, "id": "44029", "properties": {"DALLE": "1023-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.420531183109479, 49.045981418967564, 7.434956187046889, 49.05546279965634], "geometry": {"coordinates": [[[[7.420531183109479, 49.04648530760361], [7.421296686390242, 49.05546279965634], [7.434956187046889, 49.054958828207965], [7.434188328698012, 49.045981418967564], [7.420531183109479, 49.04648530760361]]]], "type": "MultiPolygon"}, "id": "44030", "properties": {"DALLE": "1023-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.421296686390242, 49.054958828207965, 7.435724311098567, 49.06444020914844], "geometry": {"coordinates": [[[[7.421296686390242, 49.05546279965634], [7.422062454564027, 49.06444020914844], [7.435724311098567, 49.06393615487202], [7.434956187046889, 49.054958828207965], [7.421296686390242, 49.05546279965634]]]], "type": "MultiPolygon"}, "id": "44031", "properties": {"DALLE": "1023-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.422062454564027, 49.06393615487202, 7.436492700990837, 49.07341753584811], "geometry": {"coordinates": [[[[7.422062454564027, 49.06444020914844], [7.4228284877682045, 49.07341753584811], [7.436492700990837, 49.07291339872791], [7.435724311098567, 49.06393615487202], [7.422062454564027, 49.06444020914844]]]], "type": "MultiPolygon"}, "id": "44032", "properties": {"DALLE": "1023-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4228284877682045, 49.07291339872791, 7.437261356861584, 49.08239477952356], "geometry": {"coordinates": [[[[7.4228284877682045, 49.07341753584811], [7.423594786140247, 49.08239477952356], [7.437261356861584, 49.08189055954384], [7.436492700990837, 49.07291339872791], [7.4228284877682045, 49.07341753584811]]]], "type": "MultiPolygon"}, "id": "44033", "properties": {"DALLE": "1023-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.423594786140247, 49.08189055954384, 7.438030278848788, 49.09137193994292], "geometry": {"coordinates": [[[[7.423594786140247, 49.08239477952356], [7.424361349817715, 49.09137193994292], [7.438030278848788, 49.090867637087904], [7.437261356861584, 49.08189055954384], [7.423594786140247, 49.08239477952356]]]], "type": "MultiPolygon"}, "id": "44035", "properties": {"DALLE": "1023-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.424361349817715, 49.090867637087904, 7.438799467090529, 49.10034901687429], "geometry": {"coordinates": [[[[7.424361349817715, 49.09137193994292], [7.42512817893827, 49.10034901687429], [7.438799467090529, 49.09984463112824], [7.438030278848788, 49.090867637087904], [7.424361349817715, 49.09137193994292]]]], "type": "MultiPolygon"}, "id": "44036", "properties": {"DALLE": "1023-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.42512817893827, 49.09984463112824, 7.439568921724974, 49.10932601008577], "geometry": {"coordinates": [[[[7.42512817893827, 49.10034901687429], [7.425895273639666, 49.10932601008577], [7.439568921724974, 49.10882154143294], [7.438799467090529, 49.09984463112824], [7.42512817893827, 49.10034901687429]]]], "type": "MultiPolygon"}, "id": "44037", "properties": {"DALLE": "1023-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.425895273639666, 49.10882154143294, 7.440338642890392, 49.118302919345425], "geometry": {"coordinates": [[[[7.425895273639666, 49.10932601008577], [7.42666263405975, 49.118302919345425], [7.440338642890392, 49.11779836777002], [7.439568921724974, 49.10882154143294], [7.425895273639666, 49.10932601008577]]]], "type": "MultiPolygon"}, "id": "44038", "properties": {"DALLE": "1023-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.42666263405975, 49.11779836777002, 7.44110863072515, 49.127279744421266], "geometry": {"coordinates": [[[[7.42666263405975, 49.118302919345425], [7.427430260336471, 49.127279744421266], [7.44110863072515, 49.126775109907506], [7.440338642890392, 49.11779836777002], [7.42666263405975, 49.118302919345425]]]], "type": "MultiPolygon"}, "id": "44039", "properties": {"DALLE": "1023-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.427430260336471, 49.126775109907506, 7.441878885367699, 49.13625648508128], "geometry": {"coordinates": [[[[7.427430260336471, 49.127279744421266], [7.428198152607865, 49.13625648508128], [7.441878885367699, 49.13575176761338], [7.44110863072515, 49.126775109907506], [7.427430260336471, 49.127279744421266]]]], "type": "MultiPolygon"}, "id": "44040", "properties": {"DALLE": "1023-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.428198152607865, 49.13575176761338, 7.442649406956601, 49.14523314109342], "geometry": {"coordinates": [[[[7.428198152607865, 49.13625648508128], [7.428966311012072, 49.14523314109342], [7.442649406956601, 49.1447283406556], [7.441878885367699, 49.13575176761338], [7.428198152607865, 49.13625648508128]]]], "type": "MultiPolygon"}, "id": "44041", "properties": {"DALLE": "1023-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.428966311012072, 49.1447283406556, 7.443420195630499, 49.15420971222564], "geometry": {"coordinates": [[[[7.428966311012072, 49.14523314109342], [7.429734735687319, 49.15420971222564], [7.443420195630499, 49.15370482880208], [7.442649406956601, 49.1447283406556], [7.428966311012072, 49.14523314109342]]]], "type": "MultiPolygon"}, "id": "44042", "properties": {"DALLE": "1023-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6904-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.429734735687319, 49.15370482880208, 7.444191251528145, 49.163186198245775], "geometry": {"coordinates": [[[[7.429734735687319, 49.15420971222564], [7.430503426771937, 49.163186198245775], [7.444191251528145, 49.16268123182071], [7.443420195630499, 49.15370482880208], [7.429734735687319, 49.15420971222564]]]], "type": "MultiPolygon"}, "id": "44043", "properties": {"DALLE": "1023-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6905-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.430503426771937, 49.16268123182071, 7.44496257478838, 49.17216259892176], "geometry": {"coordinates": [[[[7.430503426771937, 49.163186198245775], [7.431272384404346, 49.17216259892176], [7.44496257478838, 49.171657549479356], [7.444191251528145, 49.16268123182071], [7.430503426771937, 49.163186198245775]]]], "type": "MultiPolygon"}, "id": "44044", "properties": {"DALLE": "1023-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6906-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.431272384404346, 49.171657549479356, 7.445734165550139, 49.181138914021396], "geometry": {"coordinates": [[[[7.431272384404346, 49.17216259892176], [7.432041608723064, 49.181138914021396], [7.445734165550139, 49.180633781545836], [7.44496257478838, 49.171657549479356], [7.431272384404346, 49.17216259892176]]]], "type": "MultiPolygon"}, "id": "44047", "properties": {"DALLE": "1023-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6907-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.432041608723064, 49.180633781545836, 7.446506023952461, 49.190115143312475], "geometry": {"coordinates": [[[[7.432041608723064, 49.181138914021396], [7.432811099866708, 49.190115143312475], [7.446506023952461, 49.189609927787934], [7.445734165550139, 49.180633781545836], [7.432041608723064, 49.181138914021396]]]], "type": "MultiPolygon"}, "id": "44048", "properties": {"DALLE": "1023-6908", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1023-6908-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.425759383932161, 48.946720004656264, 7.4401577037778654, 48.95620283583653], "geometry": {"coordinates": [[[[7.425759383932161, 48.947224533545736], [7.426524328617261, 48.95620283583653], [7.4401577037778654, 48.9556982240536], [7.439390413041497, 48.946720004656264], [7.425759383932161, 48.947224533545736]]]], "type": "MultiPolygon"}, "id": "44049", "properties": {"DALLE": "1024-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.426524328617261, 48.9556982240536, 7.440925259512723, 48.96518105809863], "geometry": {"coordinates": [[[[7.426524328617261, 48.95620283583653], [7.427289537495728, 48.96518105809863], [7.440925259512723, 48.96467636340655], [7.4401577037778654, 48.9556982240536], [7.426524328617261, 48.95620283583653]]]], "type": "MultiPolygon"}, "id": "44050", "properties": {"DALLE": "1024-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.427289537495728, 48.96467636340655, 7.441693080383234, 48.974159200100615], "geometry": {"coordinates": [[[[7.427289537495728, 48.96518105809863], [7.4280550107043055, 48.974159200100615], [7.441693080383234, 48.973654422483655], [7.440925259512723, 48.96467636340655], [7.427289537495728, 48.96518105809863]]]], "type": "MultiPolygon"}, "id": "44051", "properties": {"DALLE": "1024-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4280550107043055, 48.973654422483655, 7.442461166526652, 48.98313726161098], "geometry": {"coordinates": [[[[7.4280550107043055, 48.974159200100615], [7.428820748379839, 48.98313726161098], [7.442461166526652, 48.98263240105342], [7.441693080383234, 48.973654422483655], [7.4280550107043055, 48.974159200100615]]]], "type": "MultiPolygon"}, "id": "44052", "properties": {"DALLE": "1024-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.428820748379839, 48.98263240105342, 7.4432295180803285, 48.992115242398235], "geometry": {"coordinates": [[[[7.428820748379839, 48.98313726161098], [7.429586750659267, 48.992115242398235], [7.4432295180803285, 48.99161029888437], [7.442461166526652, 48.98263240105342], [7.428820748379839, 48.98313726161098]]]], "type": "MultiPolygon"}, "id": "44053", "properties": {"DALLE": "1024-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.429586750659267, 48.99161029888437, 7.443998135181712, 49.00109314223083], "geometry": {"coordinates": [[[[7.429586750659267, 48.992115242398235], [7.430353017679621, 49.00109314223083], [7.443998135181712, 49.00058811574492], [7.4432295180803285, 48.99161029888437], [7.429586750659267, 48.992115242398235]]]], "type": "MultiPolygon"}, "id": "44054", "properties": {"DALLE": "1024-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.430353017679621, 49.00058811574492, 7.444767017968339, 49.01007096087717], "geometry": {"coordinates": [[[[7.430353017679621, 49.00109314223083], [7.431119549578025, 49.01007096087717], [7.444767017968339, 49.00956585140346], [7.443998135181712, 49.00058811574492], [7.430353017679621, 49.00109314223083]]]], "type": "MultiPolygon"}, "id": "44055", "properties": {"DALLE": "1024-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.431119549578025, 49.00956585140346, 7.445536166577852, 49.01904869810569], "geometry": {"coordinates": [[[[7.431119549578025, 49.01007096087717], [7.431886346491705, 49.01904869810569], [7.445536166577852, 49.018543505628415], [7.444767017968339, 49.00956585140346], [7.431119549578025, 49.01007096087717]]]], "type": "MultiPolygon"}, "id": "44056", "properties": {"DALLE": "1024-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.431886346491705, 49.018543505628415, 7.446305581147974, 49.0280263536847], "geometry": {"coordinates": [[[[7.431886346491705, 49.01904869810569], [7.432653408557972, 49.0280263536847], [7.446305581147974, 49.02752107818814], [7.445536166577852, 49.018543505628415], [7.431886346491705, 49.01904869810569]]]], "type": "MultiPolygon"}, "id": "44058", "properties": {"DALLE": "1024-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.432653408557972, 49.02752107818814, 7.447075261816535, 49.03700392738255], "geometry": {"coordinates": [[[[7.432653408557972, 49.0280263536847], [7.433420735914239, 49.03700392738255], [7.447075261816535, 49.03649856885093], [7.446305581147974, 49.02752107818814], [7.432653408557972, 49.0280263536847]]]], "type": "MultiPolygon"}, "id": "44059", "properties": {"DALLE": "1024-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.433420735914239, 49.03649856885093, 7.447845208721454, 49.045981418967564], "geometry": {"coordinates": [[[[7.433420735914239, 49.03700392738255], [7.434188328698012, 49.045981418967564], [7.447845208721454, 49.0454759773851], [7.447075261816535, 49.03649856885093], [7.433420735914239, 49.03700392738255]]]], "type": "MultiPolygon"}, "id": "44060", "properties": {"DALLE": "1024-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.434188328698012, 49.0454759773851, 7.44861542200075, 49.054958828207965], "geometry": {"coordinates": [[[[7.434188328698012, 49.045981418967564], [7.434956187046889, 49.054958828207965], [7.44861542200075, 49.0544533035589], [7.447845208721454, 49.0454759773851], [7.434188328698012, 49.045981418967564]]]], "type": "MultiPolygon"}, "id": "44061", "properties": {"DALLE": "1024-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.434956187046889, 49.0544533035589, 7.449385901792533, 49.06393615487202], "geometry": {"coordinates": [[[[7.434956187046889, 49.054958828207965], [7.435724311098567, 49.06393615487202], [7.449385901792533, 49.06343054714057], [7.44861542200075, 49.0544533035589], [7.434956187046889, 49.054958828207965]]]], "type": "MultiPolygon"}, "id": "44062", "properties": {"DALLE": "1024-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.435724311098567, 49.06343054714057, 7.450156648235008, 49.07291339872791], "geometry": {"coordinates": [[[[7.435724311098567, 49.06393615487202], [7.436492700990837, 49.07291339872791], [7.450156648235008, 49.07240770789831], [7.449385901792533, 49.06343054714057], [7.435724311098567, 49.06393615487202]]]], "type": "MultiPolygon"}, "id": "44063", "properties": {"DALLE": "1024-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.436492700990837, 49.07240770789831, 7.45092766146648, 49.08189055954384], "geometry": {"coordinates": [[[[7.436492700990837, 49.07291339872791], [7.437261356861584, 49.08189055954384], [7.45092766146648, 49.081384785600264], [7.450156648235008, 49.07240770789831], [7.436492700990837, 49.07291339872791]]]], "type": "MultiPolygon"}, "id": "44064", "properties": {"DALLE": "1024-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.437261356861584, 49.081384785600264, 7.451698941625344, 49.090867637087904], "geometry": {"coordinates": [[[[7.437261356861584, 49.08189055954384], [7.438030278848788, 49.090867637087904], [7.451698941625344, 49.09036178001458], [7.45092766146648, 49.081384785600264], [7.437261356861584, 49.08189055954384]]]], "type": "MultiPolygon"}, "id": "44065", "properties": {"DALLE": "1024-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.438030278848788, 49.09036178001458, 7.452470488850096, 49.09984463112824], "geometry": {"coordinates": [[[[7.438030278848788, 49.090867637087904], [7.438799467090529, 49.09984463112824], [7.452470488850096, 49.09933869090935], [7.451698941625344, 49.09036178001458], [7.438030278848788, 49.090867637087904]]]], "type": "MultiPolygon"}, "id": "44066", "properties": {"DALLE": "1024-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.438799467090529, 49.09933869090935, 7.453242303279326, 49.10882154143294], "geometry": {"coordinates": [[[[7.438799467090529, 49.09984463112824], [7.439568921724974, 49.10882154143294], [7.453242303279326, 49.108315518052656], [7.452470488850096, 49.09933869090935], [7.438799467090529, 49.09984463112824]]]], "type": "MultiPolygon"}, "id": "44067", "properties": {"DALLE": "1024-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.439568921724974, 49.108315518052656, 7.454014385051717, 49.11779836777002], "geometry": {"coordinates": [[[[7.439568921724974, 49.10882154143294], [7.440338642890392, 49.11779836777002], [7.454014385051717, 49.11729226121255], [7.453242303279326, 49.108315518052656], [7.439568921724974, 49.10882154143294]]]], "type": "MultiPolygon"}, "id": "44069", "properties": {"DALLE": "1024-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.440338642890392, 49.11729226121255, 7.454786734306049, 49.126775109907506], "geometry": {"coordinates": [[[[7.440338642890392, 49.11779836777002], [7.44110863072515, 49.126775109907506], [7.454786734306049, 49.126268920157], [7.454014385051717, 49.11729226121255], [7.440338642890392, 49.11779836777002]]]], "type": "MultiPolygon"}, "id": "44070", "properties": {"DALLE": "1024-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.44110863072515, 49.126268920157, 7.4555593511812015, 49.13575176761338], "geometry": {"coordinates": [[[[7.44110863072515, 49.126775109907506], [7.441878885367699, 49.13575176761338], [7.4555593511812015, 49.135245494654036], [7.454786734306049, 49.126268920157], [7.44110863072515, 49.126775109907506]]]], "type": "MultiPolygon"}, "id": "44071", "properties": {"DALLE": "1024-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.441878885367699, 49.135245494654036, 7.456332235816146, 49.1447283406556], "geometry": {"coordinates": [[[[7.441878885367699, 49.13575176761338], [7.442649406956601, 49.1447283406556], [7.456332235816146, 49.14422198447155], [7.4555593511812015, 49.135245494654036], [7.441878885367699, 49.13575176761338]]]], "type": "MultiPolygon"}, "id": "44072", "properties": {"DALLE": "1024-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.442649406956601, 49.14422198447155, 7.457105388349951, 49.15370482880208], "geometry": {"coordinates": [[[[7.442649406956601, 49.1447283406556], [7.443420195630499, 49.15370482880208], [7.457105388349951, 49.1531983893775], [7.456332235816146, 49.14422198447155], [7.442649406956601, 49.1447283406556]]]], "type": "MultiPolygon"}, "id": "44073", "properties": {"DALLE": "1024-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6904-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.443420195630499, 49.1531983893775, 7.457878808921782, 49.16268123182071], "geometry": {"coordinates": [[[[7.443420195630499, 49.15370482880208], [7.444191251528145, 49.16268123182071], [7.457878808921782, 49.162174709139734], [7.457105388349951, 49.1531983893775], [7.443420195630499, 49.15370482880208]]]], "type": "MultiPolygon"}, "id": "44074", "properties": {"DALLE": "1024-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6905-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.444191251528145, 49.162174709139734, 7.458652497670903, 49.171657549479356], "geometry": {"coordinates": [[[[7.444191251528145, 49.16268123182071], [7.44496257478838, 49.171657549479356], [7.458652497670903, 49.17115094352613], [7.457878808921782, 49.162174709139734], [7.444191251528145, 49.16268123182071]]]], "type": "MultiPolygon"}, "id": "44075", "properties": {"DALLE": "1024-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6906-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.445734165550139, 49.18012709230451, 7.460200680258536, 49.189609927787934], "geometry": {"coordinates": [[[[7.445734165550139, 49.180633781545836], [7.446506023952461, 49.189609927787934], [7.460200680258536, 49.18910315524261], [7.459426454736669, 49.18012709230451], [7.445734165550139, 49.180633781545836]]]], "type": "MultiPolygon"}, "id": "44077", "properties": {"DALLE": "1024-6908", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-6908-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4401577037778654, 48.955192061907546, 7.454560716394084, 48.96467636340655], "geometry": {"coordinates": [[[[7.4401577037778654, 48.9556982240536], [7.440925259512723, 48.96467636340655], [7.454560716394084, 48.96417011809754], [7.453790813939994, 48.955192061907546], [7.4401577037778654, 48.9556982240536]]]], "type": "MultiPolygon"}, "id": "44078", "properties": {"DALLE": "1025-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.440925259512723, 48.96417011809754, 7.4553308847892685, 48.973654422483655], "geometry": {"coordinates": [[[[7.440925259512723, 48.96467636340655], [7.441693080383234, 48.973654422483655], [7.4553308847892685, 48.973148093995945], [7.454560716394084, 48.96417011809754], [7.440925259512723, 48.96467636340655]]]], "type": "MultiPolygon"}, "id": "44080", "properties": {"DALLE": "1025-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.441693080383234, 48.973148093995945, 7.45610131926322, 48.98263240105342], "geometry": {"coordinates": [[[[7.441693080383234, 48.973654422483655], [7.442461166526652, 48.98263240105342], [7.45610131926322, 48.98212598937122], [7.4553308847892685, 48.973148093995945], [7.441693080383234, 48.973654422483655]]]], "type": "MultiPolygon"}, "id": "44081", "properties": {"DALLE": "1025-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.442461166526652, 48.98212598937122, 7.456872019953701, 48.99161029888437], "geometry": {"coordinates": [[[[7.442461166526652, 48.98263240105342], [7.4432295180803285, 48.99161029888437], [7.456872019953701, 48.99110380399189], [7.45610131926322, 48.98212598937122], [7.442461166526652, 48.98263240105342]]]], "type": "MultiPolygon"}, "id": "44082", "properties": {"DALLE": "1025-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4432295180803285, 48.99110380399189, 7.457642986998572, 49.00058811574492], "geometry": {"coordinates": [[[[7.4432295180803285, 48.99161029888437], [7.443998135181712, 49.00058811574492], [7.457642986998572, 49.0000815376264], [7.456872019953701, 48.99110380399189], [7.4432295180803285, 48.99161029888437]]]], "type": "MultiPolygon"}, "id": "44083", "properties": {"DALLE": "1025-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.443998135181712, 49.0000815376264, 7.458414220535787, 49.00956585140346], "geometry": {"coordinates": [[[[7.443998135181712, 49.00058811574492], [7.444767017968339, 49.00956585140346], [7.458414220535787, 49.009059190043104], [7.457642986998572, 49.0000815376264], [7.443998135181712, 49.00058811574492]]]], "type": "MultiPolygon"}, "id": "44084", "properties": {"DALLE": "1025-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.444767017968339, 49.009059190043104, 7.4591857207034, 49.018543505628415], "geometry": {"coordinates": [[[[7.444767017968339, 49.00956585140346], [7.445536166577852, 49.018543505628415], [7.4591857207034, 49.01803676101045], [7.458414220535787, 49.009059190043104], [7.444767017968339, 49.00956585140346]]]], "type": "MultiPolygon"}, "id": "44085", "properties": {"DALLE": "1025-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.445536166577852, 49.01803676101045, 7.459957487639551, 49.02752107818814], "geometry": {"coordinates": [[[[7.445536166577852, 49.018543505628415], [7.446305581147974, 49.02752107818814], [7.459957487639551, 49.02701425029672], [7.4591857207034, 49.01803676101045], [7.445536166577852, 49.018543505628415]]]], "type": "MultiPolygon"}, "id": "44086", "properties": {"DALLE": "1025-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.446305581147974, 49.02701425029672, 7.460729521482485, 49.03649856885093], "geometry": {"coordinates": [[[[7.446305581147974, 49.02752107818814], [7.447075261816535, 49.03649856885093], [7.460729521482485, 49.03599165767028], [7.459957487639551, 49.02701425029672], [7.446305581147974, 49.02752107818814]]]], "type": "MultiPolygon"}, "id": "44087", "properties": {"DALLE": "1025-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.447075261816535, 49.03599165767028, 7.461501822370539, 49.0454759773851], "geometry": {"coordinates": [[[[7.447075261816535, 49.03649856885093], [7.447845208721454, 49.0454759773851], [7.461501822370539, 49.04496898289939], [7.460729521482485, 49.03599165767028], [7.447075261816535, 49.03649856885093]]]], "type": "MultiPolygon"}, "id": "44088", "properties": {"DALLE": "1025-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.447845208721454, 49.04496898289939, 7.462274390442142, 49.0544533035589], "geometry": {"coordinates": [[[[7.447845208721454, 49.0454759773851], [7.44861542200075, 49.0544533035589], [7.462274390442142, 49.05394622575233], [7.461501822370539, 49.04496898289939], [7.447845208721454, 49.0454759773851]]]], "type": "MultiPolygon"}, "id": "44089", "properties": {"DALLE": "1025-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.44861542200075, 49.05394622575233, 7.46304722583582, 49.06343054714057], "geometry": {"coordinates": [[[[7.44861542200075, 49.0544533035589], [7.449385901792533, 49.06343054714057], [7.46304722583582, 49.06292338599729], [7.462274390442142, 49.05394622575233], [7.44861542200075, 49.0544533035589]]]], "type": "MultiPolygon"}, "id": "44091", "properties": {"DALLE": "1025-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.449385901792533, 49.06292338599729, 7.4638203286902, 49.07240770789831], "geometry": {"coordinates": [[[[7.449385901792533, 49.06343054714057], [7.450156648235008, 49.07240770789831], [7.4638203286902, 49.07190046340248], [7.46304722583582, 49.06292338599729], [7.449385901792533, 49.06343054714057]]]], "type": "MultiPolygon"}, "id": "44092", "properties": {"DALLE": "1025-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.450156648235008, 49.07190046340248, 7.464593699143999, 49.081384785600264], "geometry": {"coordinates": [[[[7.450156648235008, 49.07240770789831], [7.45092766146648, 49.081384785600264], [7.464593699143999, 49.08087745773606], [7.4638203286902, 49.07190046340248], [7.450156648235008, 49.07240770789831]]]], "type": "MultiPolygon"}, "id": "44093", "properties": {"DALLE": "1025-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.45092766146648, 49.08087745773606, 7.46536733733603, 49.09036178001458], "geometry": {"coordinates": [[[[7.45092766146648, 49.081384785600264], [7.451698941625344, 49.09036178001458], [7.46536733733603, 49.08985436876614], [7.464593699143999, 49.08087745773606], [7.45092766146648, 49.081384785600264]]]], "type": "MultiPolygon"}, "id": "44094", "properties": {"DALLE": "1025-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.451698941625344, 49.08985436876614, 7.466141243405205, 49.09933869090935], "geometry": {"coordinates": [[[[7.451698941625344, 49.09036178001458], [7.452470488850096, 49.09933869090935], [7.466141243405205, 49.09883119626083], [7.46536733733603, 49.08985436876614], [7.451698941625344, 49.09036178001458]]]], "type": "MultiPolygon"}, "id": "44095", "properties": {"DALLE": "1025-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.452470488850096, 49.09883119626083, 7.466915417490532, 49.108315518052656], "geometry": {"coordinates": [[[[7.452470488850096, 49.09933869090935], [7.453242303279326, 49.108315518052656], [7.466915417490532, 49.1078079399882], [7.466141243405205, 49.09883119626083], [7.452470488850096, 49.09933869090935]]]], "type": "MultiPolygon"}, "id": "44096", "properties": {"DALLE": "1025-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.453242303279326, 49.1078079399882, 7.467689859731115, 49.11729226121255], "geometry": {"coordinates": [[[[7.453242303279326, 49.108315518052656], [7.454014385051717, 49.11729226121255], [7.467689859731115, 49.11678459971628], [7.466915417490532, 49.1078079399882], [7.453242303279326, 49.108315518052656]]]], "type": "MultiPolygon"}, "id": "44097", "properties": {"DALLE": "1025-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.454014385051717, 49.11678459971628, 7.468464570266146, 49.126268920157], "geometry": {"coordinates": [[[[7.454014385051717, 49.11729226121255], [7.454786734306049, 49.126268920157], [7.468464570266146, 49.12576117521305], [7.467689859731115, 49.11678459971628], [7.454014385051717, 49.11729226121255]]]], "type": "MultiPolygon"}, "id": "44098", "properties": {"DALLE": "1025-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.454786734306049, 49.12576117521305, 7.469239549234928, 49.135245494654036], "geometry": {"coordinates": [[[[7.454786734306049, 49.126268920157], [7.4555593511812015, 49.135245494654036], [7.469239549234928, 49.13473766624652], [7.468464570266146, 49.12576117521305], [7.454786734306049, 49.126268920157]]]], "type": "MultiPolygon"}, "id": "44099", "properties": {"DALLE": "1025-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4555593511812015, 49.13473766624652, 7.470014796776844, 49.14422198447155], "geometry": {"coordinates": [[[[7.4555593511812015, 49.135245494654036], [7.456332235816146, 49.14422198447155], [7.470014796776844, 49.143714072584594], [7.469239549234928, 49.13473766624652], [7.4555593511812015, 49.135245494654036]]]], "type": "MultiPolygon"}, "id": "44100", "properties": {"DALLE": "1025-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.456332235816146, 49.143714072584594, 7.470790313031391, 49.1531983893775], "geometry": {"coordinates": [[[[7.456332235816146, 49.14422198447155], [7.457105388349951, 49.1531983893775], [7.470790313031391, 49.152690393995194], [7.470014796776844, 49.143714072584594], [7.456332235816146, 49.14422198447155]]]], "type": "MultiPolygon"}, "id": "44102", "properties": {"DALLE": "1025-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6904-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.457105388349951, 49.152690393995194, 7.471566098138148, 49.162174709139734], "geometry": {"coordinates": [[[[7.457105388349951, 49.1531983893775], [7.457878808921782, 49.162174709139734], [7.471566098138148, 49.161666630246195], [7.470790313031391, 49.152690393995194], [7.457105388349951, 49.1531983893775]]]], "type": "MultiPolygon"}, "id": "44103", "properties": {"DALLE": "1025-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6905-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.457878808921782, 49.161666630246195, 7.472342152236797, 49.17115094352613], "geometry": {"coordinates": [[[[7.457878808921782, 49.162174709139734], [7.458652497670903, 49.17115094352613], [7.472342152236797, 49.17064278110544], [7.471566098138148, 49.161666630246195], [7.457878808921782, 49.162174709139734]]]], "type": "MultiPolygon"}, "id": "44104", "properties": {"DALLE": "1025-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-6906-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.453790813939994, 48.95468434944148, 7.468195907334365, 48.96417011809754], "geometry": {"coordinates": [[[[7.453790813939994, 48.955192061907546], [7.454560716394084, 48.96417011809754], [7.468195907334365, 48.96366232221474], [7.467423658298617, 48.95468434944148], [7.453790813939994, 48.955192061907546]]]], "type": "MultiPolygon"}, "id": "44106", "properties": {"DALLE": "1026-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.454560716394084, 48.96366232221474, 7.468968423116555, 48.973148093995945], "geometry": {"coordinates": [[[[7.454560716394084, 48.96417011809754], [7.4553308847892685, 48.973148093995945], [7.468968423116555, 48.97264021468059], [7.468195907334365, 48.96366232221474], [7.454560716394084, 48.96417011809754]]]], "type": "MultiPolygon"}, "id": "44107", "properties": {"DALLE": "1026-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4553308847892685, 48.97264021468059, 7.469741205783274, 48.98212598937122], "geometry": {"coordinates": [[[[7.4553308847892685, 48.973148093995945], [7.45610131926322, 48.98212598937122], [7.469741205783274, 48.98161802660751], [7.468968423116555, 48.97264021468059], [7.4553308847892685, 48.973148093995945]]]], "type": "MultiPolygon"}, "id": "44108", "properties": {"DALLE": "1026-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.45610131926322, 48.98161802660751, 7.470514255472699, 48.99110380399189], "geometry": {"coordinates": [[[[7.45610131926322, 48.98212598937122], [7.456872019953701, 48.99110380399189], [7.470514255472699, 48.990595757764005], [7.469741205783274, 48.98161802660751], [7.45610131926322, 48.98212598937122]]]], "type": "MultiPolygon"}, "id": "44109", "properties": {"DALLE": "1026-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.456872019953701, 48.990595757764005, 7.471287572323104, 49.0000815376264], "geometry": {"coordinates": [[[[7.456872019953701, 48.99110380399189], [7.457642986998572, 49.0000815376264], [7.471287572323104, 48.99957340791847], [7.470514255472699, 48.990595757764005], [7.456872019953701, 48.99110380399189]]]], "type": "MultiPolygon"}, "id": "44110", "properties": {"DALLE": "1026-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.457642986998572, 48.99957340791847, 7.472061156472855, 49.009059190043104], "geometry": {"coordinates": [[[[7.457642986998572, 49.0000815376264], [7.458414220535787, 49.009059190043104], [7.472061156472855, 49.00855097683934], [7.471287572323104, 48.99957340791847], [7.457642986998572, 49.0000815376264]]]], "type": "MultiPolygon"}, "id": "44111", "properties": {"DALLE": "1026-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.458414220535787, 49.00855097683934, 7.472835008060423, 49.01803676101045], "geometry": {"coordinates": [[[[7.458414220535787, 49.009059190043104], [7.4591857207034, 49.01803676101045], [7.472835008060423, 49.017528464294955], [7.472061156472855, 49.00855097683934], [7.458414220535787, 49.009059190043104]]]], "type": "MultiPolygon"}, "id": "44113", "properties": {"DALLE": "1026-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4591857207034, 49.017528464294955, 7.473609127224366, 49.02701425029672], "geometry": {"coordinates": [[[[7.4591857207034, 49.01803676101045], [7.459957487639551, 49.02701425029672], [7.473609127224366, 49.02650587005368], [7.472835008060423, 49.017528464294955], [7.4591857207034, 49.01803676101045]]]], "type": "MultiPolygon"}, "id": "44114", "properties": {"DALLE": "1026-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.459957487639551, 49.02650587005368, 7.474383514103337, 49.03599165767028], "geometry": {"coordinates": [[[[7.459957487639551, 49.02701425029672], [7.460729521482485, 49.03599165767028], [7.474383514103337, 49.03548319388384], [7.473609127224366, 49.02650587005368], [7.459957487639551, 49.02701425029672]]]], "type": "MultiPolygon"}, "id": "44115", "properties": {"DALLE": "1026-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.460729521482485, 49.03548319388384, 7.475158168836089, 49.04496898289939], "geometry": {"coordinates": [[[[7.460729521482485, 49.03599165767028], [7.461501822370539, 49.04496898289939], [7.475158168836089, 49.044460435553695], [7.474383514103337, 49.03548319388384], [7.460729521482485, 49.03599165767028]]]], "type": "MultiPolygon"}, "id": "44116", "properties": {"DALLE": "1026-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.461501822370539, 49.044460435553695, 7.47593309156147, 49.05394622575233], "geometry": {"coordinates": [[[[7.461501822370539, 49.04496898289939], [7.462274390442142, 49.05394622575233], [7.47593309156147, 49.053437594831486], [7.475158168836089, 49.044460435553695], [7.461501822370539, 49.04496898289939]]]], "type": "MultiPolygon"}, "id": "44117", "properties": {"DALLE": "1026-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.462274390442142, 49.053437594831486, 7.476708282418424, 49.06292338599729], "geometry": {"coordinates": [[[[7.462274390442142, 49.05394622575233], [7.46304722583582, 49.06292338599729], [7.476708282418424, 49.06241467148543], [7.47593309156147, 49.053437594831486], [7.462274390442142, 49.05394622575233]]]], "type": "MultiPolygon"}, "id": "44118", "properties": {"DALLE": "1026-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.46304722583582, 49.06241467148543, 7.4774837415459885, 49.07190046340248], "geometry": {"coordinates": [[[[7.46304722583582, 49.06292338599729], [7.4638203286902, 49.07190046340248], [7.4774837415459885, 49.07139166528374], [7.476708282418424, 49.06241467148543], [7.46304722583582, 49.06292338599729]]]], "type": "MultiPolygon"}, "id": "44119", "properties": {"DALLE": "1026-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4638203286902, 49.07139166528374, 7.478259469083299, 49.08087745773606], "geometry": {"coordinates": [[[[7.4638203286902, 49.07190046340248], [7.464593699143999, 49.08087745773606], [7.478259469083299, 49.08036857599454], [7.4774837415459885, 49.07139166528374], [7.4638203286902, 49.07190046340248]]]], "type": "MultiPolygon"}, "id": "44120", "properties": {"DALLE": "1026-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.464593699143999, 49.08036857599454, 7.479035465169585, 49.08985436876614], "geometry": {"coordinates": [[[[7.464593699143999, 49.08087745773606], [7.46536733733603, 49.08985436876614], [7.479035465169585, 49.08934540338595], [7.478259469083299, 49.08036857599454], [7.464593699143999, 49.08087745773606]]]], "type": "MultiPolygon"}, "id": "44121", "properties": {"DALLE": "1026-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.46536733733603, 49.08934540338595, 7.4798117299441795, 49.09883119626083], "geometry": {"coordinates": [[[[7.46536733733603, 49.08985436876614], [7.466141243405205, 49.09883119626083], [7.4798117299441795, 49.09832214722604], [7.479035465169585, 49.08934540338595], [7.46536733733603, 49.08985436876614]]]], "type": "MultiPolygon"}, "id": "44122", "properties": {"DALLE": "1026-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.466141243405205, 49.09832214722604, 7.480588263546501, 49.1078079399882], "geometry": {"coordinates": [[[[7.466141243405205, 49.09883119626083], [7.466915417490532, 49.1078079399882], [7.480588263546501, 49.10729880728292], [7.4798117299441795, 49.09832214722604], [7.466141243405205, 49.09883119626083]]]], "type": "MultiPolygon"}, "id": "44124", "properties": {"DALLE": "1026-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.466915417490532, 49.10729880728292, 7.4813650661160755, 49.11678459971628], "geometry": {"coordinates": [[[[7.466915417490532, 49.1078079399882], [7.467689859731115, 49.11678459971628], [7.4813650661160755, 49.11627538332459], [7.480588263546501, 49.10729880728292], [7.466915417490532, 49.1078079399882]]]], "type": "MultiPolygon"}, "id": "44125", "properties": {"DALLE": "1026-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.467689859731115, 49.11627538332459, 7.482142137792511, 49.12576117521305], "geometry": {"coordinates": [[[[7.467689859731115, 49.11678459971628], [7.468464570266146, 49.12576117521305], [7.482142137792511, 49.12525187511906], [7.4813650661160755, 49.11627538332459], [7.467689859731115, 49.11678459971628]]]], "type": "MultiPolygon"}, "id": "44126", "properties": {"DALLE": "1026-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.468464570266146, 49.12525187511906, 7.482919478715528, 49.13473766624652], "geometry": {"coordinates": [[[[7.468464570266146, 49.12576117521305], [7.469239549234928, 49.13473766624652], [7.482919478715528, 49.13422828243426], [7.482142137792511, 49.12525187511906], [7.468464570266146, 49.12576117521305]]]], "type": "MultiPolygon"}, "id": "44127", "properties": {"DALLE": "1026-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.469239549234928, 49.13422828243426, 7.483697089024935, 49.143714072584594], "geometry": {"coordinates": [[[[7.469239549234928, 49.13473766624652], [7.470014796776844, 49.143714072584594], [7.483697089024935, 49.143204605038164], [7.482919478715528, 49.13422828243426], [7.469239549234928, 49.13473766624652]]]], "type": "MultiPolygon"}, "id": "44128", "properties": {"DALLE": "1026-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.470014796776844, 49.143204605038164, 7.484474968860636, 49.152690393995194], "geometry": {"coordinates": [[[[7.470014796776844, 49.143714072584594], [7.470790313031391, 49.152690393995194], [7.484474968860636, 49.15218084269864], [7.483697089024935, 49.143204605038164], [7.470014796776844, 49.143714072584594]]]], "type": "MultiPolygon"}, "id": "44129", "properties": {"DALLE": "1026-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6904-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.470790313031391, 49.15218084269864, 7.485253118362638, 49.161666630246195], "geometry": {"coordinates": [[[[7.470790313031391, 49.152690393995194], [7.471566098138148, 49.161666630246195], [7.485253118362638, 49.16115699518356], [7.484474968860636, 49.15218084269864], [7.470790313031391, 49.152690393995194]]]], "type": "MultiPolygon"}, "id": "44130", "properties": {"DALLE": "1026-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6905-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.471566098138148, 49.16115699518356, 7.486031537671036, 49.17064278110544], "geometry": {"coordinates": [[[[7.471566098138148, 49.161666630246195], [7.472342152236797, 49.17064278110544], [7.486031537671036, 49.17013306226078], [7.485253118362638, 49.16115699518356], [7.471566098138148, 49.161666630246195]]]], "type": "MultiPolygon"}, "id": "44131", "properties": {"DALLE": "1026-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-6906-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.466651675871328, 48.94519711750411, 7.4810562360488015, 48.95468434944148], "geometry": {"coordinates": [[[[7.466651675871328, 48.94570629659228], [7.467423658298617, 48.95468434944148], [7.4810562360488015, 48.95417508669866], [7.480281907982686, 48.94519711750411], [7.466651675871328, 48.94570629659228]]]], "type": "MultiPolygon"}, "id": "44133", "properties": {"DALLE": "1027-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.467423658298617, 48.95417508669866, 7.4818308315282165, 48.96366232221474], "geometry": {"coordinates": [[[[7.467423658298617, 48.95468434944148], [7.468195907334365, 48.96366232221474], [7.4818308315282165, 48.963152975801414], [7.4810562360488015, 48.95417508669866], [7.467423658298617, 48.95468434944148]]]], "type": "MultiPolygon"}, "id": "44135", "properties": {"DALLE": "1027-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.468195907334365, 48.963152975801414, 7.4826056945593304, 48.97264021468059], "geometry": {"coordinates": [[[[7.468195907334365, 48.96366232221474], [7.468968423116555, 48.97264021468059], [7.4826056945593304, 48.9721307845809], [7.4818308315282165, 48.963152975801414], [7.468195907334365, 48.96366232221474]]]], "type": "MultiPolygon"}, "id": "44136", "properties": {"DALLE": "1027-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.468968423116555, 48.9721307845809, 7.483380825280638, 48.98161802660751], "geometry": {"coordinates": [[[[7.468968423116555, 48.97264021468059], [7.469741205783274, 48.98161802660751], [7.483380825280638, 48.98110851280559], [7.4826056945593304, 48.9721307845809], [7.468968423116555, 48.97264021468059]]]], "type": "MultiPolygon"}, "id": "44137", "properties": {"DALLE": "1027-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.469741205783274, 48.98110851280559, 7.484156223830732, 48.990595757764005], "geometry": {"coordinates": [[[[7.469741205783274, 48.98161802660751], [7.470514255472699, 48.990595757764005], [7.484156223830732, 48.99008616024397], [7.483380825280638, 48.98110851280559], [7.469741205783274, 48.98161802660751]]]], "type": "MultiPolygon"}, "id": "44138", "properties": {"DALLE": "1027-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.470514255472699, 48.99008616024397, 7.4849318903483, 48.99957340791847], "geometry": {"coordinates": [[[[7.470514255472699, 48.990595757764005], [7.471287572323104, 48.99957340791847], [7.4849318903483, 48.99906372666447], [7.484156223830732, 48.99008616024397], [7.470514255472699, 48.990595757764005]]]], "type": "MultiPolygon"}, "id": "44139", "properties": {"DALLE": "1027-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.471287572323104, 48.99906372666447, 7.4857078249721285, 49.00855097683934], "geometry": {"coordinates": [[[[7.471287572323104, 48.99957340791847], [7.472061156472855, 49.00855097683934], [7.4857078249721285, 49.008041211835454], [7.4849318903483, 48.99906372666447], [7.471287572323104, 48.99957340791847]]]], "type": "MultiPolygon"}, "id": "44140", "properties": {"DALLE": "1027-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.472061156472855, 49.008041211835454, 7.48648402784109, 49.017528464294955], "geometry": {"coordinates": [[[[7.472061156472855, 49.00855097683934], [7.472835008060423, 49.017528464294955], [7.48648402784109, 49.01701861552534], [7.4857078249721285, 49.008041211835454], [7.472061156472855, 49.00855097683934]]]], "type": "MultiPolygon"}, "id": "44141", "properties": {"DALLE": "1027-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.472835008060423, 49.01701861552534, 7.487260499094165, 49.02650587005368], "geometry": {"coordinates": [[[[7.472835008060423, 49.017528464294955], [7.473609127224366, 49.02650587005368], [7.487260499094165, 49.025995937502415], [7.48648402784109, 49.01701861552534], [7.472835008060423, 49.017528464294955]]]], "type": "MultiPolygon"}, "id": "44142", "properties": {"DALLE": "1027-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.473609127224366, 49.025995937502415, 7.48803723887042, 49.03548319388384], "geometry": {"coordinates": [[[[7.473609127224366, 49.02650587005368], [7.474383514103337, 49.03548319388384], [7.48803723887042, 49.03497317753501], [7.487260499094165, 49.025995937502415], [7.473609127224366, 49.02650587005368]]]], "type": "MultiPolygon"}, "id": "44143", "properties": {"DALLE": "1027-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.474383514103337, 49.03497317753501, 7.488814247309026, 49.044460435553695], "geometry": {"coordinates": [[[[7.474383514103337, 49.03548319388384], [7.475158168836089, 49.044460435553695], [7.488814247309026, 49.0439503353914], [7.48803723887042, 49.03497317753501], [7.474383514103337, 49.03548319388384]]]], "type": "MultiPolygon"}, "id": "44144", "properties": {"DALLE": "1027-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.475158168836089, 49.0439503353914, 7.489591524549244, 49.053437594831486], "geometry": {"coordinates": [[[[7.475158168836089, 49.044460435553695], [7.47593309156147, 49.053437594831486], [7.489591524549244, 49.052927410839814], [7.488814247309026, 49.0439503353914], [7.475158168836089, 49.044460435553695]]]], "type": "MultiPolygon"}, "id": "44146", "properties": {"DALLE": "1027-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.47593309156147, 49.052927410839814, 7.4903690707304325, 49.06241467148543], "geometry": {"coordinates": [[[[7.47593309156147, 49.053437594831486], [7.476708282418424, 49.06241467148543], [7.4903690707304325, 49.06190440364845], [7.489591524549244, 49.052927410839814], [7.47593309156147, 49.053437594831486]]]], "type": "MultiPolygon"}, "id": "44147", "properties": {"DALLE": "1027-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.476708282418424, 49.06190440364845, 7.491146885992046, 49.07139166528374], "geometry": {"coordinates": [[[[7.476708282418424, 49.06241467148543], [7.4774837415459885, 49.07139166528374], [7.491146885992046, 49.070881313585524], [7.4903690707304325, 49.06190440364845], [7.476708282418424, 49.06241467148543]]]], "type": "MultiPolygon"}, "id": "44148", "properties": {"DALLE": "1027-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4774837415459885, 49.070881313585524, 7.4919249704736375, 49.08036857599454], "geometry": {"coordinates": [[[[7.4774837415459885, 49.07139166528374], [7.478259469083299, 49.08036857599454], [7.4919249704736375, 49.07985814041914], [7.491146885992046, 49.070881313585524], [7.4774837415459885, 49.07139166528374]]]], "type": "MultiPolygon"}, "id": "44149", "properties": {"DALLE": "1027-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.478259469083299, 49.07985814041914, 7.492703324314853, 49.08934540338595], "geometry": {"coordinates": [[[[7.478259469083299, 49.08036857599454], [7.479035465169585, 49.08934540338595], [7.492703324314853, 49.088834883917436], [7.4919249704736375, 49.07985814041914], [7.478259469083299, 49.08036857599454]]]], "type": "MultiPolygon"}, "id": "44150", "properties": {"DALLE": "1027-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.479035465169585, 49.088834883917436, 7.49348194765544, 49.09832214722604], "geometry": {"coordinates": [[[[7.479035465169585, 49.08934540338595], [7.4798117299441795, 49.09832214722604], [7.49348194765544, 49.09781154384848], [7.492703324314853, 49.088834883917436], [7.479035465169585, 49.08934540338595]]]], "type": "MultiPolygon"}, "id": "44151", "properties": {"DALLE": "1027-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4798117299441795, 49.09781154384848, 7.494260840635238, 49.10729880728292], "geometry": {"coordinates": [[[[7.4798117299441795, 49.09832214722604], [7.480588263546501, 49.10729880728292], [7.494260840635238, 49.106788119980344], [7.49348194765544, 49.09781154384848], [7.4798117299441795, 49.09832214722604]]]], "type": "MultiPolygon"}, "id": "44152", "properties": {"DALLE": "1027-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.480588263546501, 49.106788119980344, 7.495040003394185, 49.11627538332459], "geometry": {"coordinates": [[[[7.480588263546501, 49.10729880728292], [7.4813650661160755, 49.11627538332459], [7.495040003394185, 49.11576461208104], [7.494260840635238, 49.106788119980344], [7.480588263546501, 49.10729880728292]]]], "type": "MultiPolygon"}, "id": "44153", "properties": {"DALLE": "1027-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4813650661160755, 49.11576461208104, 7.495819436072314, 49.12525187511906], "geometry": {"coordinates": [[[[7.4813650661160755, 49.11627538332459], [7.482142137792511, 49.12525187511906], [7.495819436072314, 49.124741019918545], [7.495040003394185, 49.11576461208104], [7.4813650661160755, 49.11627538332459]]]], "type": "MultiPolygon"}, "id": "44154", "properties": {"DALLE": "1027-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.482142137792511, 49.124741019918545, 7.49659913880976, 49.13422828243426], "geometry": {"coordinates": [[[[7.482142137792511, 49.12525187511906], [7.482919478715528, 49.13422828243426], [7.49659913880976, 49.13371734326083], [7.495819436072314, 49.124741019918545], [7.482142137792511, 49.12525187511906]]]], "type": "MultiPolygon"}, "id": "44155", "properties": {"DALLE": "1027-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.482919478715528, 49.13371734326083, 7.497379111746745, 49.143204605038164], "geometry": {"coordinates": [[[[7.482919478715528, 49.13422828243426], [7.483697089024935, 49.143204605038164], [7.497379111746745, 49.14269358187582], [7.49659913880976, 49.13371734326083], [7.482919478715528, 49.13422828243426]]]], "type": "MultiPolygon"}, "id": "44158", "properties": {"DALLE": "1027-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.483697089024935, 49.14269358187582, 7.498159355023599, 49.15218084269864], "geometry": {"coordinates": [[[[7.483697089024935, 49.143204605038164], [7.484474968860636, 49.15218084269864], [7.498159355023599, 49.1516697355314], [7.497379111746745, 49.14269358187582], [7.483697089024935, 49.143204605038164]]]], "type": "MultiPolygon"}, "id": "44159", "properties": {"DALLE": "1027-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6904-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.484474968860636, 49.1516697355314, 7.498939868780743, 49.16115699518356], "geometry": {"coordinates": [[[[7.484474968860636, 49.15218084269864], [7.485253118362638, 49.16115699518356], [7.498939868780743, 49.160645803995436], [7.498159355023599, 49.1516697355314], [7.484474968860636, 49.15218084269864]]]], "type": "MultiPolygon"}, "id": "44160", "properties": {"DALLE": "1027-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6905-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.485253118362638, 49.160645803995436, 7.499720653158698, 49.17013306226078], "geometry": {"coordinates": [[[[7.485253118362638, 49.16115699518356], [7.486031537671036, 49.17013306226078], [7.499720653158698, 49.16962178703576], [7.498939868780743, 49.160645803995436], [7.485253118362638, 49.16115699518356]]]], "type": "MultiPolygon"}, "id": "44161", "properties": {"DALLE": "1027-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-6906-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.479507847191558, 48.93570842327381, 7.4939118728190675, 48.94519711750411], "geometry": {"coordinates": [[[[7.479507847191558, 48.93621906844921], [7.480281907982686, 48.94519711750411], [7.4939118728190675, 48.94468638843626], [7.493135467331752, 48.93570842327381], [7.479507847191558, 48.93621906844921]]]], "type": "MultiPolygon"}, "id": "44163", "properties": {"DALLE": "1028-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.480281907982686, 48.94468638843626, 7.494688546385705, 48.95417508669866], "geometry": {"coordinates": [[[[7.480281907982686, 48.94519711750411], [7.4810562360488015, 48.95417508669866], [7.494688546385705, 48.95366427372245], [7.4939118728190675, 48.94468638843626], [7.480281907982686, 48.94519711750411]]]], "type": "MultiPolygon"}, "id": "44164", "properties": {"DALLE": "1028-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4810562360488015, 48.95366427372245, 7.495465488170387, 48.963152975801414], "geometry": {"coordinates": [[[[7.4810562360488015, 48.95417508669866], [7.4818308315282165, 48.963152975801414], [7.495465488170387, 48.96264207890095], [7.494688546385705, 48.95366427372245], [7.4810562360488015, 48.95417508669866]]]], "type": "MultiPolygon"}, "id": "44165", "properties": {"DALLE": "1028-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4818308315282165, 48.96264207890095, 7.496242698311926, 48.9721307845809], "geometry": {"coordinates": [[[[7.4818308315282165, 48.963152975801414], [7.4826056945593304, 48.9721307845809], [7.496242698311926, 48.97161980374025], [7.495465488170387, 48.96264207890095], [7.4818308315282165, 48.963152975801414]]]], "type": "MultiPolygon"}, "id": "44166", "properties": {"DALLE": "1028-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4826056945593304, 48.97161980374025, 7.4970201769492295, 48.98110851280559], "geometry": {"coordinates": [[[[7.4826056945593304, 48.9721307845809], [7.483380825280638, 48.98110851280559], [7.4970201769492295, 48.98059744800887], [7.496242698311926, 48.97161980374025], [7.4826056945593304, 48.9721307845809]]]], "type": "MultiPolygon"}, "id": "44167", "properties": {"DALLE": "1028-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.483380825280638, 48.98059744800887, 7.497797924221308, 48.99008616024397], "geometry": {"coordinates": [[[[7.483380825280638, 48.98110851280559], [7.484156223830732, 48.99008616024397], [7.497797924221308, 48.98957501147526], [7.4970201769492295, 48.98059744800887], [7.483380825280638, 48.98110851280559]]]], "type": "MultiPolygon"}, "id": "44169", "properties": {"DALLE": "1028-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.484156223830732, 48.98957501147526, 7.498575940267258, 48.99906372666447], "geometry": {"coordinates": [[[[7.484156223830732, 48.99008616024397], [7.4849318903483, 48.99906372666447], [7.498575940267258, 48.99855249390783], [7.497797924221308, 48.98957501147526], [7.484156223830732, 48.99008616024397]]]], "type": "MultiPolygon"}, "id": "44170", "properties": {"DALLE": "1028-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4849318903483, 48.99855249390783, 7.499354225226276, 49.008041211835454], "geometry": {"coordinates": [[[[7.4849318903483, 48.99906372666447], [7.4857078249721285, 49.008041211835454], [7.499354225226276, 49.00752989507498], [7.498575940267258, 48.99855249390783], [7.4849318903483, 48.99906372666447]]]], "type": "MultiPolygon"}, "id": "44171", "properties": {"DALLE": "1028-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4857078249721285, 49.00752989507498, 7.50013277923766, 49.01701861552534], "geometry": {"coordinates": [[[[7.4857078249721285, 49.008041211835454], [7.48648402784109, 49.01701861552534], [7.50013277923766, 49.01650721474506], [7.499354225226276, 49.00752989507498], [7.4857078249721285, 49.008041211835454]]]], "type": "MultiPolygon"}, "id": "44172", "properties": {"DALLE": "1028-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.48648402784109, 49.01650721474506, 7.500911602440798, 49.025995937502415], "geometry": {"coordinates": [[[[7.48648402784109, 49.01701861552534], [7.487260499094165, 49.025995937502415], [7.500911602440798, 49.025484452686406], [7.50013277923766, 49.01650721474506], [7.48648402784109, 49.01701861552534]]]], "type": "MultiPolygon"}, "id": "44173", "properties": {"DALLE": "1028-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.487260499094165, 49.025484452686406, 7.501690694975174, 49.03497317753501], "geometry": {"coordinates": [[[[7.487260499094165, 49.025995937502415], [7.48803723887042, 49.03497317753501], [7.501690694975174, 49.034461608667314], [7.500911602440798, 49.025484452686406], [7.487260499094165, 49.025995937502415]]]], "type": "MultiPolygon"}, "id": "44174", "properties": {"DALLE": "1028-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.48803723887042, 49.034461608667314, 7.502470056980369, 49.0439503353914], "geometry": {"coordinates": [[[[7.48803723887042, 49.03497317753501], [7.488814247309026, 49.0439503353914], [7.502470056980369, 49.04343868245604], [7.501690694975174, 49.034461608667314], [7.48803723887042, 49.03497317753501]]]], "type": "MultiPolygon"}, "id": "44175", "properties": {"DALLE": "1028-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.488814247309026, 49.04343868245604, 7.503249688596063, 49.052927410839814], "geometry": {"coordinates": [[[[7.488814247309026, 49.0439503353914], [7.489591524549244, 49.052927410839814], [7.503249688596063, 49.052415673820846], [7.502470056980369, 49.04343868245604], [7.488814247309026, 49.0439503353914]]]], "type": "MultiPolygon"}, "id": "44176", "properties": {"DALLE": "1028-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.489591524549244, 49.052415673820846, 7.5040295899620295, 49.06190440364845], "geometry": {"coordinates": [[[[7.489591524549244, 49.052927410839814], [7.4903690707304325, 49.06190440364845], [7.5040295899620295, 49.06139258252992], [7.503249688596063, 49.052415673820846], [7.489591524549244, 49.052927410839814]]]], "type": "MultiPolygon"}, "id": "44177", "properties": {"DALLE": "1028-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4903690707304325, 49.06139258252992, 7.5048097612181435, 49.070881313585524], "geometry": {"coordinates": [[[[7.4903690707304325, 49.06190440364845], [7.491146885992046, 49.070881313585524], [7.5048097612181435, 49.07036940835142], [7.5040295899620295, 49.06139258252992], [7.4903690707304325, 49.06190440364845]]]], "type": "MultiPolygon"}, "id": "44178", "properties": {"DALLE": "1028-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.491146885992046, 49.07036940835142, 7.505590202504367, 49.07985814041914], "geometry": {"coordinates": [[[[7.491146885992046, 49.070881313585524], [7.4919249704736375, 49.07985814041914], [7.505590202504367, 49.07934615105351], [7.5048097612181435, 49.07036940835142], [7.491146885992046, 49.070881313585524]]]], "type": "MultiPolygon"}, "id": "44180", "properties": {"DALLE": "1028-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4919249704736375, 49.07934615105351, 7.506370913960767, 49.088834883917436], "geometry": {"coordinates": [[[[7.4919249704736375, 49.07985814041914], [7.492703324314853, 49.088834883917436], [7.506370913960767, 49.088322810404264], [7.505590202504367, 49.07934615105351], [7.4919249704736375, 49.07985814041914]]]], "type": "MultiPolygon"}, "id": "44181", "properties": {"DALLE": "1028-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.492703324314853, 49.088322810404264, 7.507151895727508, 49.09781154384848], "geometry": {"coordinates": [[[[7.492703324314853, 49.088834883917436], [7.49348194765544, 49.09781154384848], [7.507151895727508, 49.09729938617179], [7.506370913960767, 49.088322810404264], [7.492703324314853, 49.088834883917436]]]], "type": "MultiPolygon"}, "id": "44182", "properties": {"DALLE": "1028-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.49348194765544, 49.09729938617179, 7.507933147944842, 49.106788119980344], "geometry": {"coordinates": [[[[7.49348194765544, 49.09781154384848], [7.494260840635238, 49.106788119980344], [7.507933147944842, 49.10627587812412], [7.507151895727508, 49.09729938617179], [7.49348194765544, 49.09781154384848]]]], "type": "MultiPolygon"}, "id": "44183", "properties": {"DALLE": "1028-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.494260840635238, 49.10627587812412, 7.508714670753129, 49.11576461208104], "geometry": {"coordinates": [[[[7.494260840635238, 49.106788119980344], [7.495040003394185, 49.11576461208104], [7.508714670753129, 49.11525228602925], [7.507933147944842, 49.10627587812412], [7.494260840635238, 49.106788119980344]]]], "type": "MultiPolygon"}, "id": "44184", "properties": {"DALLE": "1028-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.495040003394185, 49.11525228602925, 7.50949646429282, 49.124741019918545], "geometry": {"coordinates": [[[[7.495040003394185, 49.11576461208104], [7.495819436072314, 49.124741019918545], [7.50949646429282, 49.12422860965521], [7.508714670753129, 49.11525228602925], [7.495040003394185, 49.11576461208104]]]], "type": "MultiPolygon"}, "id": "44185", "properties": {"DALLE": "1028-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.495819436072314, 49.12422860965521, 7.510278528704461, 49.13371734326083], "geometry": {"coordinates": [[[[7.495819436072314, 49.124741019918545], [7.49659913880976, 49.13371734326083], [7.510278528704461, 49.133204848769914], [7.50949646429282, 49.12422860965521], [7.495819436072314, 49.124741019918545]]]], "type": "MultiPolygon"}, "id": "44186", "properties": {"DALLE": "1028-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6902-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.49659913880976, 49.133204848769914, 7.5110608641287016, 49.14269358187582], "geometry": {"coordinates": [[[[7.49659913880976, 49.13371734326083], [7.497379111746745, 49.14269358187582], [7.5110608641287016, 49.14218100314128], [7.510278528704461, 49.133204848769914], [7.49659913880976, 49.13371734326083]]]], "type": "MultiPolygon"}, "id": "44187", "properties": {"DALLE": "1028-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6903-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.497379111746745, 49.14218100314128, 7.511843470706286, 49.1516697355314], "geometry": {"coordinates": [[[[7.497379111746745, 49.14269358187582], [7.498159355023599, 49.1516697355314], [7.511843470706286, 49.151157072537224], [7.5110608641287016, 49.14218100314128], [7.497379111746745, 49.14269358187582]]]], "type": "MultiPolygon"}, "id": "44188", "properties": {"DALLE": "1028-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6904-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.498159355023599, 49.151157072537224, 7.512626348578056, 49.160645803995436], "geometry": {"coordinates": [[[[7.498159355023599, 49.1516697355314], [7.498939868780743, 49.160645803995436], [7.512626348578056, 49.16013305672557], [7.511843470706286, 49.151157072537224], [7.498159355023599, 49.1516697355314]]]], "type": "MultiPolygon"}, "id": "44189", "properties": {"DALLE": "1028-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-6905-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.493135467331752, 48.93519622841588, 7.507541569576139, 48.94468638843626], "geometry": {"coordinates": [[[[7.493135467331752, 48.93570842327381], [7.4939118728190675, 48.94468638843626], [7.507541569576139, 48.944174109432204], [7.506762819531258, 48.93519622841588], [7.493135467331752, 48.93570842327381]]]], "type": "MultiPolygon"}, "id": "44193", "properties": {"DALLE": "1029-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4939118728190675, 48.944174109432204, 7.5083205885045805, 48.95366427372245], "geometry": {"coordinates": [[[[7.4939118728190675, 48.94468638843626], [7.494688546385705, 48.95366427372245], [7.5083205885045805, 48.95315191055635], [7.507541569576139, 48.944174109432204], [7.4939118728190675, 48.94468638843626]]]], "type": "MultiPolygon"}, "id": "44194", "properties": {"DALLE": "1029-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.494688546385705, 48.95315191055635, 7.509099876455716, 48.96264207890095], "geometry": {"coordinates": [[[[7.494688546385705, 48.95366427372245], [7.495465488170387, 48.96264207890095], [7.509099876455716, 48.96212963155685], [7.5083205885045805, 48.95315191055635], [7.494688546385705, 48.95366427372245]]]], "type": "MultiPolygon"}, "id": "44195", "properties": {"DALLE": "1029-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.495465488170387, 48.96212963155685, 7.509879433568772, 48.97161980374025], "geometry": {"coordinates": [[[[7.495465488170387, 48.96264207890095], [7.496242698311926, 48.97161980374025], [7.509879433568772, 48.97110727220222], [7.509099876455716, 48.96212963155685], [7.495465488170387, 48.96264207890095]]]], "type": "MultiPolygon"}, "id": "44196", "properties": {"DALLE": "1029-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.496242698311926, 48.97110727220222, 7.510659259983067, 48.98059744800887], "geometry": {"coordinates": [[[[7.496242698311926, 48.97161980374025], [7.4970201769492295, 48.98059744800887], [7.510659259983067, 48.98008483226092], [7.509879433568772, 48.97110727220222], [7.496242698311926, 48.97161980374025]]]], "type": "MultiPolygon"}, "id": "44197", "properties": {"DALLE": "1029-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4970201769492295, 48.98008483226092, 7.511439355838027, 48.98957501147526], "geometry": {"coordinates": [[[[7.4970201769492295, 48.98059744800887], [7.497797924221308, 48.98957501147526], [7.511439355838027, 48.98906231150143], [7.510659259983067, 48.98008483226092], [7.4970201769492295, 48.98059744800887]]]], "type": "MultiPolygon"}, "id": "44198", "properties": {"DALLE": "1029-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.497797924221308, 48.98906231150143, 7.512219721273159, 48.99855249390783], "geometry": {"coordinates": [[[[7.497797924221308, 48.98957501147526], [7.498575940267258, 48.99855249390783], [7.512219721273159, 48.99803970969215], [7.511439355838027, 48.98906231150143], [7.497797924221308, 48.98957501147526]]]], "type": "MultiPolygon"}, "id": "44199", "properties": {"DALLE": "1029-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.498575940267258, 48.99803970969215, 7.51300035642808, 49.00752989507498], "geometry": {"coordinates": [[[[7.498575940267258, 48.99855249390783], [7.499354225226276, 49.00752989507498], [7.51300035642808, 49.00701702660146], [7.512219721273159, 48.99803970969215], [7.498575940267258, 48.99855249390783]]]], "type": "MultiPolygon"}, "id": "44200", "properties": {"DALLE": "1029-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.499354225226276, 49.00701702660146, 7.513781261442497, 49.01650721474506], "geometry": {"coordinates": [[[[7.499354225226276, 49.00752989507498], [7.50013277923766, 49.01650721474506], [7.513781261442497, 49.01599426199774], [7.51300035642808, 49.00701702660146], [7.499354225226276, 49.00752989507498]]]], "type": "MultiPolygon"}, "id": "44202", "properties": {"DALLE": "1029-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.50013277923766, 49.01599426199774, 7.514562436456209, 49.025484452686406], "geometry": {"coordinates": [[[[7.50013277923766, 49.01650721474506], [7.500911602440798, 49.025484452686406], [7.514562436456209, 49.024971415649276], [7.513781261442497, 49.01599426199774], [7.50013277923766, 49.01650721474506]]]], "type": "MultiPolygon"}, "id": "44203", "properties": {"DALLE": "1029-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.500911602440798, 49.024971415649276, 7.515343881609121, 49.034461608667314], "geometry": {"coordinates": [[[[7.500911602440798, 49.025484452686406], [7.501690694975174, 49.034461608667314], [7.515343881609121, 49.03394848732438], [7.514562436456209, 49.024971415649276], [7.500911602440798, 49.025484452686406]]]], "type": "MultiPolygon"}, "id": "44204", "properties": {"DALLE": "1029-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.501690694975174, 49.03394848732438, 7.516125597041229, 49.04343868245604], "geometry": {"coordinates": [[[[7.501690694975174, 49.034461608667314], [7.502470056980369, 49.04343868245604], [7.516125597041229, 49.04292547679131], [7.515343881609121, 49.03394848732438], [7.501690694975174, 49.034461608667314]]]], "type": "MultiPolygon"}, "id": "44205", "properties": {"DALLE": "1029-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.502470056980369, 49.04292547679131, 7.5169075828926255, 49.052415673820846], "geometry": {"coordinates": [[[[7.502470056980369, 49.04343868245604], [7.503249688596063, 49.052415673820846], [7.5169075828926255, 49.05190238381829], [7.516125597041229, 49.04292547679131], [7.502470056980369, 49.04343868245604]]]], "type": "MultiPolygon"}, "id": "44206", "properties": {"DALLE": "1029-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.503249688596063, 49.05190238381829, 7.517689839303499, 49.06139258252992], "geometry": {"coordinates": [[[[7.503249688596063, 49.052415673820846], [7.5040295899620295, 49.06139258252992], [7.517689839303499, 49.06087920817351], [7.5169075828926255, 49.05190238381829], [7.503249688596063, 49.052415673820846]]]], "type": "MultiPolygon"}, "id": "44207", "properties": {"DALLE": "1029-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5040295899620295, 49.06087920817351, 7.518472366414143, 49.07036940835142], "geometry": {"coordinates": [[[[7.5040295899620295, 49.06139258252992], [7.5048097612181435, 49.07036940835142], [7.518472366414143, 49.06985594962514], [7.517689839303499, 49.06087920817351], [7.5040295899620295, 49.06139258252992]]]], "type": "MultiPolygon"}, "id": "44208", "properties": {"DALLE": "1029-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5048097612181435, 49.06985594962514, 7.519255164364936, 49.07934615105351], "geometry": {"coordinates": [[[[7.5048097612181435, 49.07036940835142], [7.505590202504367, 49.07934615105351], [7.519255164364936, 49.07883260794132], [7.518472366414143, 49.06985594962514], [7.5048097612181435, 49.07036940835142]]]], "type": "MultiPolygon"}, "id": "44209", "properties": {"DALLE": "1029-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.505590202504367, 49.07883260794132, 7.520038233296358, 49.088322810404264], "geometry": {"coordinates": [[[[7.505590202504367, 49.07934615105351], [7.506370913960767, 49.088322810404264], [7.520038233296358, 49.087809182890155], [7.519255164364936, 49.07883260794132], [7.505590202504367, 49.07934615105351]]]], "type": "MultiPolygon"}, "id": "44210", "properties": {"DALLE": "1029-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.506370913960767, 49.087809182890155, 7.520821573348992, 49.09729938617179], "geometry": {"coordinates": [[[[7.506370913960767, 49.088322810404264], [7.507151895727508, 49.09729938617179], [7.520821573348992, 49.096785674239705], [7.520038233296358, 49.087809182890155], [7.506370913960767, 49.088322810404264]]]], "type": "MultiPolygon"}, "id": "44211", "properties": {"DALLE": "1029-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.507151895727508, 49.096785674239705, 7.5216051846635095, 49.10627587812412], "geometry": {"coordinates": [[[[7.507151895727508, 49.09729938617179], [7.507933147944842, 49.10627587812412], [7.5216051846635095, 49.105762081758], [7.520821573348992, 49.096785674239705], [7.507151895727508, 49.09729938617179]]]], "type": "MultiPolygon"}, "id": "44213", "properties": {"DALLE": "1029-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.507933147944842, 49.105762081758, 7.522389067380684, 49.11525228602925], "geometry": {"coordinates": [[[[7.507933147944842, 49.10627587812412], [7.508714670753129, 49.11525228602925], [7.522389067380684, 49.11473840521305], [7.5216051846635095, 49.105762081758], [7.507933147944842, 49.10627587812412]]]], "type": "MultiPolygon"}, "id": "44214", "properties": {"DALLE": "1029-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.508714670753129, 49.11473840521305, 7.523173221641385, 49.12422860965521], "geometry": {"coordinates": [[[[7.508714670753129, 49.11525228602925], [7.50949646429282, 49.12422860965521], [7.523173221641385, 49.12371464437286], [7.522389067380684, 49.11473840521305], [7.508714670753129, 49.11525228602925]]]], "type": "MultiPolygon"}, "id": "44215", "properties": {"DALLE": "1029-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-6901-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.506762819531258, 48.934682483919, 7.521170997449665, 48.944174109432204], "geometry": {"coordinates": [[[[7.506762819531258, 48.93519622841588], [7.507541569576139, 48.944174109432204], [7.521170997449665, 48.94366028053558], [7.520389902986253, 48.934682483919], [7.506762819531258, 48.93519622841588]]]], "type": "MultiPolygon"}, "id": "44219", "properties": {"DALLE": "1030-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.507541569576139, 48.94366028053558, 7.52195236160078, 48.95315191055635], "geometry": {"coordinates": [[[[7.507541569576139, 48.944174109432204], [7.5083205885045805, 48.95315191055635], [7.52195236160078, 48.952637997244004], [7.521170997449665, 48.94366028053558], [7.507541569576139, 48.944174109432204]]]], "type": "MultiPolygon"}, "id": "44220", "properties": {"DALLE": "1030-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5083205885045805, 48.952637997244004, 7.522733995579143, 48.96212963155685], "geometry": {"coordinates": [[[[7.5083205885045805, 48.95315191055635], [7.509099876455716, 48.96212963155685], [7.522733995579143, 48.96161563381277], [7.52195236160078, 48.952637997244004], [7.5083205885045805, 48.95315191055635]]]], "type": "MultiPolygon"}, "id": "44221", "properties": {"DALLE": "1030-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.509099876455716, 48.96161563381277, 7.523515899524392, 48.97110727220222], "geometry": {"coordinates": [[[[7.509099876455716, 48.96212963155685], [7.509879433568772, 48.97110727220222], [7.523515899524392, 48.97059319001043], [7.522733995579143, 48.96161563381277], [7.509099876455716, 48.96212963155685]]]], "type": "MultiPolygon"}, "id": "44222", "properties": {"DALLE": "1030-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.509879433568772, 48.97059319001043, 7.52429807357626, 48.98008483226092], "geometry": {"coordinates": [[[[7.509879433568772, 48.97110727220222], [7.510659259983067, 48.98008483226092], [7.52429807357626, 48.97957066560541], [7.523515899524392, 48.97059319001043], [7.509879433568772, 48.97110727220222]]]], "type": "MultiPolygon"}, "id": "44224", "properties": {"DALLE": "1030-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.510659259983067, 48.97957066560541, 7.525080517874583, 48.98906231150143], "geometry": {"coordinates": [[[[7.510659259983067, 48.98008483226092], [7.511439355838027, 48.98906231150143], [7.525080517874583, 48.98854806036618], [7.52429807357626, 48.97957066560541], [7.510659259983067, 48.98008483226092]]]], "type": "MultiPolygon"}, "id": "44225", "properties": {"DALLE": "1030-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.511439355838027, 48.98854806036618, 7.525863232559292, 48.99803970969215], "geometry": {"coordinates": [[[[7.511439355838027, 48.98906231150143], [7.512219721273159, 48.99803970969215], [7.525863232559292, 48.99752537406114], [7.525080517874583, 48.98854806036618], [7.511439355838027, 48.98906231150143]]]], "type": "MultiPolygon"}, "id": "44226", "properties": {"DALLE": "1030-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.512219721273159, 48.99752537406114, 7.526646217770404, 49.00701702660146], "geometry": {"coordinates": [[[[7.512219721273159, 48.99803970969215], [7.51300035642808, 49.00701702660146], [7.526646217770404, 49.00650260645867], [7.525863232559292, 48.99752537406114], [7.512219721273159, 48.99803970969215]]]], "type": "MultiPolygon"}, "id": "44227", "properties": {"DALLE": "1030-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.51300035642808, 49.00650260645867, 7.527429473648046, 49.01599426199774], "geometry": {"coordinates": [[[[7.51300035642808, 49.00701702660146], [7.513781261442497, 49.01599426199774], [7.527429473648046, 49.015479757327114], [7.526646217770404, 49.00650260645867], [7.51300035642808, 49.00701702660146]]]], "type": "MultiPolygon"}, "id": "44228", "properties": {"DALLE": "1030-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.513781261442497, 49.015479757327114, 7.528213000332437, 49.024971415649276], "geometry": {"coordinates": [[[[7.513781261442497, 49.01599426199774], [7.514562436456209, 49.024971415649276], [7.528213000332437, 49.02445682643479], [7.527429473648046, 49.015479757327114], [7.513781261442497, 49.01599426199774]]]], "type": "MultiPolygon"}, "id": "44229", "properties": {"DALLE": "1030-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.514562436456209, 49.02445682643479, 7.528996797963889, 49.03394848732438], "geometry": {"coordinates": [[[[7.514562436456209, 49.024971415649276], [7.515343881609121, 49.03394848732438], [7.528996797963889, 49.03343381355], [7.528213000332437, 49.02445682643479], [7.514562436456209, 49.024971415649276]]]], "type": "MultiPolygon"}, "id": "44230", "properties": {"DALLE": "1030-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.515343881609121, 49.03343381355, 7.529780866682816, 49.04292547679131], "geometry": {"coordinates": [[[[7.515343881609121, 49.03394848732438], [7.516125597041229, 49.04292547679131], [7.529780866682816, 49.04241071844096], [7.528996797963889, 49.03343381355], [7.515343881609121, 49.03394848732438]]]], "type": "MultiPolygon"}, "id": "44231", "properties": {"DALLE": "1030-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.516125597041229, 49.04241071844096, 7.530565206629722, 49.05190238381829], "geometry": {"coordinates": [[[[7.516125597041229, 49.04292547679131], [7.5169075828926255, 49.05190238381829], [7.530565206629722, 49.05138754087592], [7.529780866682816, 49.04241071844096], [7.516125597041229, 49.04292547679131]]]], "type": "MultiPolygon"}, "id": "44232", "properties": {"DALLE": "1030-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5169075828926255, 49.05138754087592, 7.531349817945219, 49.06087920817351], "geometry": {"coordinates": [[[[7.5169075828926255, 49.05190238381829], [7.517689839303499, 49.06087920817351], [7.531349817945219, 49.060364280623055], [7.530565206629722, 49.05138754087592], [7.5169075828926255, 49.05190238381829]]]], "type": "MultiPolygon"}, "id": "44233", "properties": {"DALLE": "1030-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.517689839303499, 49.060364280623055, 7.532134700770009, 49.06985594962514], "geometry": {"coordinates": [[[[7.517689839303499, 49.06087920817351], [7.518472366414143, 49.06985594962514], [7.532134700770009, 49.06934093745053], [7.531349817945219, 49.060364280623055], [7.517689839303499, 49.06087920817351]]]], "type": "MultiPolygon"}, "id": "44235", "properties": {"DALLE": "1030-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.518472366414143, 49.06934093745053, 7.532919855244889, 49.07883260794132], "geometry": {"coordinates": [[[[7.518472366414143, 49.06985594962514], [7.519255164364936, 49.07883260794132], [7.532919855244889, 49.078317511126485], [7.532134700770009, 49.06934093745053], [7.518472366414143, 49.06985594962514]]]], "type": "MultiPolygon"}, "id": "44236", "properties": {"DALLE": "1030-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.519255164364936, 49.078317511126485, 7.533705281510757, 49.087809182890155], "geometry": {"coordinates": [[[[7.519255164364936, 49.07883260794132], [7.520038233296358, 49.087809182890155], [7.533705281510757, 49.08729400141899], [7.532919855244889, 49.078317511126485], [7.519255164364936, 49.07883260794132]]]], "type": "MultiPolygon"}, "id": "44237", "properties": {"DALLE": "1030-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.520038233296358, 49.08729400141899, 7.534490979708609, 49.096785674239705], "geometry": {"coordinates": [[[[7.520038233296358, 49.087809182890155], [7.520821573348992, 49.096785674239705], [7.534490979708609, 49.09627040809612], [7.533705281510757, 49.08729400141899], [7.520038233296358, 49.087809182890155]]]], "type": "MultiPolygon"}, "id": "44238", "properties": {"DALLE": "1030-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.520821573348992, 49.09627040809612, 7.535276949979537, 49.105762081758], "geometry": {"coordinates": [[[[7.520821573348992, 49.096785674239705], [7.5216051846635095, 49.105762081758], [7.535276949979537, 49.1052467309259], [7.534490979708609, 49.09627040809612], [7.520821573348992, 49.096785674239705]]]], "type": "MultiPolygon"}, "id": "44239", "properties": {"DALLE": "1030-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5216051846635095, 49.1052467309259, 7.536063192464731, 49.11473840521305], "geometry": {"coordinates": [[[[7.5216051846635095, 49.105762081758], [7.522389067380684, 49.11473840521305], [7.536063192464731, 49.11422296967633], [7.535276949979537, 49.1052467309259], [7.5216051846635095, 49.105762081758]]]], "type": "MultiPolygon"}, "id": "44240", "properties": {"DALLE": "1030-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-6900-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.519609078071097, 48.92518939817086, 7.534016716893009, 48.934682483919], "geometry": {"coordinates": [[[[7.519609078071097, 48.92570460762563], [7.520389902986253, 48.934682483919], [7.534016716893009, 48.93416718982687], [7.533233548502404, 48.92518939817086], [7.519609078071097, 48.92570460762563]]]], "type": "MultiPolygon"}, "id": "44242", "properties": {"DALLE": "1031-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6880-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.520389902986253, 48.93416718982687, 7.534800155635504, 48.94366028053558], "geometry": {"coordinates": [[[[7.520389902986253, 48.934682483919], [7.521170997449665, 48.94366028053558], [7.534800155635504, 48.943144901790134], [7.534016716893009, 48.93416718982687], [7.520389902986253, 48.934682483919]]]], "type": "MultiPolygon"}, "id": "44243", "properties": {"DALLE": "1031-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.521170997449665, 48.943144901790134, 7.535583864869747, 48.952637997244004], "geometry": {"coordinates": [[[[7.521170997449665, 48.94366028053558], [7.52195236160078, 48.952637997244004], [7.535583864869747, 48.95212253382917], [7.534800155635504, 48.943144901790134], [7.521170997449665, 48.94366028053558]]]], "type": "MultiPolygon"}, "id": "44244", "properties": {"DALLE": "1031-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.52195236160078, 48.95212253382917, 7.536367844735697, 48.96161563381277], "geometry": {"coordinates": [[[[7.52195236160078, 48.952637997244004], [7.522733995579143, 48.96161563381277], [7.536367844735697, 48.961100085712516], [7.535583864869747, 48.95212253382917], [7.52195236160078, 48.952637997244004]]]], "type": "MultiPolygon"}, "id": "44246", "properties": {"DALLE": "1031-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.522733995579143, 48.961100085712516, 7.537152095373404, 48.97059319001043], "geometry": {"coordinates": [[[[7.522733995579143, 48.96161563381277], [7.523515899524392, 48.97059319001043], [7.537152095373404, 48.97007755720869], [7.536367844735697, 48.961100085712516], [7.522733995579143, 48.96161563381277]]]], "type": "MultiPolygon"}, "id": "44247", "properties": {"DALLE": "1031-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.523515899524392, 48.97007755720869, 7.537936616923014, 48.97957066560541], "geometry": {"coordinates": [[[[7.523515899524392, 48.97059319001043], [7.52429807357626, 48.97957066560541], [7.537936616923014, 48.97905494808616], [7.537152095373404, 48.97007755720869], [7.523515899524392, 48.97059319001043]]]], "type": "MultiPolygon"}, "id": "44248", "properties": {"DALLE": "1031-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.52429807357626, 48.97905494808616, 7.5387214095247765, 48.98854806036618], "geometry": {"coordinates": [[[[7.52429807357626, 48.97957066560541], [7.525080517874583, 48.98854806036618], [7.5387214095247765, 48.988032258113336], [7.537936616923014, 48.97905494808616], [7.52429807357626, 48.97957066560541]]]], "type": "MultiPolygon"}, "id": "44249", "properties": {"DALLE": "1031-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.525080517874583, 48.988032258113336, 7.53950647331903, 48.99752537406114], "geometry": {"coordinates": [[[[7.525080517874583, 48.98854806036618], [7.525863232559292, 48.99752537406114], [7.53950647331903, 48.99700948705865], [7.5387214095247765, 48.988032258113336], [7.525080517874583, 48.98854806036618]]]], "type": "MultiPolygon"}, "id": "44250", "properties": {"DALLE": "1031-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.525863232559292, 48.99700948705865, 7.540291808446216, 49.00650260645867], "geometry": {"coordinates": [[[[7.525863232559292, 48.99752537406114], [7.526646217770404, 49.00650260645867], [7.540291808446216, 49.00598663469044], [7.53950647331903, 48.99700948705865], [7.525863232559292, 48.99752537406114]]]], "type": "MultiPolygon"}, "id": "44251", "properties": {"DALLE": "1031-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.526646217770404, 49.00598663469044, 7.541077415046868, 49.015479757327114], "geometry": {"coordinates": [[[[7.526646217770404, 49.00650260645867], [7.527429473648046, 49.015479757327114], [7.541077415046868, 49.01496370077707], [7.540291808446216, 49.00598663469044], [7.526646217770404, 49.00650260645867]]]], "type": "MultiPolygon"}, "id": "44252", "properties": {"DALLE": "1031-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.527429473648046, 49.01496370077707, 7.54186329326162, 49.02445682643479], "geometry": {"coordinates": [[[[7.527429473648046, 49.015479757327114], [7.528213000332437, 49.02445682643479], [7.54186329326162, 49.02394068508686], [7.541077415046868, 49.01496370077707], [7.527429473648046, 49.015479757327114]]]], "type": "MultiPolygon"}, "id": "44253", "properties": {"DALLE": "1031-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.528213000332437, 49.02394068508686, 7.5426494432312, 49.03343381355], "geometry": {"coordinates": [[[[7.528213000332437, 49.02445682643479], [7.528996797963889, 49.03343381355], [7.5426494432312, 49.032917587388056], [7.54186329326162, 49.02394068508686], [7.528213000332437, 49.02445682643479]]]], "type": "MultiPolygon"}, "id": "44254", "properties": {"DALLE": "1031-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.528996797963889, 49.032917587388056, 7.543435865096433, 49.04241071844096], "geometry": {"coordinates": [[[[7.528996797963889, 49.03343381355], [7.529780866682816, 49.04241071844096], [7.543435865096433, 49.04189440744893], [7.5426494432312, 49.032917587388056], [7.528996797963889, 49.03343381355]]]], "type": "MultiPolygon"}, "id": "44255", "properties": {"DALLE": "1031-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.529780866682816, 49.04189440744893, 7.544222558998249, 49.05138754087592], "geometry": {"coordinates": [[[[7.529780866682816, 49.04241071844096], [7.530565206629722, 49.05138754087592], [7.544222558998249, 49.0508711450377], [7.543435865096433, 49.04189440744893], [7.529780866682816, 49.04241071844096]]]], "type": "MultiPolygon"}, "id": "44257", "properties": {"DALLE": "1031-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.530565206629722, 49.0508711450377, 7.545009525077666, 49.060364280623055], "geometry": {"coordinates": [[[[7.530565206629722, 49.05138754087592], [7.531349817945219, 49.060364280623055], [7.545009525077666, 49.05984779992252], [7.544222558998249, 49.0508711450377], [7.530565206629722, 49.05138754087592]]]], "type": "MultiPolygon"}, "id": "44258", "properties": {"DALLE": "1031-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.531349817945219, 49.05984779992252, 7.5457967634758, 49.06934093745053], "geometry": {"coordinates": [[[[7.531349817945219, 49.060364280623055], [7.532134700770009, 49.06934093745053], [7.5457967634758, 49.06882437187157], [7.545009525077666, 49.05984779992252], [7.531349817945219, 49.060364280623055]]]], "type": "MultiPolygon"}, "id": "44259", "properties": {"DALLE": "1031-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.532134700770009, 49.06882437187157, 7.5465842743338705, 49.078317511126485], "geometry": {"coordinates": [[[[7.532134700770009, 49.06934093745053], [7.532919855244889, 49.078317511126485], [7.5465842743338705, 49.077800860652964], [7.5457967634758, 49.06882437187157], [7.532134700770009, 49.06934093745053]]]], "type": "MultiPolygon"}, "id": "44260", "properties": {"DALLE": "1031-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.532919855244889, 49.077800860652964, 7.547372057793189, 49.08729400141899], "geometry": {"coordinates": [[[[7.532919855244889, 49.078317511126485], [7.533705281510757, 49.08729400141899], [7.547372057793189, 49.086777266034765], [7.5465842743338705, 49.077800860652964], [7.532919855244889, 49.078317511126485]]]], "type": "MultiPolygon"}, "id": "44261", "properties": {"DALLE": "1031-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.533705281510757, 49.086777266034765, 7.548160113995168, 49.09627040809612], "geometry": {"coordinates": [[[[7.533705281510757, 49.08729400141899], [7.534490979708609, 49.09627040809612], [7.548160113995168, 49.09575358778505], [7.547372057793189, 49.086777266034765], [7.533705281510757, 49.08729400141899]]]], "type": "MultiPolygon"}, "id": "44262", "properties": {"DALLE": "1031-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.534490979708609, 49.09575358778505, 7.548948443081316, 49.1052467309259], "geometry": {"coordinates": [[[[7.534490979708609, 49.09627040809612], [7.535276949979537, 49.1052467309259], [7.548948443081316, 49.10472982567186], [7.548160113995168, 49.09575358778505], [7.534490979708609, 49.09627040809612]]]], "type": "MultiPolygon"}, "id": "44263", "properties": {"DALLE": "1031-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1031-6899-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.533233548502404, 48.92467263941827, 7.547643260447888, 48.93416718982687], "geometry": {"coordinates": [[[[7.533233548502404, 48.92518939817086], [7.534016716893009, 48.93416718982687], [7.547643260447888, 48.93365034618342], [7.546857748721597, 48.92467263941827], [7.533233548502404, 48.92518939817086]]]], "type": "MultiPolygon"}, "id": "44264", "properties": {"DALLE": "1032-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6880-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.534016716893009, 48.93365034618342, 7.548429043329611, 48.943144901790134], "geometry": {"coordinates": [[[[7.534016716893009, 48.93416718982687], [7.534800155635504, 48.943144901790134], [7.548429043329611, 48.94262797323973], [7.547643260447888, 48.93365034618342], [7.534016716893009, 48.93416718982687]]]], "type": "MultiPolygon"}, "id": "44265", "properties": {"DALLE": "1032-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.534800155635504, 48.94262797323973, 7.549215097507027, 48.95212253382917], "geometry": {"coordinates": [[[[7.534800155635504, 48.943144901790134], [7.535583864869747, 48.95212253382917], [7.549215097507027, 48.951605520355734], [7.548429043329611, 48.94262797323973], [7.534800155635504, 48.943144901790134]]]], "type": "MultiPolygon"}, "id": "44266", "properties": {"DALLE": "1032-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.535583864869747, 48.951605520355734, 7.550001423120512, 48.961100085712516], "geometry": {"coordinates": [[[[7.535583864869747, 48.95212253382917], [7.536367844735697, 48.961100085712516], [7.550001423120512, 48.960582987299986], [7.549215097507027, 48.951605520355734], [7.535583864869747, 48.95212253382917]]]], "type": "MultiPolygon"}, "id": "44269", "properties": {"DALLE": "1032-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.536367844735697, 48.960582987299986, 7.550788020310527, 48.97007755720869], "geometry": {"coordinates": [[[[7.536367844735697, 48.961100085712516], [7.537152095373404, 48.97007755720869], [7.550788020310527, 48.969560373840956], [7.550001423120512, 48.960582987299986], [7.536367844735697, 48.961100085712516]]]], "type": "MultiPolygon"}, "id": "44270", "properties": {"DALLE": "1032-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.537152095373404, 48.969560373840956, 7.551574889217633, 48.97905494808616], "geometry": {"coordinates": [[[[7.537152095373404, 48.97007755720869], [7.537936616923014, 48.97905494808616], [7.551574889217633, 48.9785376797471], [7.550788020310527, 48.969560373840956], [7.537152095373404, 48.97007755720869]]]], "type": "MultiPolygon"}, "id": "44271", "properties": {"DALLE": "1032-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.537936616923014, 48.9785376797471, 7.552362029982493, 48.988032258113336], "geometry": {"coordinates": [[[[7.537936616923014, 48.97905494808616], [7.5387214095247765, 48.988032258113336], [7.552362029982493, 48.98751490478686], [7.551574889217633, 48.9785376797471], [7.537936616923014, 48.97905494808616]]]], "type": "MultiPolygon"}, "id": "44272", "properties": {"DALLE": "1032-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5387214095247765, 48.98751490478686, 7.5531494427458545, 48.99700948705865], "geometry": {"coordinates": [[[[7.5387214095247765, 48.988032258113336], [7.53950647331903, 48.99700948705865], [7.5531494427458545, 48.996492048728626], [7.552362029982493, 48.98751490478686], [7.5387214095247765, 48.988032258113336]]]], "type": "MultiPolygon"}, "id": "44273", "properties": {"DALLE": "1032-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.53950647331903, 48.996492048728626, 7.553937127648578, 49.00598663469044], "geometry": {"coordinates": [[[[7.53950647331903, 48.99700948705865], [7.540291808446216, 49.00598663469044], [7.553937127648578, 49.00546911134078], [7.5531494427458545, 48.996492048728626], [7.53950647331903, 48.99700948705865]]]], "type": "MultiPolygon"}, "id": "44274", "properties": {"DALLE": "1032-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.540291808446216, 49.00546911134078, 7.554725084831606, 49.01496370077707], "geometry": {"coordinates": [[[[7.540291808446216, 49.00598663469044], [7.541077415046868, 49.01496370077707], [7.554725084831606, 49.014446092391616], [7.553937127648578, 49.00546911134078], [7.540291808446216, 49.00598663469044]]]], "type": "MultiPolygon"}, "id": "44275", "properties": {"DALLE": "1032-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.541077415046868, 49.014446092391616, 7.555513314435989, 49.02394068508686], "geometry": {"coordinates": [[[[7.541077415046868, 49.01496370077707], [7.54186329326162, 49.02394068508686], [7.555513314435989, 49.02342299164948], [7.554725084831606, 49.014446092391616], [7.541077415046868, 49.01496370077707]]]], "type": "MultiPolygon"}, "id": "44276", "properties": {"DALLE": "1032-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.54186329326162, 49.02342299164948, 7.55630181660287, 49.032917587388056], "geometry": {"coordinates": [[[[7.54186329326162, 49.02394068508686], [7.5426494432312, 49.032917587388056], [7.55630181660287, 49.03239980888262], [7.555513314435989, 49.02342299164948], [7.54186329326162, 49.02394068508686]]]], "type": "MultiPolygon"}, "id": "44277", "properties": {"DALLE": "1032-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5426494432312, 49.03239980888262, 7.557090591473491, 49.04189440744893], "geometry": {"coordinates": [[[[7.5426494432312, 49.032917587388056], [7.543435865096433, 49.04189440744893], [7.557090591473491, 49.04137654385929], [7.55630181660287, 49.03239980888262], [7.5426494432312, 49.032917587388056]]]], "type": "MultiPolygon"}, "id": "44278", "properties": {"DALLE": "1032-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.543435865096433, 49.04137654385929, 7.557879639189191, 49.0508711450377], "geometry": {"coordinates": [[[[7.543435865096433, 49.04189440744893], [7.544222558998249, 49.0508711450377], [7.557879639189191, 49.0503531963477], [7.557090591473491, 49.04137654385929], [7.543435865096433, 49.04189440744893]]]], "type": "MultiPolygon"}, "id": "44280", "properties": {"DALLE": "1032-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.544222558998249, 49.0503531963477, 7.558668959891407, 49.05984779992252], "geometry": {"coordinates": [[[[7.544222558998249, 49.0508711450377], [7.545009525077666, 49.05984779992252], [7.558668959891407, 49.05932976611598], [7.557879639189191, 49.0503531963477], [7.544222558998249, 49.0508711450377]]]], "type": "MultiPolygon"}, "id": "44281", "properties": {"DALLE": "1032-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.545009525077666, 49.05932976611598, 7.5594585537216705, 49.06882437187157], "geometry": {"coordinates": [[[[7.545009525077666, 49.05984779992252], [7.5457967634758, 49.06882437187157], [7.5594585537216705, 49.06830625293233], [7.558668959891407, 49.05932976611598], [7.545009525077666, 49.05984779992252]]]], "type": "MultiPolygon"}, "id": "44282", "properties": {"DALLE": "1032-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5457967634758, 49.06830625293233, 7.560248420821618, 49.077800860652964], "geometry": {"coordinates": [[[[7.5457967634758, 49.06882437187157], [7.5465842743338705, 49.077800860652964], [7.560248420821618, 49.07728265656486], [7.5594585537216705, 49.06830625293233], [7.5457967634758, 49.06882437187157]]]], "type": "MultiPolygon"}, "id": "44283", "properties": {"DALLE": "1032-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5465842743338705, 49.07728265656486, 7.561038561332976, 49.086777266034765], "geometry": {"coordinates": [[[[7.5465842743338705, 49.077800860652964], [7.547372057793189, 49.086777266034765], [7.561038561332976, 49.086258976781615], [7.560248420821618, 49.07728265656486], [7.5465842743338705, 49.077800860652964]]]], "type": "MultiPolygon"}, "id": "44284", "properties": {"DALLE": "1032-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.547372057793189, 49.086258976781615, 7.561828975397573, 49.09575358778505], "geometry": {"coordinates": [[[[7.547372057793189, 49.086777266034765], [7.548160113995168, 49.09575358778505], [7.561828975397573, 49.09523521335067], [7.561038561332976, 49.086258976781615], [7.547372057793189, 49.086777266034765]]]], "type": "MultiPolygon"}, "id": "44285", "properties": {"DALLE": "1032-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1032-6898-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.546857748721597, 48.92415433141186, 7.561269532847359, 48.93365034618342], "geometry": {"coordinates": [[[[7.546857748721597, 48.92467263941827], [7.547643260447888, 48.93365034618342], [7.561269532847359, 48.933131953032614], [7.560481677925552, 48.92415433141186], [7.546857748721597, 48.92467263941827]]]], "type": "MultiPolygon"}, "id": "44286", "properties": {"DALLE": "1033-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6880-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.547643260447888, 48.933131953032614, 7.562057659728033, 48.94262797323973], "geometry": {"coordinates": [[[[7.547643260447888, 48.93365034618342], [7.548429043329611, 48.94262797323973], [7.562057659728033, 48.94210949492841], [7.561269532847359, 48.933131953032614], [7.547643260447888, 48.93365034618342]]]], "type": "MultiPolygon"}, "id": "44287", "properties": {"DALLE": "1033-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.548429043329611, 48.94210949492841, 7.562846058708256, 48.951605520355734], "geometry": {"coordinates": [[[[7.548429043329611, 48.94262797323973], [7.549215097507027, 48.951605520355734], [7.562846058708256, 48.95108695686777], [7.562057659728033, 48.94210949492841], [7.548429043329611, 48.94262797323973]]]], "type": "MultiPolygon"}, "id": "44288", "properties": {"DALLE": "1033-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.549215097507027, 48.95108695686777, 7.563634729928813, 48.960582987299986], "geometry": {"coordinates": [[[[7.549215097507027, 48.951605520355734], [7.550001423120512, 48.960582987299986], [7.563634729928813, 48.96006433861923], [7.562846058708256, 48.95108695686777], [7.549215097507027, 48.951605520355734]]]], "type": "MultiPolygon"}, "id": "44289", "properties": {"DALLE": "1033-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.550001423120512, 48.96006433861923, 7.564423673530575, 48.969560373840956], "geometry": {"coordinates": [[[[7.550001423120512, 48.960582987299986], [7.550788020310527, 48.969560373840956], [7.564423673530575, 48.96904163995126], [7.563634729928813, 48.96006433861923], [7.550001423120512, 48.960582987299986]]]], "type": "MultiPolygon"}, "id": "44291", "properties": {"DALLE": "1033-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.550788020310527, 48.96904163995126, 7.5652128896545205, 48.9785376797471], "geometry": {"coordinates": [[[[7.550788020310527, 48.969560373840956], [7.551574889217633, 48.9785376797471], [7.5652128896545205, 48.97801886063233], [7.564423673530575, 48.96904163995126], [7.550788020310527, 48.969560373840956]]]], "type": "MultiPolygon"}, "id": "44292", "properties": {"DALLE": "1033-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.551574889217633, 48.97801886063233, 7.566002378441719, 48.98751490478686], "geometry": {"coordinates": [[[[7.551574889217633, 48.9785376797471], [7.552362029982493, 48.98751490478686], [7.566002378441719, 48.986996000430864], [7.5652128896545205, 48.97801886063233], [7.551574889217633, 48.9785376797471]]]], "type": "MultiPolygon"}, "id": "44293", "properties": {"DALLE": "1033-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.552362029982493, 48.986996000430864, 7.56679214003334, 48.996492048728626], "geometry": {"coordinates": [[[[7.552362029982493, 48.98751490478686], [7.5531494427458545, 48.996492048728626], [7.56679214003334, 48.99597305911522], [7.566002378441719, 48.986996000430864], [7.552362029982493, 48.98751490478686]]]], "type": "MultiPolygon"}, "id": "44294", "properties": {"DALLE": "1033-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5531494427458545, 48.99597305911522, 7.567582174570647, 49.00546911134078], "geometry": {"coordinates": [[[[7.5531494427458545, 48.996492048728626], [7.553937127648578, 49.00546911134078], [7.567582174570647, 49.004950036453785], [7.56679214003334, 48.99597305911522], [7.5531494427458545, 48.996492048728626]]]], "type": "MultiPolygon"}, "id": "44295", "properties": {"DALLE": "1033-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.553937127648578, 49.004950036453785, 7.568372482195006, 49.014446092391616], "geometry": {"coordinates": [[[[7.553937127648578, 49.00546911134078], [7.554725084831606, 49.014446092391616], [7.568372482195006, 49.0139269322149], [7.567582174570647, 49.004950036453785], [7.553937127648578, 49.00546911134078]]]], "type": "MultiPolygon"}, "id": "44296", "properties": {"DALLE": "1033-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.554725084831606, 49.0139269322149, 7.569163063047876, 49.02342299164948], "geometry": {"coordinates": [[[[7.554725084831606, 49.014446092391616], [7.555513314435989, 49.02342299164948], [7.569163063047876, 49.02290374616684], [7.568372482195006, 49.0139269322149], [7.554725084831606, 49.014446092391616]]]], "type": "MultiPolygon"}, "id": "44297", "properties": {"DALLE": "1033-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.555513314435989, 49.02290374616684, 7.5699539172708175, 49.03239980888262], "geometry": {"coordinates": [[[[7.555513314435989, 49.02342299164948], [7.55630181660287, 49.03239980888262], [7.5699539172708175, 49.03188047807786], [7.569163063047876, 49.02290374616684], [7.555513314435989, 49.02342299164948]]]], "type": "MultiPolygon"}, "id": "44298", "properties": {"DALLE": "1033-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.55630181660287, 49.03188047807786, 7.570745045005485, 49.04137654385929], "geometry": {"coordinates": [[[[7.55630181660287, 49.03239980888262], [7.557090591473491, 49.04137654385929], [7.570745045005485, 49.04085712771622], [7.5699539172708175, 49.03188047807786], [7.55630181660287, 49.03239980888262]]]], "type": "MultiPolygon"}, "id": "44299", "properties": {"DALLE": "1033-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.557090591473491, 49.04085712771622, 7.571536446393634, 49.0503531963477], "geometry": {"coordinates": [[[[7.557090591473491, 49.04137654385929], [7.557879639189191, 49.0503531963477], [7.571536446393634, 49.04983369485011], [7.570745045005485, 49.04085712771622], [7.557090591473491, 49.04137654385929]]]], "type": "MultiPolygon"}, "id": "44300", "properties": {"DALLE": "1033-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.557879639189191, 49.04983369485011, 7.572328121577115, 49.05932976611598], "geometry": {"coordinates": [[[[7.557879639189191, 49.0503531963477], [7.558668959891407, 49.05932976611598], [7.572328121577115, 49.05881017924768], [7.571536446393634, 49.04983369485011], [7.557879639189191, 49.0503531963477]]]], "type": "MultiPolygon"}, "id": "44302", "properties": {"DALLE": "1033-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.558668959891407, 49.05881017924768, 7.573120070697877, 49.06830625293233], "geometry": {"coordinates": [[[[7.558668959891407, 49.05932976611598], [7.5594585537216705, 49.06830625293233], [7.573120070697877, 49.067786580677094], [7.572328121577115, 49.05881017924768], [7.558668959891407, 49.05932976611598]]]], "type": "MultiPolygon"}, "id": "44303", "properties": {"DALLE": "1033-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5594585537216705, 49.067786580677094, 7.573912293897972, 49.07728265656486], "geometry": {"coordinates": [[[[7.5594585537216705, 49.06830625293233], [7.560248420821618, 49.07728265656486], [7.573912293897972, 49.07676289890646], [7.573120070697877, 49.067786580677094], [7.5594585537216705, 49.06830625293233]]]], "type": "MultiPolygon"}, "id": "44304", "properties": {"DALLE": "1033-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.560248420821618, 49.07676289890646, 7.574704791319539, 49.086258976781615], "geometry": {"coordinates": [[[[7.560248420821618, 49.07728265656486], [7.561038561332976, 49.086258976781615], [7.574704791319539, 49.085739133703825], [7.573912293897972, 49.07676289890646], [7.560248420821618, 49.07728265656486]]]], "type": "MultiPolygon"}, "id": "44305", "properties": {"DALLE": "1033-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.560481677925552, 48.92363447419573, 7.574895533287978, 48.933131953032614], "geometry": {"coordinates": [[[[7.560481677925552, 48.92415433141186], [7.561269532847359, 48.933131953032614], [7.574895533287978, 48.93261201041858], [7.574105335311246, 48.92363447419573], [7.560481677925552, 48.92415433141186]]]], "type": "MultiPolygon"}, "id": "44307", "properties": {"DALLE": "1034-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6880-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.561269532847359, 48.93261201041858, 7.575686004026921, 48.94210949492841], "geometry": {"coordinates": [[[[7.561269532847359, 48.933131953032614], [7.562057659728033, 48.94210949492841], [7.575686004026921, 48.94158946690029], [7.574895533287978, 48.93261201041858], [7.561269532847359, 48.933131953032614]]]], "type": "MultiPolygon"}, "id": "44308", "properties": {"DALLE": "1034-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6881-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.562057659728033, 48.94158946690029, 7.576476747669172, 48.95108695686777], "geometry": {"coordinates": [[[[7.562057659728033, 48.94210949492841], [7.562846058708256, 48.95108695686777], [7.576476747669172, 48.95056684340939], [7.575686004026921, 48.94158946690029], [7.562057659728033, 48.94210949492841]]]], "type": "MultiPolygon"}, "id": "44309", "properties": {"DALLE": "1034-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6882-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.562846058708256, 48.95056684340939, 7.577267764355921, 48.96006433861923], "geometry": {"coordinates": [[[[7.562846058708256, 48.95108695686777], [7.563634729928813, 48.96006433861923], [7.577267764355921, 48.9595441397144], [7.576476747669172, 48.95056684340939], [7.562846058708256, 48.95108695686777]]]], "type": "MultiPolygon"}, "id": "44310", "properties": {"DALLE": "1034-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.563634729928813, 48.9595441397144, 7.57805905422846, 48.96904163995126], "geometry": {"coordinates": [[[[7.563634729928813, 48.96006433861923], [7.564423673530575, 48.96904163995126], [7.57805905422846, 48.9685213555838], [7.577267764355921, 48.9595441397144], [7.563634729928813, 48.96006433861923]]]], "type": "MultiPolygon"}, "id": "44311", "properties": {"DALLE": "1034-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.564423673530575, 48.9685213555838, 7.578850617428171, 48.97801886063233], "geometry": {"coordinates": [[[[7.564423673530575, 48.96904163995126], [7.5652128896545205, 48.97801886063233], [7.578850617428171, 48.97749849078603], [7.57805905422846, 48.9685213555838], [7.564423673530575, 48.96904163995126]]]], "type": "MultiPolygon"}, "id": "44313", "properties": {"DALLE": "1034-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5652128896545205, 48.97749849078603, 7.579642454096541, 48.986996000430864], "geometry": {"coordinates": [[[[7.5652128896545205, 48.97801886063233], [7.566002378441719, 48.986996000430864], [7.579642454096541, 48.986475545089526], [7.578850617428171, 48.97749849078603], [7.5652128896545205, 48.97801886063233]]]], "type": "MultiPolygon"}, "id": "44314", "properties": {"DALLE": "1034-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.566002378441719, 48.986475545089526, 7.580434564375151, 48.99597305911522], "geometry": {"coordinates": [[[[7.566002378441719, 48.986996000430864], [7.56679214003334, 48.99597305911522], [7.580434564375151, 48.99545251826265], [7.579642454096541, 48.986475545089526], [7.566002378441719, 48.986996000430864]]]], "type": "MultiPolygon"}, "id": "44315", "properties": {"DALLE": "1034-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.56679214003334, 48.99545251826265, 7.581226948405682, 49.004950036453785], "geometry": {"coordinates": [[[[7.56679214003334, 48.99597305911522], [7.567582174570647, 49.004950036453785], [7.581226948405682, 49.004429410073755], [7.580434564375151, 48.99545251826265], [7.56679214003334, 48.99597305911522]]]], "type": "MultiPolygon"}, "id": "44316", "properties": {"DALLE": "1034-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.567582174570647, 49.004429410073755, 7.582019606329911, 49.0139269322149], "geometry": {"coordinates": [[[[7.567582174570647, 49.004950036453785], [7.568372482195006, 49.0139269322149], [7.582019606329911, 49.013406220291174], [7.581226948405682, 49.004429410073755], [7.567582174570647, 49.004950036453785]]]], "type": "MultiPolygon"}, "id": "44317", "properties": {"DALLE": "1034-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.568372482195006, 49.013406220291174, 7.582812538289709, 49.02290374616684], "geometry": {"coordinates": [[[[7.568372482195006, 49.0139269322149], [7.569163063047876, 49.02290374616684], [7.582812538289709, 49.0223829486832], [7.582019606329911, 49.013406220291174], [7.568372482195006, 49.0139269322149]]]], "type": "MultiPolygon"}, "id": "44318", "properties": {"DALLE": "1034-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.569163063047876, 49.0223829486832, 7.5836057444270555, 49.03188047807786], "geometry": {"coordinates": [[[[7.569163063047876, 49.02290374616684], [7.5699539172708175, 49.03188047807786], [7.5836057444270555, 49.03135959501808], [7.582812538289709, 49.0223829486832], [7.569163063047876, 49.02290374616684]]]], "type": "MultiPolygon"}, "id": "44319", "properties": {"DALLE": "1034-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5699539172708175, 49.03135959501808, 7.584399224884015, 49.04085712771622], "geometry": {"coordinates": [[[[7.5699539172708175, 49.03188047807786], [7.570745045005485, 49.04085712771622], [7.584399224884015, 49.04033615906404], [7.5836057444270555, 49.03135959501808], [7.5699539172708175, 49.03188047807786]]]], "type": "MultiPolygon"}, "id": "44320", "properties": {"DALLE": "1034-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.570745045005485, 49.04033615906404, 7.585192979802761, 49.04983369485011], "geometry": {"coordinates": [[[[7.570745045005485, 49.04085712771622], [7.571536446393634, 49.04983369485011], [7.585192979802761, 49.049312640589264], [7.584399224884015, 49.04033615906404], [7.570745045005485, 49.04085712771622]]]], "type": "MultiPolygon"}, "id": "44321", "properties": {"DALLE": "1034-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.571536446393634, 49.049312640589264, 7.5859870093255575, 49.05881017924768], "geometry": {"coordinates": [[[[7.571536446393634, 49.04983369485011], [7.572328121577115, 49.05881017924768], [7.5859870093255575, 49.058289039361945], [7.585192979802761, 49.049312640589264], [7.571536446393634, 49.04983369485011]]]], "type": "MultiPolygon"}, "id": "44322", "properties": {"DALLE": "1034-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.572328121577115, 49.058289039361945, 7.586781313594772, 49.067786580677094], "geometry": {"coordinates": [[[[7.572328121577115, 49.05881017924768], [7.573120070697877, 49.067786580677094], [7.586781313594772, 49.06726535515019], [7.5859870093255575, 49.058289039361945], [7.572328121577115, 49.05881017924768]]]], "type": "MultiPolygon"}, "id": "44324", "properties": {"DALLE": "1034-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.573120070697877, 49.06726535515019, 7.587575892752866, 49.07676289890646], "geometry": {"coordinates": [[[[7.573120070697877, 49.067786580677094], [7.573912293897972, 49.07676289890646], [7.587575892752866, 49.07624158772212], [7.586781313594772, 49.06726535515019], [7.573120070697877, 49.067786580677094]]]], "type": "MultiPolygon"}, "id": "44325", "properties": {"DALLE": "1034-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.573912293897972, 49.07624158772212, 7.5883707469424015, 49.085739133703825], "geometry": {"coordinates": [[[[7.573912293897972, 49.07676289890646], [7.574704791319539, 49.085739133703825], [7.5883707469424015, 49.08521773684578], [7.587575892752866, 49.07624158772212], [7.573912293897972, 49.07676289890646]]]], "type": "MultiPolygon"}, "id": "44326", "properties": {"DALLE": "1034-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.576476747669172, 48.950045180024915, 7.590900525597259, 48.9595441397144], "geometry": {"coordinates": [[[[7.576476747669172, 48.95056684340939], [7.577267764355921, 48.9595441397144], [7.590900525597259, 48.959022390629826], [7.590107163585604, 48.950045180024915], [7.576476747669172, 48.95056684340939]]]], "type": "MultiPolygon"}, "id": "44328", "properties": {"DALLE": "1035-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6883-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.577267764355921, 48.959022390629826, 7.591694161599182, 48.9685213555838], "geometry": {"coordinates": [[[[7.577267764355921, 48.9595441397144], [7.57805905422846, 48.9685213555838], [7.591694161599182, 48.967999520782904], [7.590900525597259, 48.959022390629826], [7.577267764355921, 48.9595441397144]]]], "type": "MultiPolygon"}, "id": "44329", "properties": {"DALLE": "1035-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6884-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.57805905422846, 48.967999520782904, 7.592488071733176, 48.97749849078603], "geometry": {"coordinates": [[[[7.57805905422846, 48.9685213555838], [7.578850617428171, 48.97749849078603], [7.592488071733176, 48.976976570252575], [7.591694161599182, 48.967999520782904], [7.57805905422846, 48.9685213555838]]]], "type": "MultiPolygon"}, "id": "44330", "properties": {"DALLE": "1035-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6885-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.578850617428171, 48.976976570252575, 7.593282256141136, 48.986475545089526], "geometry": {"coordinates": [[[[7.578850617428171, 48.97749849078603], [7.579642454096541, 48.986475545089526], [7.593282256141136, 48.985953538807244], [7.592488071733176, 48.976976570252575], [7.578850617428171, 48.97749849078603]]]], "type": "MultiPolygon"}, "id": "44331", "properties": {"DALLE": "1035-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.579642454096541, 48.985953538807244, 7.594076714965059, 48.99545251826265], "geometry": {"coordinates": [[[[7.579642454096541, 48.986475545089526], [7.580434564375151, 48.99545251826265], [7.594076714965059, 48.99493042621529], [7.593282256141136, 48.985953538807244], [7.579642454096541, 48.986475545089526]]]], "type": "MultiPolygon"}, "id": "44332", "properties": {"DALLE": "1035-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.580434564375151, 48.99493042621529, 7.594871448347035, 49.004429410073755], "geometry": {"coordinates": [[[[7.580434564375151, 48.99545251826265], [7.581226948405682, 49.004429410073755], [7.594871448347035, 49.00390723224506], [7.594076714965059, 48.99493042621529], [7.580434564375151, 48.99545251826265]]]], "type": "MultiPolygon"}, "id": "44333", "properties": {"DALLE": "1035-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.581226948405682, 49.00390723224506, 7.5956664564292575, 49.013406220291174], "geometry": {"coordinates": [[[[7.581226948405682, 49.004429410073755], [7.582019606329911, 49.013406220291174], [7.5956664564292575, 49.01288395666487], [7.594871448347035, 49.00390723224506], [7.581226948405682, 49.004429410073755]]]], "type": "MultiPolygon"}, "id": "44335", "properties": {"DALLE": "1035-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.582019606329911, 49.01288395666487, 7.596461739354014, 49.0223829486832], "geometry": {"coordinates": [[[[7.582019606329911, 49.013406220291174], [7.582812538289709, 49.0223829486832], [7.596461739354014, 49.02186059924299], [7.5956664564292575, 49.01288395666487], [7.582019606329911, 49.013406220291174]]]], "type": "MultiPolygon"}, "id": "44336", "properties": {"DALLE": "1035-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.582812538289709, 49.02186059924299, 7.597257297263694, 49.03135959501808], "geometry": {"coordinates": [[[[7.582812538289709, 49.0223829486832], [7.5836057444270555, 49.03135959501808], [7.597257297263694, 49.030837159747705], [7.596461739354014, 49.02186059924299], [7.582812538289709, 49.0223829486832]]]], "type": "MultiPolygon"}, "id": "44337", "properties": {"DALLE": "1035-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5836057444270555, 49.030837159747705, 7.598053130300777, 49.04033615906404], "geometry": {"coordinates": [[[[7.5836057444270555, 49.03135959501808], [7.584399224884015, 49.04033615906404], [7.598053130300777, 49.03981363794719], [7.597257297263694, 49.030837159747705], [7.5836057444270555, 49.03135959501808]]]], "type": "MultiPolygon"}, "id": "44338", "properties": {"DALLE": "1035-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.584399224884015, 49.03981363794719, 7.598849238607852, 49.049312640589264], "geometry": {"coordinates": [[[[7.584399224884015, 49.04033615906404], [7.585192979802761, 49.049312640589264], [7.598849238607852, 49.04879003360967], [7.598053130300777, 49.03981363794719], [7.584399224884015, 49.04033615906404]]]], "type": "MultiPolygon"}, "id": "44339", "properties": {"DALLE": "1035-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.585192979802761, 49.04879003360967, 7.599645622327599, 49.058289039361945], "geometry": {"coordinates": [[[[7.585192979802761, 49.049312640589264], [7.5859870093255575, 49.058289039361945], [7.599645622327599, 49.05776634650327], [7.598849238607852, 49.04879003360967], [7.585192979802761, 49.049312640589264]]]], "type": "MultiPolygon"}, "id": "44340", "properties": {"DALLE": "1035-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5859870093255575, 49.05776634650327, 7.6004422816028, 49.06726535515019], "geometry": {"coordinates": [[[[7.5859870093255575, 49.058289039361945], [7.586781313594772, 49.06726535515019], [7.6004422816028, 49.066742576396145], [7.599645622327599, 49.05776634650327], [7.5859870093255575, 49.058289039361945]]]], "type": "MultiPolygon"}, "id": "44341", "properties": {"DALLE": "1035-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.586781313594772, 49.066742576396145, 7.601239216576333, 49.07624158772212], "geometry": {"coordinates": [[[[7.586781313594772, 49.06726535515019], [7.587575892752866, 49.07624158772212], [7.601239216576333, 49.07571872305637], [7.6004422816028, 49.066742576396145], [7.586781313594772, 49.06726535515019]]]], "type": "MultiPolygon"}, "id": "44342", "properties": {"DALLE": "1035-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.587575892752866, 49.07571872305637, 7.602036427391175, 49.08521773684578], "geometry": {"coordinates": [[[[7.587575892752866, 49.07624158772212], [7.5883707469424015, 49.08521773684578], [7.602036427391175, 49.08469478625201], [7.601239216576333, 49.07571872305637], [7.587575892752866, 49.07624158772212]]]], "type": "MultiPolygon"}, "id": "44343", "properties": {"DALLE": "1035-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.592488071733176, 48.9764530990764, 7.6069217837697884, 48.985953538807244], "geometry": {"coordinates": [[[[7.592488071733176, 48.976976570252575], [7.593282256141136, 48.985953538807244], [7.6069217837697884, 48.985429981628485], [7.606125251764232, 48.9764530990764], [7.592488071733176, 48.976976570252575]]]], "type": "MultiPolygon"}, "id": "44346", "properties": {"DALLE": "1036-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6886-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.593282256141136, 48.985429981628485, 7.607718590996928, 48.99493042621529], "geometry": {"coordinates": [[[[7.593282256141136, 48.985953538807244], [7.594076714965059, 48.99493042621529], [7.607718590996928, 48.99440678301764], [7.6069217837697884, 48.985429981628485], [7.593282256141136, 48.985953538807244]]]], "type": "MultiPolygon"}, "id": "44347", "properties": {"DALLE": "1036-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6887-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.594076714965059, 48.99440678301764, 7.608515673588161, 49.00390723224506], "geometry": {"coordinates": [[[[7.594076714965059, 48.99493042621529], [7.594871448347035, 49.00390723224506], [7.608515673588161, 49.003383503012195], [7.607718590996928, 48.99440678301764], [7.594076714965059, 48.99493042621529]]]], "type": "MultiPolygon"}, "id": "44348", "properties": {"DALLE": "1036-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.594871448347035, 49.003383503012195, 7.609313031686089, 49.01288395666487], "geometry": {"coordinates": [[[[7.594871448347035, 49.00390723224506], [7.5956664564292575, 49.01288395666487], [7.609313031686089, 49.01236014138049], [7.608515673588161, 49.003383503012195], [7.594871448347035, 49.00390723224506]]]], "type": "MultiPolygon"}, "id": "44349", "properties": {"DALLE": "1036-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5956664564292575, 49.01236014138049, 7.610110665433414, 49.02186059924299], "geometry": {"coordinates": [[[[7.5956664564292575, 49.01288395666487], [7.596461739354014, 49.02186059924299], [7.610110665433414, 49.021336697890774], [7.609313031686089, 49.01236014138049], [7.5956664564292575, 49.01288395666487]]]], "type": "MultiPolygon"}, "id": "44350", "properties": {"DALLE": "1036-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.596461739354014, 49.021336697890774, 7.61090857497294, 49.030837159747705], "geometry": {"coordinates": [[[[7.596461739354014, 49.02186059924299], [7.597257297263694, 49.030837159747705], [7.61090857497294, 49.03031317231129], [7.610110665433414, 49.021336697890774], [7.596461739354014, 49.02186059924299]]]], "type": "MultiPolygon"}, "id": "44351", "properties": {"DALLE": "1036-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.597257297263694, 49.03031317231129, 7.611706760447565, 49.03981363794719], "geometry": {"coordinates": [[[[7.597257297263694, 49.030837159747705], [7.598053130300777, 49.03981363794719], [7.611706760447565, 49.03928956441027], [7.61090857497294, 49.03031317231129], [7.597257297263694, 49.030837159747705]]]], "type": "MultiPolygon"}, "id": "44352", "properties": {"DALLE": "1036-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.598053130300777, 49.03928956441027, 7.612505222000288, 49.04879003360967], "geometry": {"coordinates": [[[[7.598053130300777, 49.03981363794719], [7.598849238607852, 49.04879003360967], [7.612505222000288, 49.04826587395588], [7.611706760447565, 49.03928956441027], [7.598053130300777, 49.03981363794719]]]], "type": "MultiPolygon"}, "id": "44353", "properties": {"DALLE": "1036-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.598849238607852, 49.04826587395588, 7.613303959774204, 49.05776634650327], "geometry": {"coordinates": [[[[7.598849238607852, 49.04879003360967], [7.599645622327599, 49.05776634650327], [7.613303959774204, 49.05724210071627], [7.612505222000288, 49.04826587395588], [7.598849238607852, 49.04879003360967]]]], "type": "MultiPolygon"}, "id": "44354", "properties": {"DALLE": "1036-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.599645622327599, 49.05724210071627, 7.6141029739125115, 49.066742576396145], "geometry": {"coordinates": [[[[7.599645622327599, 49.05776634650327], [7.6004422816028, 49.066742576396145], [7.6141029739125115, 49.06621824445956], [7.613303959774204, 49.05724210071627], [7.599645622327599, 49.05776634650327]]]], "type": "MultiPolygon"}, "id": "44355", "properties": {"DALLE": "1036-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6004422816028, 49.06621824445956, 7.614902264558507, 49.07571872305637], "geometry": {"coordinates": [[[[7.6004422816028, 49.066742576396145], [7.601239216576333, 49.07571872305637], [7.614902264558507, 49.07519430495386], [7.6141029739125115, 49.06621824445956], [7.6004422816028, 49.066742576396145]]]], "type": "MultiPolygon"}, "id": "44357", "properties": {"DALLE": "1036-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.601239216576333, 49.07519430495386, 7.6157018318555805, 49.08469478625201], "geometry": {"coordinates": [[[[7.601239216576333, 49.07571872305637], [7.602036427391175, 49.08469478625201], [7.6157018318555805, 49.084170281967175], [7.614902264558507, 49.07519430495386], [7.601239216576333, 49.07571872305637]]]], "type": "MultiPolygon"}, "id": "44358", "properties": {"DALLE": "1036-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.607718590996928, 48.99388158871434, 7.622159623322607, 49.003383503012195], "geometry": {"coordinates": [[[[7.607718590996928, 48.99440678301764], [7.608515673588161, 49.003383503012195], [7.622159623322607, 49.002858222419846], [7.621360191664724, 48.99388158871434], [7.607718590996928, 48.99440678301764]]]], "type": "MultiPolygon"}, "id": "44360", "properties": {"DALLE": "1037-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1037-6888-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.608515673588161, 49.002858222419846, 7.622959331293536, 49.01236014138049], "geometry": {"coordinates": [[[[7.608515673588161, 49.003383503012195], [7.609313031686089, 49.01236014138049], [7.622959331293536, 49.0118347744827], [7.622159623322607, 49.002858222419846], [7.608515673588161, 49.003383503012195]]]], "type": "MultiPolygon"}, "id": "44361", "properties": {"DALLE": "1037-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1037-6889-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.609313031686089, 49.0118347744827, 7.623759315720632, 49.021336697890774], "geometry": {"coordinates": [[[[7.609313031686089, 49.01236014138049], [7.610110665433414, 49.021336697890774], [7.623759315720632, 49.0208112446712], [7.622959331293536, 49.0118347744827], [7.609313031686089, 49.01236014138049]]]], "type": "MultiPolygon"}, "id": "44362", "properties": {"DALLE": "1037-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1037-6890-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.610110665433414, 49.0208112446712, 7.624559576747103, 49.03031317231129], "geometry": {"coordinates": [[[[7.610110665433414, 49.021336697890774], [7.61090857497294, 49.03031317231129], [7.624559576747103, 49.02978763275355], [7.623759315720632, 49.0208112446712], [7.610110665433414, 49.021336697890774]]]], "type": "MultiPolygon"}, "id": "44363", "properties": {"DALLE": "1037-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1037-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.61090857497294, 49.02978763275355, 7.62536011451627, 49.03928956441027], "geometry": {"coordinates": [[[[7.61090857497294, 49.03031317231129], [7.611706760447565, 49.03928956441027], [7.62536011451627, 49.03876393849798], [7.624559576747103, 49.02978763275355], [7.61090857497294, 49.03031317231129]]]], "type": "MultiPolygon"}, "id": "44364", "properties": {"DALLE": "1037-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1037-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.611706760447565, 49.03876393849798, 7.626160929171545, 49.04826587395588], "geometry": {"coordinates": [[[[7.611706760447565, 49.03928956441027], [7.612505222000288, 49.04826587395588], [7.626160929171545, 49.04774016167263], [7.62536011451627, 49.03876393849798], [7.611706760447565, 49.03928956441027]]]], "type": "MultiPolygon"}, "id": "44365", "properties": {"DALLE": "1037-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1037-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.612505222000288, 49.04774016167263, 7.626962020856436, 49.05724210071627], "geometry": {"coordinates": [[[[7.612505222000288, 49.04826587395588], [7.613303959774204, 49.05724210071627], [7.626962020856436, 49.056716302045686], [7.626160929171545, 49.04774016167263], [7.612505222000288, 49.04826587395588]]]], "type": "MultiPolygon"}, "id": "44366", "properties": {"DALLE": "1037-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1037-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.613303959774204, 49.056716302045686, 7.627763389714557, 49.06621824445956], "geometry": {"coordinates": [[[[7.613303959774204, 49.05724210071627], [7.6141029739125115, 49.06621824445956], [7.627763389714557, 49.06569235938523], [7.626962020856436, 49.056716302045686], [7.613303959774204, 49.05724210071627]]]], "type": "MultiPolygon"}, "id": "44368", "properties": {"DALLE": "1037-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1037-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6141029739125115, 49.06569235938523, 7.628565035889617, 49.07519430495386], "geometry": {"coordinates": [[[[7.6141029739125115, 49.06621824445956], [7.614902264558507, 49.07519430495386], [7.628565035889617, 49.07466833345935], [7.627763389714557, 49.06569235938523], [7.6141029739125115, 49.06621824445956]]]], "type": "MultiPolygon"}, "id": "44369", "properties": {"DALLE": "1037-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1037-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.614902264558507, 49.07466833345935, 7.629366959525428, 49.084170281967175], "geometry": {"coordinates": [[[[7.614902264558507, 49.07519430495386], [7.6157018318555805, 49.084170281967175], [7.629366959525428, 49.0836442240361], [7.628565035889617, 49.07466833345935], [7.614902264558507, 49.07519430495386]]]], "type": "MultiPolygon"}, "id": "44370", "properties": {"DALLE": "1037-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1037-6897-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.623759315720632, 49.02028423962911, 7.638210301778592, 49.02978763275355], "geometry": {"coordinates": [[[[7.623759315720632, 49.0208112446712], [7.624559576747103, 49.02978763275355], [7.638210301778592, 49.02926054111932], [7.6374076894084855, 49.02028423962911], [7.623759315720632, 49.0208112446712]]]], "type": "MultiPolygon"}, "id": "44371", "properties": {"DALLE": "1038-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1038-6891-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.624559576747103, 49.02926054111932, 7.639013191698886, 49.03876393849798], "geometry": {"coordinates": [[[[7.624559576747103, 49.02978763275355], [7.62536011451627, 49.03876393849798], [7.639013191698886, 49.03823676025517], [7.638210301778592, 49.02926054111932], [7.624559576747103, 49.02978763275355]]]], "type": "MultiPolygon"}, "id": "44372", "properties": {"DALLE": "1038-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1038-6892-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.62536011451627, 49.03823676025517, 7.6398163593132, 49.04774016167263], "geometry": {"coordinates": [[[[7.62536011451627, 49.03876393849798], [7.626160929171545, 49.04774016167263], [7.6398163593132, 49.04721289680481], [7.639013191698886, 49.03823676025517], [7.62536011451627, 49.03876393849798]]]], "type": "MultiPolygon"}, "id": "44373", "properties": {"DALLE": "1038-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1038-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.626160929171545, 49.04721289680481, 7.6406198047654525, 49.056716302045686], "geometry": {"coordinates": [[[[7.626160929171545, 49.04774016167263], [7.626962020856436, 49.056716302045686], [7.6406198047654525, 49.056188950536395], [7.6398163593132, 49.04721289680481], [7.626160929171545, 49.04774016167263]]]], "type": "MultiPolygon"}, "id": "44374", "properties": {"DALLE": "1038-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1038-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.626962020856436, 49.056188950536395, 7.6414235281996765, 49.06569235938523], "geometry": {"coordinates": [[[[7.626962020856436, 49.056716302045686], [7.627763389714557, 49.06569235938523], [7.6414235281996765, 49.065164921218035], [7.6406198047654525, 49.056188950536395], [7.626962020856436, 49.056716302045686]]]], "type": "MultiPolygon"}, "id": "44375", "properties": {"DALLE": "1038-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1038-6895-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.627763389714557, 49.065164921218035, 7.642227529759994, 49.07466833345935], "geometry": {"coordinates": [[[[7.627763389714557, 49.06569235938523], [7.628565035889617, 49.07466833345935], [7.642227529759994, 49.074140808617784], [7.6414235281996765, 49.065164921218035], [7.627763389714557, 49.06569235938523]]]], "type": "MultiPolygon"}, "id": "44376", "properties": {"DALLE": "1038-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1038-6896-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.639013191698886, 49.03770802972681, 7.653471511616929, 49.04721289680481], "geometry": {"coordinates": [[[[7.639013191698886, 49.03823676025517], [7.6398163593132, 49.04721289680481], [7.653471511616929, 49.0466840793974], [7.652665991187504, 49.03770802972681], [7.639013191698886, 49.03823676025517]]]], "type": "MultiPolygon"}, "id": "44381", "properties": {"DALLE": "1039-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1039-6893-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6398163593132, 49.0466840793974, 7.6542773106925175, 49.056188950536395], "geometry": {"coordinates": [[[[7.6398163593132, 49.04721289680481], [7.6406198047654525, 49.056188950536395], [7.6542773106925175, 49.05566004623341], [7.653471511616929, 49.0466840793974], [7.6398163593132, 49.04721289680481]]]], "type": "MultiPolygon"}, "id": "44382", "properties": {"DALLE": "1039-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1039-6894-LA93-0M20-RVB.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.288245607502062, 48.77160940565513, 7.302573251724027, 48.781078958817695], "geometry": {"coordinates": [[[[7.288245607502062, 48.77209837266274], [7.288984320560213, 48.781078958817695], [7.302573251724027, 48.78058991150545], [7.301832207432365, 48.77160940565513], [7.288245607502062, 48.77209837266274]]]], "type": "MultiPolygon"}, "id": "44836", "properties": {"DALLE": "1015-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6862-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.288984320560213, 48.78058991150545, 7.303314551115082, 48.79005946970445], "geometry": {"coordinates": [[[[7.288984320560213, 48.781078958817695], [7.289723287920012, 48.79005946970445], [7.303314551115082, 48.78957034207241], [7.302573251724027, 48.78058991150545], [7.288984320560213, 48.781078958817695]]]], "type": "MultiPolygon"}, "id": "44837", "properties": {"DALLE": "1015-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6863-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.289723287920012, 48.78957034207241, 7.304056105737142, 48.799039905092236], "geometry": {"coordinates": [[[[7.289723287920012, 48.79005946970445], [7.290462509712663, 48.799039905092236], [7.304056105737142, 48.79855069712525], [7.303314551115082, 48.78957034207241], [7.289723287920012, 48.79005946970445]]]], "type": "MultiPolygon"}, "id": "44839", "properties": {"DALLE": "1015-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6864-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.290462509712663, 48.79855069712525, 7.3047979157219185, 48.80802026475029], "geometry": {"coordinates": [[[[7.290462509712663, 48.799039905092236], [7.291201986069471, 48.80802026475029], [7.3047979157219185, 48.80753097643316], [7.304056105737142, 48.79855069712525], [7.290462509712663, 48.799039905092236]]]], "type": "MultiPolygon"}, "id": "44840", "properties": {"DALLE": "1015-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6865-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.291201986069471, 48.80753097643316, 7.305539981201206, 48.81700054844776], "geometry": {"coordinates": [[[[7.291201986069471, 48.80802026475029], [7.291941717121818, 48.81700054844776], [7.305539981201206, 48.81651117976533], [7.3047979157219185, 48.80753097643316], [7.291201986069471, 48.80802026475029]]]], "type": "MultiPolygon"}, "id": "44841", "properties": {"DALLE": "1015-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.291941717121818, 48.81651117976533, 7.306282302306893, 48.825980755953786], "geometry": {"coordinates": [[[[7.291941717121818, 48.81700054844776], [7.29268170300119, 48.825980755953786], [7.306282302306893, 48.82549130689088], [7.305539981201206, 48.81651117976533], [7.291941717121818, 48.81700054844776]]]], "type": "MultiPolygon"}, "id": "44842", "properties": {"DALLE": "1015-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.29268170300119, 48.82549130689088, 7.307024879170958, 48.834960887037525], "geometry": {"coordinates": [[[[7.29268170300119, 48.825980755953786], [7.293421943839148, 48.834960887037525], [7.307024879170958, 48.83447135757892], [7.306282302306893, 48.82549130689088], [7.29268170300119, 48.825980755953786]]]], "type": "MultiPolygon"}, "id": "44843", "properties": {"DALLE": "1015-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.293421943839148, 48.83447135757892, 7.307767711925472, 48.84394094146801], "geometry": {"coordinates": [[[[7.293421943839148, 48.834960887037525], [7.294162439767359, 48.84394094146801], [7.307767711925472, 48.84345133159854], [7.307024879170958, 48.83447135757892], [7.293421943839148, 48.834960887037525]]]], "type": "MultiPolygon"}, "id": "44844", "properties": {"DALLE": "1015-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.294162439767359, 48.84345133159854, 7.308510800702591, 48.852920919014295], "geometry": {"coordinates": [[[[7.294162439767359, 48.84394094146801], [7.294903190917568, 48.852920919014295], [7.308510800702591, 48.85243122871875], [7.307767711925472, 48.84345133159854], [7.294162439767359, 48.84394094146801]]]], "type": "MultiPolygon"}, "id": "44845", "properties": {"DALLE": "1015-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.294903190917568, 48.85243122871875, 7.309254145634573, 48.86190081944543], "geometry": {"coordinates": [[[[7.294903190917568, 48.852920919014295], [7.295644197421619, 48.86190081944543], [7.309254145634573, 48.8614110487086], [7.308510800702591, 48.85243122871875], [7.294903190917568, 48.852920919014295]]]], "type": "MultiPolygon"}, "id": "44846", "properties": {"DALLE": "1015-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.295644197421619, 48.8614110487086, 7.309997746853751, 48.870880642530366], "geometry": {"coordinates": [[[[7.295644197421619, 48.86190081944543], [7.2963854594114395, 48.870880642530366], [7.309997746853751, 48.87039079133704], [7.309254145634573, 48.8614110487086], [7.295644197421619, 48.86190081944543]]]], "type": "MultiPolygon"}, "id": "44847", "properties": {"DALLE": "1015-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2963854594114395, 48.87039079133704, 7.3107416044925655, 48.87986038803808], "geometry": {"coordinates": [[[[7.2963854594114395, 48.870880642530366], [7.297126977019056, 48.87986038803808], [7.3107416044925655, 48.87937045637303], [7.309997746853751, 48.87039079133704], [7.2963854594114395, 48.870880642530366]]]], "type": "MultiPolygon"}, "id": "44848", "properties": {"DALLE": "1015-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.297126977019056, 48.87937045637303, 7.3114857186835405, 48.88884005573749], "geometry": {"coordinates": [[[[7.297126977019056, 48.87986038803808], [7.297868750376583, 48.88884005573749], [7.3114857186835405, 48.8883500435855], [7.3107416044925655, 48.87937045637303], [7.297126977019056, 48.87986038803808]]]], "type": "MultiPolygon"}, "id": "44850", "properties": {"DALLE": "1015-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.297868750376583, 48.8883500435855, 7.31223008955929, 48.89781964539747], "geometry": {"coordinates": [[[[7.297868750376583, 48.88884005573749], [7.298610779616222, 48.89781964539747], [7.31223008955929, 48.8973295527433], [7.3114857186835405, 48.8883500435855], [7.297868750376583, 48.88884005573749]]]], "type": "MultiPolygon"}, "id": "44851", "properties": {"DALLE": "1015-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.298610779616222, 48.8973295527433, 7.31297471725252, 48.906799156786896], "geometry": {"coordinates": [[[[7.298610779616222, 48.89781964539747], [7.299353064870268, 48.906799156786896], [7.31297471725252, 48.90630898361531], [7.31223008955929, 48.8973295527433], [7.298610779616222, 48.89781964539747]]]], "type": "MultiPolygon"}, "id": "44852", "properties": {"DALLE": "1015-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.299353064870268, 48.90630898361531, 7.313719601896028, 48.9157785896746], "geometry": {"coordinates": [[[[7.299353064870268, 48.906799156786896], [7.300095606271109, 48.9157785896746], [7.313719601896028, 48.91528833597035], [7.31297471725252, 48.90630898361531], [7.299353064870268, 48.906799156786896]]]], "type": "MultiPolygon"}, "id": "44853", "properties": {"DALLE": "1015-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.300095606271109, 48.91528833597035, 7.314464743622708, 48.924757943829356], "geometry": {"coordinates": [[[[7.300095606271109, 48.9157785896746], [7.30083840395122, 48.924757943829356], [7.314464743622708, 48.9242676095772], [7.313719601896028, 48.91528833597035], [7.300095606271109, 48.9157785896746]]]], "type": "MultiPolygon"}, "id": "44854", "properties": {"DALLE": "1015-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.30083840395122, 48.9242676095772, 7.315210142565538, 48.93373721901996], "geometry": {"coordinates": [[[[7.30083840395122, 48.924757943829356], [7.301581458043173, 48.93373721901996], [7.315210142565538, 48.93324680420462], [7.314464743622708, 48.9242676095772], [7.30083840395122, 48.924757943829356]]]], "type": "MultiPolygon"}, "id": "44855", "properties": {"DALLE": "1015-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.301581458043173, 48.93324680420462, 7.315955798857593, 48.94271641501511], "geometry": {"coordinates": [[[[7.301581458043173, 48.93373721901996], [7.302324768679629, 48.94271641501511], [7.315955798857593, 48.94222591962135], [7.315210142565538, 48.93324680420462], [7.301581458043173, 48.93373721901996]]]], "type": "MultiPolygon"}, "id": "44856", "properties": {"DALLE": "1015-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.302324768679629, 48.94222591962135, 7.316701712632037, 48.95169553158354], "geometry": {"coordinates": [[[[7.302324768679629, 48.94271641501511], [7.303068335993336, 48.95169553158354], [7.316701712632037, 48.95120495559608], [7.315955798857593, 48.94222591962135], [7.302324768679629, 48.94271641501511]]]], "type": "MultiPolygon"}, "id": "44857", "properties": {"DALLE": "1015-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.303068335993336, 48.95120495559608, 7.317447884022127, 48.9606745684939], "geometry": {"coordinates": [[[[7.303068335993336, 48.95169553158354], [7.3038121601171415, 48.9606745684939], [7.317447884022127, 48.960183911897474], [7.316701712632037, 48.95120495559608], [7.303068335993336, 48.95169553158354]]]], "type": "MultiPolygon"}, "id": "44858", "properties": {"DALLE": "1015-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3038121601171415, 48.960183911897474, 7.318194313161211, 48.96965352551483], "geometry": {"coordinates": [[[[7.3038121601171415, 48.9606745684939], [7.304556241183977, 48.96965352551483], [7.318194313161211, 48.96916278829414], [7.317447884022127, 48.960183911897474], [7.3038121601171415, 48.9606745684939]]]], "type": "MultiPolygon"}, "id": "44859", "properties": {"DALLE": "1015-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.301091418108567, 48.76213839286349, 7.3154185523948145, 48.77160940565513], "geometry": {"coordinates": [[[[7.301091418108567, 48.762628824752206], [7.301832207432365, 48.77160940565513], [7.3154185523948145, 48.771118893224035], [7.314675432766277, 48.76213839286349], [7.301091418108567, 48.762628824752206]]]], "type": "MultiPolygon"}, "id": "44920", "properties": {"DALLE": "1016-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6861-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.301832207432365, 48.771118893224035, 7.316161927788462, 48.78058991150545], "geometry": {"coordinates": [[[[7.301832207432365, 48.77160940565513], [7.302573251724027, 48.78058991150545], [7.316161927788462, 48.78009931851678], [7.3154185523948145, 48.771118893224035], [7.301832207432365, 48.77160940565513]]]], "type": "MultiPolygon"}, "id": "44921", "properties": {"DALLE": "1016-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6862-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.302573251724027, 48.78009931851678, 7.316905559079157, 48.78957034207241], "geometry": {"coordinates": [[[[7.302573251724027, 48.78058991150545], [7.303314551115082, 48.78957034207241], [7.316905559079157, 48.78907966851096], [7.316161927788462, 48.78009931851678], [7.302573251724027, 48.78058991150545]]]], "type": "MultiPolygon"}, "id": "44922", "properties": {"DALLE": "1016-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6863-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.303314551115082, 48.78907966851096, 7.317649446398921, 48.79855069712525], "geometry": {"coordinates": [[[[7.303314551115082, 48.78957034207241], [7.304056105737142, 48.79855069712525], [7.317649446398921, 48.7980599429758], [7.316905559079157, 48.78907966851096], [7.303314551115082, 48.78957034207241]]]], "type": "MultiPolygon"}, "id": "44923", "properties": {"DALLE": "1016-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6864-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.304056105737142, 48.7980599429758, 7.318393589879868, 48.80753097643316], "geometry": {"coordinates": [[[[7.304056105737142, 48.79855069712525], [7.3047979157219185, 48.80753097643316], [7.318393589879868, 48.807040141680496], [7.317649446398921, 48.7980599429758], [7.304056105737142, 48.79855069712525]]]], "type": "MultiPolygon"}, "id": "44924", "properties": {"DALLE": "1016-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6865-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3047979157219185, 48.807040141680496, 7.319137989654206, 48.81651117976533], "geometry": {"coordinates": [[[[7.3047979157219185, 48.80753097643316], [7.305539981201206, 48.81651117976533], [7.319137989654206, 48.816020264394226], [7.318393589879868, 48.807040141680496], [7.3047979157219185, 48.80753097643316]]]], "type": "MultiPolygon"}, "id": "44925", "properties": {"DALLE": "1016-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.305539981201206, 48.816020264394226, 7.319882645854232, 48.82549130689088], "geometry": {"coordinates": [[[[7.305539981201206, 48.81651117976533], [7.306282302306893, 48.82549130689088], [7.319882645854232, 48.825000310886104], [7.319137989654206, 48.816020264394226], [7.305539981201206, 48.81651117976533]]]], "type": "MultiPolygon"}, "id": "44926", "properties": {"DALLE": "1016-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.306282302306893, 48.825000310886104, 7.320627558612335, 48.83447135757892], "geometry": {"coordinates": [[[[7.306282302306893, 48.82549130689088], [7.307024879170958, 48.83447135757892], [7.320627558612335, 48.833980280925246], [7.319882645854232, 48.825000310886104], [7.306282302306893, 48.82549130689088]]]], "type": "MultiPolygon"}, "id": "44928", "properties": {"DALLE": "1016-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.307024879170958, 48.833980280925246, 7.32137272806099, 48.84345133159854], "geometry": {"coordinates": [[[[7.307024879170958, 48.83447135757892], [7.307767711925472, 48.84345133159854], [7.32137272806099, 48.842960174280705], [7.320627558612335, 48.833980280925246], [7.307024879170958, 48.83447135757892]]]], "type": "MultiPolygon"}, "id": "44929", "properties": {"DALLE": "1016-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.307767711925472, 48.842960174280705, 7.32211815433277, 48.85243122871875], "geometry": {"coordinates": [[[[7.307767711925472, 48.84345133159854], [7.308510800702591, 48.85243122871875], [7.32211815433277, 48.85193999072152], [7.32137272806099, 48.842960174280705], [7.307767711925472, 48.84345133159854]]]], "type": "MultiPolygon"}, "id": "44930", "properties": {"DALLE": "1016-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.308510800702591, 48.85193999072152, 7.322863837560339, 48.8614110487086], "geometry": {"coordinates": [[[[7.308510800702591, 48.85243122871875], [7.309254145634573, 48.8614110487086], [7.322863837560339, 48.86091973001671], [7.32211815433277, 48.85193999072152], [7.308510800702591, 48.85243122871875]]]], "type": "MultiPolygon"}, "id": "44931", "properties": {"DALLE": "1016-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.309254145634573, 48.86091973001671, 7.3236097778764435, 48.87039079133704], "geometry": {"coordinates": [[[[7.309254145634573, 48.8614110487086], [7.309997746853751, 48.87039079133704], [7.3236097778764435, 48.86989939193525], [7.322863837560339, 48.86091973001671], [7.309254145634573, 48.8614110487086]]]], "type": "MultiPolygon"}, "id": "44932", "properties": {"DALLE": "1016-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.309997746853751, 48.86989939193525, 7.3243559754139325, 48.87937045637303], "geometry": {"coordinates": [[[[7.309997746853751, 48.87039079133704], [7.3107416044925655, 48.87937045637303], [7.3243559754139325, 48.87887897624606], [7.3236097778764435, 48.86989939193525], [7.309997746853751, 48.87039079133704]]]], "type": "MultiPolygon"}, "id": "44933", "properties": {"DALLE": "1016-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3107416044925655, 48.87887897624606, 7.32510243030574, 48.8883500435855], "geometry": {"coordinates": [[[[7.3107416044925655, 48.87937045637303], [7.3114857186835405, 48.8883500435855], [7.32510243030574, 48.887858482718066], [7.3243559754139325, 48.87887897624606], [7.3107416044925655, 48.87937045637303]]]], "type": "MultiPolygon"}, "id": "44934", "properties": {"DALLE": "1016-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3114857186835405, 48.887858482718066, 7.32584914268489, 48.8973295527433], "geometry": {"coordinates": [[[[7.3114857186835405, 48.8883500435855], [7.31223008955929, 48.8973295527433], [7.32584914268489, 48.89683791112014], [7.32510243030574, 48.887858482718066], [7.3114857186835405, 48.8883500435855]]]], "type": "MultiPolygon"}, "id": "44935", "properties": {"DALLE": "1016-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.31223008955929, 48.89683791112014, 7.326596112684505, 48.90630898361531], "geometry": {"coordinates": [[[[7.31223008955929, 48.8973295527433], [7.31297471725252, 48.90630898361531], [7.326596112684505, 48.905817261221124], [7.32584914268489, 48.89683791112014], [7.31223008955929, 48.8973295527433]]]], "type": "MultiPolygon"}, "id": "44936", "properties": {"DALLE": "1016-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.31297471725252, 48.905817261221124, 7.3273433404377935, 48.91528833597035], "geometry": {"coordinates": [[[[7.31297471725252, 48.90630898361531], [7.313719601896028, 48.91528833597035], [7.3273433404377935, 48.91479653278985], [7.326596112684505, 48.905817261221124], [7.31297471725252, 48.90630898361531]]]], "type": "MultiPolygon"}, "id": "44937", "properties": {"DALLE": "1016-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.313719601896028, 48.91479653278985, 7.328090826078059, 48.9242676095772], "geometry": {"coordinates": [[[[7.313719601896028, 48.91528833597035], [7.314464743622708, 48.9242676095772], [7.328090826078059, 48.92377572559509], [7.3273433404377935, 48.91479653278985], [7.313719601896028, 48.91528833597035]]]], "type": "MultiPolygon"}, "id": "44939", "properties": {"DALLE": "1016-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.314464743622708, 48.92377572559509, 7.328838569738692, 48.93324680420462], "geometry": {"coordinates": [[[[7.314464743622708, 48.9242676095772], [7.315210142565538, 48.93324680420462], [7.328838569738692, 48.932754839405604], [7.328090826078059, 48.92377572559509], [7.314464743622708, 48.9242676095772]]]], "type": "MultiPolygon"}, "id": "44940", "properties": {"DALLE": "1016-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.315210142565538, 48.932754839405604, 7.3295865715531825, 48.94222591962135], "geometry": {"coordinates": [[[[7.315210142565538, 48.93324680420462], [7.315955798857593, 48.94222591962135], [7.3295865715531825, 48.94173387399011], [7.328838569738692, 48.932754839405604], [7.315210142565538, 48.93324680420462]]]], "type": "MultiPolygon"}, "id": "44941", "properties": {"DALLE": "1016-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.315955798857593, 48.94173387399011, 7.330334831655106, 48.95120495559608], "geometry": {"coordinates": [[[[7.315955798857593, 48.94222591962135], [7.316701712632037, 48.95120495559608], [7.330334831655106, 48.950712829117286], [7.3295865715531825, 48.94173387399011], [7.315955798857593, 48.94222591962135]]]], "type": "MultiPolygon"}, "id": "44942", "properties": {"DALLE": "1016-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.316701712632037, 48.950712829117286, 7.331083350178132, 48.960183911897474], "geometry": {"coordinates": [[[[7.316701712632037, 48.95120495559608], [7.317447884022127, 48.960183911897474], [7.331083350178132, 48.959691704555794], [7.330334831655106, 48.950712829117286], [7.316701712632037, 48.95120495559608]]]], "type": "MultiPolygon"}, "id": "44943", "properties": {"DALLE": "1016-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1016-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.316161927788462, 48.77960717989332, 7.330496311014179, 48.78907966851096], "geometry": {"coordinates": [[[[7.316161927788462, 48.78009931851678], [7.316905559079157, 48.78907966851096], [7.330496311014179, 48.78858744906174], [7.32975034795587, 48.77960717989332], [7.316161927788462, 48.78009931851678]]]], "type": "MultiPolygon"}, "id": "45002", "properties": {"DALLE": "1017-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6863-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.316905559079157, 48.78858744906174, 7.331242530899528, 48.7980599429758], "geometry": {"coordinates": [[[[7.316905559079157, 48.78907966851096], [7.317649446398921, 48.7980599429758], [7.331242530899528, 48.79756764268555], [7.330496311014179, 48.78858744906174], [7.316905559079157, 48.78907966851096]]]], "type": "MultiPolygon"}, "id": "45003", "properties": {"DALLE": "1017-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6864-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.317649446398921, 48.79756764268555, 7.331989007744443, 48.807040141680496], "geometry": {"coordinates": [[[[7.317649446398921, 48.7980599429758], [7.318393589879868, 48.807040141680496], [7.331989007744443, 48.80654776053396], [7.331242530899528, 48.79756764268555], [7.317649446398921, 48.7980599429758]]]], "type": "MultiPolygon"}, "id": "45004", "properties": {"DALLE": "1017-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6865-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.318393589879868, 48.80654776053396, 7.332735741681535, 48.816020264394226], "geometry": {"coordinates": [[[[7.318393589879868, 48.807040141680496], [7.319137989654206, 48.816020264394226], [7.332735741681535, 48.815527802376145], [7.331989007744443, 48.80654776053396], [7.318393589879868, 48.807040141680496]]]], "type": "MultiPolygon"}, "id": "45005", "properties": {"DALLE": "1017-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.319137989654206, 48.815527802376145, 7.333482732843513, 48.825000310886104], "geometry": {"coordinates": [[[[7.319137989654206, 48.816020264394226], [7.319882645854232, 48.825000310886104], [7.333482732843513, 48.82450776798119], [7.332735741681535, 48.815527802376145], [7.319137989654206, 48.816020264394226]]]], "type": "MultiPolygon"}, "id": "45006", "properties": {"DALLE": "1017-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.319882645854232, 48.82450776798119, 7.334229981363172, 48.833980280925246], "geometry": {"coordinates": [[[[7.319882645854232, 48.825000310886104], [7.320627558612335, 48.833980280925246], [7.334229981363172, 48.833487657118205], [7.333482732843513, 48.82450776798119], [7.319882645854232, 48.825000310886104]]]], "type": "MultiPolygon"}, "id": "45007", "properties": {"DALLE": "1017-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.320627558612335, 48.833487657118205, 7.3349774873734015, 48.842960174280705], "geometry": {"coordinates": [[[[7.320627558612335, 48.833980280925246], [7.32137272806099, 48.842960174280705], [7.3349774873734015, 48.84246746955627], [7.334229981363172, 48.833487657118205], [7.320627558612335, 48.833980280925246]]]], "type": "MultiPolygon"}, "id": "45008", "properties": {"DALLE": "1017-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.32137272806099, 48.84246746955627, 7.33572525100718, 48.85193999072152], "geometry": {"coordinates": [[[[7.32137272806099, 48.842960174280705], [7.32211815433277, 48.85193999072152], [7.33572525100718, 48.85144720506438], [7.3349774873734015, 48.84246746955627], [7.32137272806099, 48.842960174280705]]]], "type": "MultiPolygon"}, "id": "45010", "properties": {"DALLE": "1017-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.32211815433277, 48.85144720506438, 7.336473272397584, 48.86091973001671], "geometry": {"coordinates": [[[[7.32211815433277, 48.85193999072152], [7.322863837560339, 48.86091973001671], [7.336473272397584, 48.86042686341157], [7.33572525100718, 48.85144720506438], [7.32211815433277, 48.85193999072152]]]], "type": "MultiPolygon"}, "id": "45011", "properties": {"DALLE": "1017-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.322863837560339, 48.86042686341157, 7.3372215516777715, 48.86989939193525], "geometry": {"coordinates": [[[[7.322863837560339, 48.86091973001671], [7.3236097778764435, 48.86989939193525], [7.3372215516777715, 48.86940644436678], [7.336473272397584, 48.86042686341157], [7.322863837560339, 48.86091973001671]]]], "type": "MultiPolygon"}, "id": "45012", "properties": {"DALLE": "1017-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3236097778764435, 48.86940644436678, 7.337970088980995, 48.87887897624606], "geometry": {"coordinates": [[[[7.3236097778764435, 48.86989939193525], [7.3243559754139325, 48.87887897624606], [7.337970088980995, 48.87838594769896], [7.3372215516777715, 48.86940644436678], [7.3236097778764435, 48.86989939193525]]]], "type": "MultiPolygon"}, "id": "45013", "properties": {"DALLE": "1017-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3243559754139325, 48.87838594769896, 7.338718884440608, 48.887858482718066], "geometry": {"coordinates": [[[[7.3243559754139325, 48.87887897624606], [7.32510243030574, 48.887858482718066], [7.338718884440608, 48.88736537317702], [7.337970088980995, 48.87838594769896], [7.3243559754139325, 48.87887897624606]]]], "type": "MultiPolygon"}, "id": "45014", "properties": {"DALLE": "1017-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.32510243030574, 48.88736537317702, 7.339467938190044, 48.89683791112014], "geometry": {"coordinates": [[[[7.32510243030574, 48.887858482718066], [7.32584914268489, 48.89683791112014], [7.339467938190044, 48.89634472056982], [7.338718884440608, 48.88736537317702], [7.32510243030574, 48.887858482718066]]]], "type": "MultiPolygon"}, "id": "45015", "properties": {"DALLE": "1017-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.32584914268489, 48.89634472056982, 7.340217250362833, 48.905817261221124], "geometry": {"coordinates": [[[[7.32584914268489, 48.89683791112014], [7.326596112684505, 48.905817261221124], [7.340217250362833, 48.90532398964619], [7.339467938190044, 48.89634472056982], [7.32584914268489, 48.89683791112014]]]], "type": "MultiPolygon"}, "id": "45016", "properties": {"DALLE": "1017-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.326596112684505, 48.90532398964619, 7.340966821092599, 48.91479653278985], "geometry": {"coordinates": [[[[7.326596112684505, 48.905817261221124], [7.3273433404377935, 48.91479653278985], [7.340966821092599, 48.91430318017497], [7.340217250362833, 48.90532398964619], [7.326596112684505, 48.905817261221124]]]], "type": "MultiPolygon"}, "id": "45017", "properties": {"DALLE": "1017-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3273433404377935, 48.91430318017497, 7.341716650513055, 48.92377572559509], "geometry": {"coordinates": [[[[7.3273433404377935, 48.91479653278985], [7.328090826078059, 48.92377572559509], [7.341716650513055, 48.923282291924906], [7.340966821092599, 48.91430318017497], [7.3273433404377935, 48.91479653278985]]]], "type": "MultiPolygon"}, "id": "45018", "properties": {"DALLE": "1017-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.328090826078059, 48.923282291924906, 7.3424667387580085, 48.932754839405604], "geometry": {"coordinates": [[[[7.328090826078059, 48.92377572559509], [7.328838569738692, 48.932754839405604], [7.3424667387580085, 48.93226132466476], [7.341716650513055, 48.923282291924906], [7.328090826078059, 48.92377572559509]]]], "type": "MultiPolygon"}, "id": "45019", "properties": {"DALLE": "1017-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1017-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.328259191790734, 48.761152893740864, 7.342590474227272, 48.77062683541109], "geometry": {"coordinates": [[[[7.328259191790734, 48.76164641584579], [7.329004641592169, 48.77062683541109], [7.342590474227272, 48.77013323225801], [7.341842694385191, 48.761152893740864], [7.328259191790734, 48.76164641584579]]]], "type": "MultiPolygon"}, "id": "45083", "properties": {"DALLE": "1018-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6861-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.329004641592169, 48.77013323225801, 7.343338511428685, 48.77960717989332], "geometry": {"coordinates": [[[[7.329004641592169, 48.77062683541109], [7.32975034795587, 48.77960717989332], [7.343338511428685, 48.779113495676825], [7.342590474227272, 48.77013323225801], [7.329004641592169, 48.77062683541109]]]], "type": "MultiPolygon"}, "id": "45085", "properties": {"DALLE": "1018-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6862-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.32975034795587, 48.779113495676825, 7.344086806122177, 48.78858744906174], "geometry": {"coordinates": [[[[7.32975034795587, 48.77960717989332], [7.330496311014179, 48.78858744906174], [7.344086806122177, 48.78809368376652], [7.343338511428685, 48.779113495676825], [7.32975034795587, 48.77960717989332]]]], "type": "MultiPolygon"}, "id": "45086", "properties": {"DALLE": "1018-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6863-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.330496311014179, 48.78809368376652, 7.344835358440591, 48.79756764268555], "geometry": {"coordinates": [[[[7.330496311014179, 48.78858744906174], [7.331242530899528, 48.79756764268555], [7.344835358440591, 48.79707379629631], [7.344086806122177, 48.78809368376652], [7.330496311014179, 48.78858744906174]]]], "type": "MultiPolygon"}, "id": "45087", "properties": {"DALLE": "1018-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6864-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.331242530899528, 48.79707379629631, 7.345584168516855, 48.80654776053396], "geometry": {"coordinates": [[[[7.331242530899528, 48.79756764268555], [7.331989007744443, 48.80654776053396], [7.345584168516855, 48.806053833035385], [7.344835358440591, 48.79707379629631], [7.331242530899528, 48.79756764268555]]]], "type": "MultiPolygon"}, "id": "45088", "properties": {"DALLE": "1018-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6865-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.331989007744443, 48.806053833035385, 7.3463332364839955, 48.815527802376145], "geometry": {"coordinates": [[[[7.331989007744443, 48.80654776053396], [7.332735741681535, 48.815527802376145], [7.3463332364839955, 48.81503379375291], [7.345584168516855, 48.806053833035385], [7.331989007744443, 48.80654776053396]]]], "type": "MultiPolygon"}, "id": "45089", "properties": {"DALLE": "1018-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.332735741681535, 48.81503379375291, 7.347082562475126, 48.82450776798119], "geometry": {"coordinates": [[[[7.332735741681535, 48.815527802376145], [7.333482732843513, 48.82450776798119], [7.347082562475126, 48.824013678217966], [7.3463332364839955, 48.81503379375291], [7.332735741681535, 48.815527802376145]]]], "type": "MultiPolygon"}, "id": "45090", "properties": {"DALLE": "1018-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.333482732843513, 48.824013678217966, 7.347832146623453, 48.833487657118205], "geometry": {"coordinates": [[[[7.333482732843513, 48.82450776798119], [7.334229981363172, 48.833487657118205], [7.347832146623453, 48.83299348619967], [7.347082562475126, 48.824013678217966], [7.333482732843513, 48.82450776798119]]]], "type": "MultiPolygon"}, "id": "45091", "properties": {"DALLE": "1018-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.334229981363172, 48.83299348619967, 7.348581989062278, 48.84246746955627], "geometry": {"coordinates": [[[[7.334229981363172, 48.833487657118205], [7.3349774873734015, 48.84246746955627], [7.348581989062278, 48.84197321746707], [7.347832146623453, 48.83299348619967], [7.334229981363172, 48.833487657118205]]]], "type": "MultiPolygon"}, "id": "45092", "properties": {"DALLE": "1018-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3349774873734015, 48.84197321746707, 7.349332089924984, 48.85144720506438], "geometry": {"coordinates": [[[[7.3349774873734015, 48.84246746955627], [7.33572525100718, 48.85144720506438], [7.349332089924984, 48.85095287178919], [7.348581989062278, 48.84197321746707], [7.3349774873734015, 48.84246746955627]]]], "type": "MultiPolygon"}, "id": "45093", "properties": {"DALLE": "1018-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.33572525100718, 48.85095287178919, 7.350082449345058, 48.86042686341157], "geometry": {"coordinates": [[[[7.33572525100718, 48.85144720506438], [7.336473272397584, 48.86042686341157], [7.350082449345058, 48.859932448935034], [7.349332089924984, 48.85095287178919], [7.33572525100718, 48.85144720506438]]]], "type": "MultiPolygon"}, "id": "45094", "properties": {"DALLE": "1018-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.336473272397584, 48.859932448935034, 7.350833067456071, 48.86940644436678], "geometry": {"coordinates": [[[[7.336473272397584, 48.86042686341157], [7.3372215516777715, 48.86940644436678], [7.350833067456071, 48.86891194867354], [7.350082449345058, 48.859932448935034], [7.336473272397584, 48.86042686341157]]]], "type": "MultiPolygon"}, "id": "45096", "properties": {"DALLE": "1018-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3372215516777715, 48.86891194867354, 7.351583944391687, 48.87838594769896], "geometry": {"coordinates": [[[[7.3372215516777715, 48.86940644436678], [7.337970088980995, 48.87838594769896], [7.351583944391687, 48.877891370773675], [7.350833067456071, 48.86891194867354], [7.3372215516777715, 48.86940644436678]]]], "type": "MultiPolygon"}, "id": "45097", "properties": {"DALLE": "1018-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.337970088980995, 48.877891370773675, 7.352335080285667, 48.88736537317702], "geometry": {"coordinates": [[[[7.337970088980995, 48.87838594769896], [7.338718884440608, 48.88736537317702], [7.352335080285667, 48.886870715004285], [7.351583944391687, 48.877891370773675], [7.337970088980995, 48.87838594769896]]]], "type": "MultiPolygon"}, "id": "45098", "properties": {"DALLE": "1018-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.338718884440608, 48.886870715004285, 7.353086475271857, 48.89634472056982], "geometry": {"coordinates": [[[[7.338718884440608, 48.88736537317702], [7.339467938190044, 48.89634472056982], [7.353086475271857, 48.895849981134276], [7.352335080285667, 48.886870715004285], [7.338718884440608, 48.88736537317702]]]], "type": "MultiPolygon"}, "id": "45099", "properties": {"DALLE": "1018-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.339467938190044, 48.895849981134276, 7.3538381294842, 48.90532398964619], "geometry": {"coordinates": [[[[7.339467938190044, 48.89634472056982], [7.340217250362833, 48.90532398964619], [7.3538381294842, 48.904829168932466], [7.353086475271857, 48.895849981134276], [7.339467938190044, 48.89634472056982]]]], "type": "MultiPolygon"}, "id": "45100", "properties": {"DALLE": "1018-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.340217250362833, 48.904829168932466, 7.354590043056729, 48.91430318017497], "geometry": {"coordinates": [[[[7.340217250362833, 48.90532398964619], [7.340966821092599, 48.91430318017497], [7.354590043056729, 48.913808278167664], [7.3538381294842, 48.904829168932466], [7.340217250362833, 48.90532398964619]]]], "type": "MultiPolygon"}, "id": "45101", "properties": {"DALLE": "1018-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.340966821092599, 48.913808278167664, 7.355342216123571, 48.923282291924906], "geometry": {"coordinates": [[[[7.340966821092599, 48.91430318017497], [7.341716650513055, 48.923282291924906], [7.355342216123571, 48.92278730860864], [7.354590043056729, 48.913808278167664], [7.340966821092599, 48.91430318017497]]]], "type": "MultiPolygon"}, "id": "45102", "properties": {"DALLE": "1018-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.341716650513055, 48.92278730860864, 7.356094648818941, 48.93226132466476], "geometry": {"coordinates": [[[[7.341716650513055, 48.923282291924906], [7.3424667387580085, 48.93226132466476], [7.356094648818941, 48.93176626002414], [7.355342216123571, 48.92278730860864], [7.341716650513055, 48.923282291924906]]]], "type": "MultiPolygon"}, "id": "45103", "properties": {"DALLE": "1018-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3424667387580085, 48.93176626002414, 7.356847341277157, 48.941240278163264], "geometry": {"coordinates": [[[[7.3424667387580085, 48.93226132466476], [7.343217085961356, 48.941240278163264], [7.356847341277157, 48.94074513218285], [7.356094648818941, 48.93176626002414], [7.3424667387580085, 48.93226132466476]]]], "type": "MultiPolygon"}, "id": "45104", "properties": {"DALLE": "1018-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.34109517176978, 48.751677494491354, 7.355425939752991, 48.761152893740864], "geometry": {"coordinates": [[[[7.34109517176978, 48.75217248035605], [7.341842694385191, 48.761152893740864], [7.355425939752991, 48.760657826590524], [7.354676088026156, 48.751677494491354], [7.34109517176978, 48.75217248035605]]]], "type": "MultiPolygon"}, "id": "45169", "properties": {"DALLE": "1019-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6860-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.341842694385191, 48.760657826590524, 7.35617604950306, 48.77013323225801], "geometry": {"coordinates": [[[[7.341842694385191, 48.761152893740864], [7.342590474227272, 48.77013323225801], [7.35617604950306, 48.7696380838067], [7.355425939752991, 48.760657826590524], [7.341842694385191, 48.761152893740864]]]], "type": "MultiPolygon"}, "id": "45171", "properties": {"DALLE": "1019-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6861-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.342590474227272, 48.7696380838067, 7.356926417409435, 48.779113495676825], "geometry": {"coordinates": [[[[7.342590474227272, 48.77013323225801], [7.343338511428685, 48.779113495676825], [7.356926417409435, 48.778618265909195], [7.35617604950306, 48.7696380838067], [7.342590474227272, 48.77013323225801]]]], "type": "MultiPolygon"}, "id": "45172", "properties": {"DALLE": "1019-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6862-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.343338511428685, 48.778618265909195, 7.35767704360527, 48.78809368376652], "geometry": {"coordinates": [[[[7.343338511428685, 48.779113495676825], [7.344086806122177, 48.78809368376652], [7.35767704360527, 48.78759837266722], [7.356926417409435, 48.778618265909195], [7.343338511428685, 48.779113495676825]]]], "type": "MultiPolygon"}, "id": "45173", "properties": {"DALLE": "1019-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6863-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.344086806122177, 48.78759837266722, 7.358427928223814, 48.79707379629631], "geometry": {"coordinates": [[[[7.344086806122177, 48.78809368376652], [7.344835358440591, 48.79707379629631], [7.358427928223814, 48.796578403849985], [7.35767704360527, 48.78759837266722], [7.344086806122177, 48.78809368376652]]]], "type": "MultiPolygon"}, "id": "45174", "properties": {"DALLE": "1019-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6864-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.344835358440591, 48.796578403849985, 7.359179071398406, 48.806053833035385], "geometry": {"coordinates": [[[[7.344835358440591, 48.79707379629631], [7.345584168516855, 48.806053833035385], [7.359179071398406, 48.80555835922669], [7.358427928223814, 48.796578403849985], [7.344835358440591, 48.79707379629631]]]], "type": "MultiPolygon"}, "id": "45175", "properties": {"DALLE": "1019-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6865-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.345584168516855, 48.80555835922669, 7.35993047326248, 48.81503379375291], "geometry": {"coordinates": [[[[7.345584168516855, 48.806053833035385], [7.3463332364839955, 48.81503379375291], [7.35993047326248, 48.814538238566456], [7.359179071398406, 48.80555835922669], [7.345584168516855, 48.806053833035385]]]], "type": "MultiPolygon"}, "id": "45176", "properties": {"DALLE": "1019-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3463332364839955, 48.814538238566456, 7.360682133949558, 48.824013678217966], "geometry": {"coordinates": [[[[7.3463332364839955, 48.81503379375291], [7.347082562475126, 48.824013678217966], [7.360682133949558, 48.823518041638394], [7.35993047326248, 48.814538238566456], [7.3463332364839955, 48.81503379375291]]]], "type": "MultiPolygon"}, "id": "45177", "properties": {"DALLE": "1019-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.347082562475126, 48.823518041638394, 7.361434053593257, 48.83299348619967], "geometry": {"coordinates": [[[[7.347082562475126, 48.824013678217966], [7.347832146623453, 48.83299348619967], [7.361434053593257, 48.83249776821161], [7.360682133949558, 48.823518041638394], [7.347082562475126, 48.824013678217966]]]], "type": "MultiPolygon"}, "id": "45178", "properties": {"DALLE": "1019-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.347832146623453, 48.83249776821161, 7.362186232327283, 48.84197321746707], "geometry": {"coordinates": [[[[7.347832146623453, 48.83299348619967], [7.348581989062278, 48.84197321746707], [7.362186232327283, 48.84147741805512], [7.361434053593257, 48.83249776821161], [7.347832146623453, 48.83299348619967]]]], "type": "MultiPolygon"}, "id": "45179", "properties": {"DALLE": "1019-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.348581989062278, 48.84147741805512, 7.362938670285437, 48.85095287178919], "geometry": {"coordinates": [[[[7.348581989062278, 48.84197321746707], [7.349332089924984, 48.85095287178919], [7.362938670285437, 48.85045699093798], [7.362186232327283, 48.84147741805512], [7.348581989062278, 48.84197321746707]]]], "type": "MultiPolygon"}, "id": "45180", "properties": {"DALLE": "1019-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.349332089924984, 48.85045699093798, 7.363691367601609, 48.859932448935034], "geometry": {"coordinates": [[[[7.349332089924984, 48.85095287178919], [7.350082449345058, 48.859932448935034], [7.363691367601609, 48.85943648662916], [7.362938670285437, 48.85045699093798], [7.349332089924984, 48.85095287178919]]]], "type": "MultiPolygon"}, "id": "45182", "properties": {"DALLE": "1019-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.350082449345058, 48.85943648662916, 7.364444324409783, 48.86891194867354], "geometry": {"coordinates": [[[[7.350082449345058, 48.859932448935034], [7.350833067456071, 48.86891194867354], [7.364444324409783, 48.86841590489758], [7.363691367601609, 48.85943648662916], [7.350082449345058, 48.859932448935034]]]], "type": "MultiPolygon"}, "id": "45183", "properties": {"DALLE": "1019-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.350833067456071, 48.86841590489758, 7.365197540844033, 48.877891370773675], "geometry": {"coordinates": [[[[7.350833067456071, 48.86891194867354], [7.351583944391687, 48.877891370773675], [7.365197540844033, 48.87739524551222], [7.364444324409783, 48.86841590489758], [7.350833067456071, 48.86891194867354]]]], "type": "MultiPolygon"}, "id": "45184", "properties": {"DALLE": "1019-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.351583944391687, 48.87739524551222, 7.365951017038531, 48.886870715004285], "geometry": {"coordinates": [[[[7.351583944391687, 48.877891370773675], [7.352335080285667, 48.886870715004285], [7.365951017038531, 48.88637450824195], [7.365197540844033, 48.87739524551222], [7.351583944391687, 48.877891370773675]]]], "type": "MultiPolygon"}, "id": "45185", "properties": {"DALLE": "1019-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.352335080285667, 48.88637450824195, 7.366704753127534, 48.895849981134276], "geometry": {"coordinates": [[[[7.352335080285667, 48.886870715004285], [7.353086475271857, 48.895849981134276], [7.366704753127534, 48.89535369285561], [7.365951017038531, 48.88637450824195], [7.352335080285667, 48.886870715004285]]]], "type": "MultiPolygon"}, "id": "45186", "properties": {"DALLE": "1019-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.353086475271857, 48.89535369285561, 7.3674587492453965, 48.904829168932466], "geometry": {"coordinates": [[[[7.353086475271857, 48.895849981134276], [7.3538381294842, 48.904829168932466], [7.3674587492453965, 48.90433279912206], [7.366704753127534, 48.89535369285561], [7.353086475271857, 48.895849981134276]]]], "type": "MultiPolygon"}, "id": "45187", "properties": {"DALLE": "1019-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3538381294842, 48.90433279912206, 7.368213005526561, 48.913808278167664], "geometry": {"coordinates": [[[[7.3538381294842, 48.904829168932466], [7.354590043056729, 48.913808278167664], [7.368213005526561, 48.91331182681008], [7.3674587492453965, 48.90433279912206], [7.3538381294842, 48.904829168932466]]]], "type": "MultiPolygon"}, "id": "45188", "properties": {"DALLE": "1019-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.354590043056729, 48.91331182681008, 7.36896752210557, 48.92278730860864], "geometry": {"coordinates": [[[[7.354590043056729, 48.913808278167664], [7.355342216123571, 48.92278730860864], [7.36896752210557, 48.92229077568843], [7.368213005526561, 48.91331182681008], [7.354590043056729, 48.913808278167664]]]], "type": "MultiPolygon"}, "id": "45189", "properties": {"DALLE": "1019-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.355342216123571, 48.92229077568843, 7.369722299117051, 48.93176626002414], "geometry": {"coordinates": [[[[7.355342216123571, 48.92278730860864], [7.356094648818941, 48.93176626002414], [7.369722299117051, 48.93126964552585], [7.36896752210557, 48.92229077568843], [7.355342216123571, 48.92278730860864]]]], "type": "MultiPolygon"}, "id": "45190", "properties": {"DALLE": "1019-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.356094648818941, 48.93126964552585, 7.370477336695728, 48.94074513218285], "geometry": {"coordinates": [[[[7.356094648818941, 48.93176626002414], [7.356847341277157, 48.94074513218285], [7.370477336695728, 48.94024843609104], [7.369722299117051, 48.93126964552585], [7.356094648818941, 48.93176626002414]]]], "type": "MultiPolygon"}, "id": "45191", "properties": {"DALLE": "1019-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1019-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.354676088026156, 48.75118096387606, 7.369008927097568, 48.760657826590524], "geometry": {"coordinates": [[[[7.354676088026156, 48.751677494491354], [7.355425939752991, 48.760657826590524], [7.369008927097568, 48.7601612144368], [7.368256746392286, 48.75118096387606], [7.354676088026156, 48.751677494491354]]]], "type": "MultiPolygon"}, "id": "45257", "properties": {"DALLE": "1020-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6860-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.355425939752991, 48.7601612144368, 7.369761366622563, 48.7696380838067], "geometry": {"coordinates": [[[[7.355425939752991, 48.760657826590524], [7.35617604950306, 48.7696380838067], [7.369761366622563, 48.76914139009916], [7.369008927097568, 48.7601612144368], [7.355425939752991, 48.760657826590524]]]], "type": "MultiPolygon"}, "id": "45258", "properties": {"DALLE": "1020-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6861-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.35617604950306, 48.76914139009916, 7.370514065100741, 48.778618265909195], "geometry": {"coordinates": [[[[7.35617604950306, 48.7696380838067], [7.356926417409435, 48.778618265909195], [7.370514065100741, 48.77812149063244], [7.369761366622563, 48.76914139009916], [7.35617604950306, 48.7696380838067]]]], "type": "MultiPolygon"}, "id": "45259", "properties": {"DALLE": "1020-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6862-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.356926417409435, 48.77812149063244, 7.37126702266567, 48.78759837266722], "geometry": {"coordinates": [[[[7.356926417409435, 48.778618265909195], [7.35767704360527, 48.78759837266722], [7.37126702266567, 48.787101515805865], [7.370514065100741, 48.77812149063244], [7.356926417409435, 48.778618265909195]]]], "type": "MultiPolygon"}, "id": "45260", "properties": {"DALLE": "1020-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6863-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.35767704360527, 48.787101515805865, 7.372020239451001, 48.796578403849985], "geometry": {"coordinates": [[[[7.35767704360527, 48.78759837266722], [7.358427928223814, 48.796578403849985], [7.372020239451001, 48.79608146538864], [7.37126702266567, 48.787101515805865], [7.35767704360527, 48.78759837266722]]]], "type": "MultiPolygon"}, "id": "45261", "properties": {"DALLE": "1020-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6864-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.358427928223814, 48.79608146538864, 7.372773715590492, 48.80555835922669], "geometry": {"coordinates": [[[[7.358427928223814, 48.796578403849985], [7.359179071398406, 48.80555835922669], [7.372773715590492, 48.805061339149944], [7.372020239451001, 48.79608146538864], [7.358427928223814, 48.796578403849985]]]], "type": "MultiPolygon"}, "id": "45262", "properties": {"DALLE": "1020-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6865-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.359179071398406, 48.805061339149944, 7.373527451217976, 48.814538238566456], "geometry": {"coordinates": [[[[7.359179071398406, 48.80555835922669], [7.35993047326248, 48.814538238566456], [7.373527451217976, 48.81404113685888], [7.372773715590492, 48.805061339149944], [7.359179071398406, 48.80555835922669]]]], "type": "MultiPolygon"}, "id": "45263", "properties": {"DALLE": "1020-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.35993047326248, 48.81404113685888, 7.374281446467385, 48.823518041638394], "geometry": {"coordinates": [[[[7.35993047326248, 48.814538238566456], [7.360682133949558, 48.823518041638394], [7.374281446467385, 48.82302085828457], [7.373527451217976, 48.81404113685888], [7.35993047326248, 48.814538238566456]]]], "type": "MultiPolygon"}, "id": "45264", "properties": {"DALLE": "1020-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.360682133949558, 48.82302085828457, 7.375035701472748, 48.83249776821161], "geometry": {"coordinates": [[[[7.360682133949558, 48.823518041638394], [7.361434053593257, 48.83249776821161], [7.375035701472748, 48.83200050319613], [7.374281446467385, 48.82302085828457], [7.360682133949558, 48.823518041638394]]]], "type": "MultiPolygon"}, "id": "45265", "properties": {"DALLE": "1020-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.361434053593257, 48.83200050319613, 7.37579021636818, 48.84147741805512], "geometry": {"coordinates": [[[[7.361434053593257, 48.83249776821161], [7.362186232327283, 48.84147741805512], [7.37579021636818, 48.84098007136255], [7.375035701472748, 48.83200050319613], [7.361434053593257, 48.83249776821161]]]], "type": "MultiPolygon"}, "id": "45266", "properties": {"DALLE": "1020-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.362186232327283, 48.84098007136255, 7.376544991287886, 48.85045699093798], "geometry": {"coordinates": [[[[7.362186232327283, 48.84147741805512], [7.362938670285437, 48.85045699093798], [7.376544991287886, 48.84995956255287], [7.37579021636818, 48.84098007136255], [7.362186232327283, 48.84147741805512]]]], "type": "MultiPolygon"}, "id": "45268", "properties": {"DALLE": "1020-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.362938670285437, 48.84995956255287, 7.377300026366172, 48.85943648662916], "geometry": {"coordinates": [[[[7.362938670285437, 48.85045699093798], [7.363691367601609, 48.85943648662916], [7.377300026366172, 48.85893897653605], [7.376544991287886, 48.84995956255287], [7.362938670285437, 48.85045699093798]]]], "type": "MultiPolygon"}, "id": "45269", "properties": {"DALLE": "1020-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.363691367601609, 48.85893897653605, 7.378055321737433, 48.86841590489758], "geometry": {"coordinates": [[[[7.363691367601609, 48.85943648662916], [7.364444324409783, 48.86841590489758], [7.378055321737433, 48.86791831308108], [7.377300026366172, 48.85893897653605], [7.363691367601609, 48.85943648662916]]]], "type": "MultiPolygon"}, "id": "45270", "properties": {"DALLE": "1020-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.364444324409783, 48.86791831308108, 7.37881087753615, 48.87739524551222], "geometry": {"coordinates": [[[[7.364444324409783, 48.86841590489758], [7.365197540844033, 48.87739524551222], [7.37881087753615, 48.876897571956825], [7.378055321737433, 48.86791831308108], [7.364444324409783, 48.86841590489758]]]], "type": "MultiPolygon"}, "id": "45271", "properties": {"DALLE": "1020-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.365197540844033, 48.876897571956825, 7.379566693896905, 48.88637450824195], "geometry": {"coordinates": [[[[7.365197540844033, 48.87739524551222], [7.365951017038531, 48.88637450824195], [7.379566693896905, 48.8858767529322], [7.37881087753615, 48.876897571956825], [7.365197540844033, 48.87739524551222]]]], "type": "MultiPolygon"}, "id": "45272", "properties": {"DALLE": "1020-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.365951017038531, 48.8858767529322, 7.380322770954368, 48.89535369285561], "geometry": {"coordinates": [[[[7.365951017038531, 48.88637450824195], [7.366704753127534, 48.89535369285561], [7.380322770954368, 48.89485585577606], [7.379566693896905, 48.8858767529322], [7.365951017038531, 48.88637450824195]]]], "type": "MultiPolygon"}, "id": "45273", "properties": {"DALLE": "1020-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.366704753127534, 48.89485585577606, 7.381079108843303, 48.90433279912206], "geometry": {"coordinates": [[[[7.366704753127534, 48.89535369285561], [7.3674587492453965, 48.90433279912206], [7.381079108843303, 48.90383488025719], [7.380322770954368, 48.89485585577606], [7.366704753127534, 48.89535369285561]]]], "type": "MultiPolygon"}, "id": "45274", "properties": {"DALLE": "1020-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3674587492453965, 48.90383488025719, 7.381835707698568, 48.91331182681008], "geometry": {"coordinates": [[[[7.3674587492453965, 48.90433279912206], [7.368213005526561, 48.91331182681008], [7.381835707698568, 48.91281382614444], [7.381079108843303, 48.90383488025719], [7.3674587492453965, 48.90433279912206]]]], "type": "MultiPolygon"}, "id": "45275", "properties": {"DALLE": "1020-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.368213005526561, 48.91281382614444, 7.382592567655114, 48.92229077568843], "geometry": {"coordinates": [[[[7.368213005526561, 48.91331182681008], [7.36896752210557, 48.92229077568843], [7.382592567655114, 48.921792693206534], [7.381835707698568, 48.91281382614444], [7.368213005526561, 48.91331182681008]]]], "type": "MultiPolygon"}, "id": "45276", "properties": {"DALLE": "1020-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.36896752210557, 48.921792693206534, 7.3833496888479795, 48.93126964552585], "geometry": {"coordinates": [[[[7.36896752210557, 48.92229077568843], [7.369722299117051, 48.93126964552585], [7.3833496888479795, 48.93077148121219], [7.382592567655114, 48.921792693206534], [7.36896752210557, 48.92229077568843]]]], "type": "MultiPolygon"}, "id": "45277", "properties": {"DALLE": "1020-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.369722299117051, 48.93077148121219, 7.384107071412306, 48.94024843609104], "geometry": {"coordinates": [[[[7.369722299117051, 48.93126964552585], [7.370477336695728, 48.94024843609104], [7.384107071412306, 48.93975018993013], [7.3833496888479795, 48.93077148121219], [7.369722299117051, 48.93126964552585]]]], "type": "MultiPolygon"}, "id": "45279", "properties": {"DALLE": "1020-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1020-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.368256746392286, 48.750682888552234, 7.382591655622449, 48.7601612144368], "geometry": {"coordinates": [[[[7.368256746392286, 48.75118096387606], [7.369008927097568, 48.7601612144368], [7.382591655622449, 48.75966305732177], [7.381837146072099, 48.750682888552234], [7.368256746392286, 48.75118096387606]]]], "type": "MultiPolygon"}, "id": "45344", "properties": {"DALLE": "1021-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6860-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.369008927097568, 48.75966305732177, 7.3833464247888925, 48.76914139009916], "geometry": {"coordinates": [[[[7.369008927097568, 48.7601612144368], [7.369761366622563, 48.76914139009916], [7.3833464247888925, 48.76864315117751], [7.382591655622449, 48.75966305732177], [7.369008927097568, 48.7601612144368]]]], "type": "MultiPolygon"}, "id": "45345", "properties": {"DALLE": "1021-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6861-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.369761366622563, 48.76864315117751, 7.384101453705311, 48.77812149063244], "geometry": {"coordinates": [[[[7.369761366622563, 48.76914139009916], [7.370514065100741, 48.77812149063244], [7.384101453705311, 48.777623169888706], [7.3833464247888925, 48.76864315117751], [7.369761366622563, 48.76914139009916]]]], "type": "MultiPolygon"}, "id": "45346", "properties": {"DALLE": "1021-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6862-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.370514065100741, 48.777623169888706, 7.384856742505677, 48.787101515805865], "geometry": {"coordinates": [[[[7.370514065100741, 48.77812149063244], [7.37126702266567, 48.787101515805865], [7.384856742505677, 48.78660311322463], [7.384101453705311, 48.777623169888706], [7.370514065100741, 48.77812149063244]]]], "type": "MultiPolygon"}, "id": "45347", "properties": {"DALLE": "1021-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6863-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.37126702266567, 48.78660311322463, 7.385612291324052, 48.79608146538864], "geometry": {"coordinates": [[[[7.37126702266567, 48.787101515805865], [7.372020239451001, 48.79608146538864], [7.385612291324052, 48.79558298095444], [7.384856742505677, 48.78660311322463], [7.37126702266567, 48.787101515805865]]]], "type": "MultiPolygon"}, "id": "45348", "properties": {"DALLE": "1021-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6864-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.372020239451001, 48.79558298095444, 7.386368100294598, 48.805061339149944], "geometry": {"coordinates": [[[[7.372020239451001, 48.79608146538864], [7.372773715590492, 48.805061339149944], [7.386368100294598, 48.80456277284731], [7.385612291324052, 48.79558298095444], [7.372020239451001, 48.79608146538864]]]], "type": "MultiPolygon"}, "id": "45349", "properties": {"DALLE": "1021-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6865-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.372773715590492, 48.80456277284731, 7.387124169551557, 48.81404113685888], "geometry": {"coordinates": [[[[7.372773715590492, 48.805061339149944], [7.373527451217976, 48.81404113685888], [7.387124169551557, 48.81354248867239], [7.386368100294598, 48.80456277284731], [7.372773715590492, 48.805061339149944]]]], "type": "MultiPolygon"}, "id": "45350", "properties": {"DALLE": "1021-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.373527451217976, 48.81354248867239, 7.387880499229274, 48.82302085828457], "geometry": {"coordinates": [[[[7.373527451217976, 48.81404113685888], [7.374281446467385, 48.82302085828457], [7.387880499229274, 48.82252212819875], [7.387124169551557, 48.81354248867239], [7.373527451217976, 48.81404113685888]]]], "type": "MultiPolygon"}, "id": "45351", "properties": {"DALLE": "1021-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.374281446467385, 48.82252212819875, 7.3886370894621844, 48.83200050319613], "geometry": {"coordinates": [[[[7.374281446467385, 48.82302085828457], [7.375035701472748, 48.83200050319613], [7.3886370894621844, 48.831501691195484], [7.387880499229274, 48.82252212819875], [7.374281446467385, 48.82302085828457]]]], "type": "MultiPolygon"}, "id": "45352", "properties": {"DALLE": "1021-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.375035701472748, 48.831501691195484, 7.389393940384811, 48.84098007136255], "geometry": {"coordinates": [[[[7.375035701472748, 48.83200050319613], [7.37579021636818, 48.84098007136255], [7.389393940384811, 48.84048117743162], [7.3886370894621844, 48.831501691195484], [7.375035701472748, 48.83200050319613]]]], "type": "MultiPolygon"}, "id": "45353", "properties": {"DALLE": "1021-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.37579021636818, 48.84048117743162, 7.390151052131773, 48.84995956255287], "geometry": {"coordinates": [[[[7.37579021636818, 48.84098007136255], [7.376544991287886, 48.84995956255287], [7.390151052131773, 48.84946058667615], [7.389393940384811, 48.84048117743162], [7.37579021636818, 48.84098007136255]]]], "type": "MultiPolygon"}, "id": "45355", "properties": {"DALLE": "1021-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.376544991287886, 48.84946058667615, 7.3909084248377805, 48.85893897653605], "geometry": {"coordinates": [[[[7.376544991287886, 48.84995956255287], [7.377300026366172, 48.85893897653605], [7.3909084248377805, 48.858439918698075], [7.390151052131773, 48.84946058667615], [7.376544991287886, 48.84995956255287]]]], "type": "MultiPolygon"}, "id": "45356", "properties": {"DALLE": "1021-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.377300026366172, 48.858439918698075, 7.391666058637639, 48.86791831308108], "geometry": {"coordinates": [[[[7.377300026366172, 48.85893897653605], [7.378055321737433, 48.86791831308108], [7.391666058637639, 48.86741917326633], [7.3909084248377805, 48.858439918698075], [7.377300026366172, 48.85893897653605]]]], "type": "MultiPolygon"}, "id": "45357", "properties": {"DALLE": "1021-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.378055321737433, 48.86741917326633, 7.392423953666242, 48.876897571956825], "geometry": {"coordinates": [[[[7.378055321737433, 48.86791831308108], [7.37881087753615, 48.876897571956825], [7.392423953666242, 48.87639835014978], [7.391666058637639, 48.86741917326633], [7.378055321737433, 48.86791831308108]]]], "type": "MultiPolygon"}, "id": "45358", "properties": {"DALLE": "1021-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.37881087753615, 48.87639835014978, 7.393182110058584, 48.8858767529322], "geometry": {"coordinates": [[[[7.37881087753615, 48.876897571956825], [7.379566693896905, 48.8858767529322], [7.393182110058584, 48.885377449117385], [7.392423953666242, 48.87639835014978], [7.37881087753615, 48.876897571956825]]]], "type": "MultiPolygon"}, "id": "45359", "properties": {"DALLE": "1021-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.379566693896905, 48.885377449117385, 7.393940527949743, 48.89485585577606], "geometry": {"coordinates": [[[[7.379566693896905, 48.8858767529322], [7.380322770954368, 48.89485585577606], [7.393940527949743, 48.89435646993794], [7.393182110058584, 48.885377449117385], [7.379566693896905, 48.8858767529322]]]], "type": "MultiPolygon"}, "id": "45360", "properties": {"DALLE": "1021-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.380322770954368, 48.89435646993794, 7.394699207474896, 48.90383488025719], "geometry": {"coordinates": [[[[7.380322770954368, 48.89485585577606], [7.381079108843303, 48.90383488025719], [7.394699207474896, 48.90333541238026], [7.393940527949743, 48.89435646993794], [7.380322770954368, 48.89485585577606]]]], "type": "MultiPolygon"}, "id": "45361", "properties": {"DALLE": "1021-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.381079108843303, 48.90333541238026, 7.39545814876931, 48.91281382614444], "geometry": {"coordinates": [[[[7.381079108843303, 48.90383488025719], [7.381835707698568, 48.91281382614444], [7.39545814876931, 48.91231427621315], [7.394699207474896, 48.90333541238026], [7.381079108843303, 48.90383488025719]]]], "type": "MultiPolygon"}, "id": "45362", "properties": {"DALLE": "1021-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.381835707698568, 48.91231427621315, 7.39621735196835, 48.921792693206534], "geometry": {"coordinates": [[[[7.381835707698568, 48.91281382614444], [7.382592567655114, 48.921792693206534], [7.39621735196835, 48.921293061205354], [7.39545814876931, 48.91231427621315], [7.381835707698568, 48.91281382614444]]]], "type": "MultiPolygon"}, "id": "45363", "properties": {"DALLE": "1021-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.382592567655114, 48.921293061205354, 7.396976817207464, 48.93077148121219], "geometry": {"coordinates": [[[[7.382592567655114, 48.921792693206534], [7.3833496888479795, 48.93077148121219], [7.396976817207464, 48.93027176712558], [7.39621735196835, 48.921293061205354], [7.382592567655114, 48.921792693206534]]]], "type": "MultiPolygon"}, "id": "45364", "properties": {"DALLE": "1021-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3833496888479795, 48.93027176712558, 7.397736544622207, 48.93975018993013], "geometry": {"coordinates": [[[[7.3833496888479795, 48.93077148121219], [7.384107071412306, 48.93975018993013], [7.397736544622207, 48.93925039374255], [7.396976817207464, 48.93027176712558], [7.3833496888479795, 48.93077148121219]]]], "type": "MultiPolygon"}, "id": "45366", "properties": {"DALLE": "1021-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1021-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.382591655622449, 48.75916335528772, 7.396931223205265, 48.76864315117751], "geometry": {"coordinates": [[[[7.382591655622449, 48.75966305732177], [7.3833464247888925, 48.76864315117751], [7.396931223205265, 48.76814336708403], [7.396174124531253, 48.75916335528772], [7.382591655622449, 48.75966305732177]]]], "type": "MultiPolygon"}, "id": "45431", "properties": {"DALLE": "1022-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6861-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3833464247888925, 48.76814336708403, 7.3976885824259515, 48.777623169888706], "geometry": {"coordinates": [[[[7.3833464247888925, 48.76864315117751], [7.384101453705311, 48.777623169888706], [7.3976885824259515, 48.77712330372031], [7.396931223205265, 48.76814336708403], [7.3833464247888925, 48.76864315117751]]]], "type": "MultiPolygon"}, "id": "45432", "properties": {"DALLE": "1022-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6862-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.384101453705311, 48.77712330372031, 7.398446202327689, 48.78660311322463], "geometry": {"coordinates": [[[[7.384101453705311, 48.777623169888706], [7.384856742505677, 48.78660311322463], [7.398446202327689, 48.786103164965795], [7.3976885824259515, 48.77712330372031], [7.384101453705311, 48.777623169888706]]]], "type": "MultiPolygon"}, "id": "45433", "properties": {"DALLE": "1022-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6863-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.384856742505677, 48.786103164965795, 7.39920408304495, 48.79558298095444], "geometry": {"coordinates": [[[[7.384856742505677, 48.78660311322463], [7.385612291324052, 48.79558298095444], [7.39920408304495, 48.795082950589716], [7.398446202327689, 48.786103164965795], [7.384856742505677, 48.78660311322463]]]], "type": "MultiPolygon"}, "id": "45434", "properties": {"DALLE": "1022-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6864-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.385612291324052, 48.795082950589716, 7.399962224712302, 48.80456277284731], "geometry": {"coordinates": [[[[7.385612291324052, 48.79558298095444], [7.386368100294598, 48.80456277284731], [7.399962224712302, 48.80406266036118], [7.39920408304495, 48.795082950589716], [7.385612291324052, 48.79558298095444]]]], "type": "MultiPolygon"}, "id": "45435", "properties": {"DALLE": "1022-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6865-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.386368100294598, 48.80406266036118, 7.4007206274643975, 48.81354248867239], "geometry": {"coordinates": [[[[7.386368100294598, 48.80456277284731], [7.387124169551557, 48.81354248867239], [7.4007206274643975, 48.813042294049325], [7.399962224712302, 48.80406266036118], [7.386368100294598, 48.80456277284731]]]], "type": "MultiPolygon"}, "id": "45436", "properties": {"DALLE": "1022-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.387124169551557, 48.813042294049325, 7.40147929143599, 48.82252212819875], "geometry": {"coordinates": [[[[7.387124169551557, 48.81354248867239], [7.387880499229274, 48.82252212819875], [7.40147929143599, 48.82202185142326], [7.4007206274643975, 48.813042294049325], [7.387124169551557, 48.81354248867239]]]], "type": "MultiPolygon"}, "id": "45437", "properties": {"DALLE": "1022-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.387880499229274, 48.82202185142326, 7.40223821676192, 48.831501691195484], "geometry": {"coordinates": [[[[7.387880499229274, 48.82252212819875], [7.3886370894621844, 48.831501691195484], [7.40223821676192, 48.831001332252036], [7.40147929143599, 48.82202185142326], [7.387880499229274, 48.82252212819875]]]], "type": "MultiPolygon"}, "id": "45438", "properties": {"DALLE": "1022-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3886370894621844, 48.831001332252036, 7.402997403577124, 48.84048117743162], "geometry": {"coordinates": [[[[7.3886370894621844, 48.831501691195484], [7.389393940384811, 48.84048117743162], [7.402997403577124, 48.839980736304696], [7.40223821676192, 48.831001332252036], [7.3886370894621844, 48.831501691195484]]]], "type": "MultiPolygon"}, "id": "45440", "properties": {"DALLE": "1022-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.389393940384811, 48.839980736304696, 7.4037568520166275, 48.84946058667615], "geometry": {"coordinates": [[[[7.389393940384811, 48.84048117743162], [7.390151052131773, 48.84946058667615], [7.4037568520166275, 48.848960063350226], [7.402997403577124, 48.839980736304696], [7.389393940384811, 48.84048117743162]]]], "type": "MultiPolygon"}, "id": "45441", "properties": {"DALLE": "1022-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.390151052131773, 48.848960063350226, 7.404516562215552, 48.858439918698075], "geometry": {"coordinates": [[[[7.390151052131773, 48.84946058667615], [7.3909084248377805, 48.858439918698075], [7.404516562215552, 48.857939313157594], [7.4037568520166275, 48.848960063350226], [7.390151052131773, 48.84946058667615]]]], "type": "MultiPolygon"}, "id": "45442", "properties": {"DALLE": "1022-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3909084248377805, 48.857939313157594, 7.405276534309114, 48.86741917326633], "geometry": {"coordinates": [[[[7.3909084248377805, 48.858439918698075], [7.391666058637639, 48.86741917326633], [7.405276534309114, 48.86691848549574], [7.404516562215552, 48.857939313157594], [7.3909084248377805, 48.858439918698075]]]], "type": "MultiPolygon"}, "id": "45443", "properties": {"DALLE": "1022-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.391666058637639, 48.86691848549574, 7.406036768432617, 48.87639835014978], "geometry": {"coordinates": [[[[7.391666058637639, 48.86741917326633], [7.392423953666242, 48.87639835014978], [7.406036768432617, 48.87589758013358], [7.405276534309114, 48.86691848549574], [7.391666058637639, 48.86741917326633]]]], "type": "MultiPolygon"}, "id": "45444", "properties": {"DALLE": "1022-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.392423953666242, 48.87589758013358, 7.406797264721463, 48.885377449117385], "geometry": {"coordinates": [[[[7.392423953666242, 48.87639835014978], [7.393182110058584, 48.885377449117385], [7.406797264721463, 48.88487659683995], [7.406036768432617, 48.87589758013358], [7.392423953666242, 48.87639835014978]]]], "type": "MultiPolygon"}, "id": "45445", "properties": {"DALLE": "1022-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.393182110058584, 48.88487659683995, 7.407558023311141, 48.89435646993794], "geometry": {"coordinates": [[[[7.393182110058584, 48.885377449117385], [7.393940527949743, 48.89435646993794], [7.407558023311141, 48.89385553538375], [7.406797264721463, 48.88487659683995], [7.393182110058584, 48.885377449117385]]]], "type": "MultiPolygon"}, "id": "45446", "properties": {"DALLE": "1022-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.393940527949743, 48.89385553538375, 7.408319044337242, 48.90333541238026], "geometry": {"coordinates": [[[[7.393940527949743, 48.89435646993794], [7.394699207474896, 48.90333541238026], [7.408319044337242, 48.902834395533745], [7.407558023311141, 48.89385553538375], [7.393940527949743, 48.89435646993794]]]], "type": "MultiPolygon"}, "id": "45447", "properties": {"DALLE": "1022-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.394699207474896, 48.902834395533745, 7.409080327935445, 48.91231427621315], "geometry": {"coordinates": [[[[7.394699207474896, 48.90333541238026], [7.39545814876931, 48.91231427621315], [7.409080327935445, 48.911813177058725], [7.408319044337242, 48.902834395533745], [7.394699207474896, 48.90333541238026]]]], "type": "MultiPolygon"}, "id": "45448", "properties": {"DALLE": "1022-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.39545814876931, 48.911813177058725, 7.409841874241522, 48.921293061205354], "geometry": {"coordinates": [[[[7.39545814876931, 48.91231427621315], [7.39621735196835, 48.921293061205354], [7.409841874241522, 48.920791879727425], [7.409080327935445, 48.911813177058725], [7.39545814876931, 48.91231427621315]]]], "type": "MultiPolygon"}, "id": "45449", "properties": {"DALLE": "1022-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.39621735196835, 48.920791879727425, 7.410603683391341, 48.93027176712558], "geometry": {"coordinates": [[[[7.39621735196835, 48.921293061205354], [7.396976817207464, 48.93027176712558], [7.410603683391341, 48.92977050330857], [7.409841874241522, 48.920791879727425], [7.39621735196835, 48.921293061205354]]]], "type": "MultiPolygon"}, "id": "45452", "properties": {"DALLE": "1022-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.396976817207464, 48.92977050330857, 7.411365755520861, 48.93925039374255], "geometry": {"coordinates": [[[[7.396976817207464, 48.93027176712558], [7.397736544622207, 48.93925039374255], [7.411365755520861, 48.93874904757086], [7.410603683391341, 48.92977050330857], [7.396976817207464, 48.93027176712558]]]], "type": "MultiPolygon"}, "id": "45453", "properties": {"DALLE": "1022-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.397736544622207, 48.93874904757086, 7.412128090766134, 48.9482289408249], "geometry": {"coordinates": [[[[7.397736544622207, 48.93925039374255], [7.398496534348218, 48.9482289408249], [7.412128090766134, 48.94772751228291], [7.411365755520861, 48.93874904757086], [7.397736544622207, 48.93925039374255]]]], "type": "MultiPolygon"}, "id": "45454", "properties": {"DALLE": "1022-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.396931223205265, 48.76764203786109, 7.411275450465554, 48.77712330372031], "geometry": {"coordinates": [[[[7.396931223205265, 48.76814336708403], [7.3976885824259515, 48.77712330372031], [7.411275450465554, 48.776621892169615], [7.410515761074982, 48.76764203786109], [7.396931223205265, 48.76814336708403]]]], "type": "MultiPolygon"}, "id": "45521", "properties": {"DALLE": "1023-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6862-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.3976885824259515, 48.776621892169615, 7.412035401334193, 48.786103164965795], "geometry": {"coordinates": [[[[7.3976885824259515, 48.77712330372031], [7.398446202327689, 48.786103164965795], [7.412035401334193, 48.78560167107182], [7.411275450465554, 48.776621892169615], [7.3976885824259515, 48.77712330372031]]]], "type": "MultiPolygon"}, "id": "45522", "properties": {"DALLE": "1023-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6863-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.398446202327689, 48.78560167107182, 7.412795613815775, 48.795082950589716], "geometry": {"coordinates": [[[[7.398446202327689, 48.786103164965795], [7.39920408304495, 48.795082950589716], [7.412795613815775, 48.79458137433689], [7.412035401334193, 48.78560167107182], [7.398446202327689, 48.786103164965795]]]], "type": "MultiPolygon"}, "id": "45523", "properties": {"DALLE": "1023-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6864-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.39920408304495, 48.79458137433689, 7.413556088045275, 48.80406266036118], "geometry": {"coordinates": [[[[7.39920408304495, 48.795082950589716], [7.399962224712302, 48.80406266036118], [7.413556088045275, 48.80356100173396], [7.412795613815775, 48.79458137433689], [7.39920408304495, 48.795082950589716]]]], "type": "MultiPolygon"}, "id": "45524", "properties": {"DALLE": "1023-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6865-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.399962224712302, 48.80356100173396, 7.4143168241577575, 48.813042294049325], "geometry": {"coordinates": [[[[7.399962224712302, 48.80406266036118], [7.4007206274643975, 48.813042294049325], [7.4143168241577575, 48.81254055303217], [7.413556088045275, 48.80356100173396], [7.399962224712302, 48.80406266036118]]]], "type": "MultiPolygon"}, "id": "45525", "properties": {"DALLE": "1023-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4007206274643975, 48.81254055303217, 7.415077822288381, 48.82202185142326], "geometry": {"coordinates": [[[[7.4007206274643975, 48.813042294049325], [7.40147929143599, 48.82202185142326], [7.415077822288381, 48.82152002800059], [7.4143168241577575, 48.81254055303217], [7.4007206274643975, 48.813042294049325]]]], "type": "MultiPolygon"}, "id": "45527", "properties": {"DALLE": "1023-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.40147929143599, 48.82152002800059, 7.415839082572398, 48.831001332252036], "geometry": {"coordinates": [[[[7.40147929143599, 48.82202185142326], [7.40223821676192, 48.831001332252036], [7.415839082572398, 48.830499426408295], [7.415077822288381, 48.82152002800059], [7.40147929143599, 48.82202185142326]]]], "type": "MultiPolygon"}, "id": "45528", "properties": {"DALLE": "1023-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.40223821676192, 48.830499426408295, 7.41660060514515, 48.839980736304696], "geometry": {"coordinates": [[[[7.40223821676192, 48.831001332252036], [7.402997403577124, 48.839980736304696], [7.41660060514515, 48.83947874802431], [7.415839082572398, 48.830499426408295], [7.40223821676192, 48.831001332252036]]]], "type": "MultiPolygon"}, "id": "45529", "properties": {"DALLE": "1023-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.402997403577124, 48.83947874802431, 7.417362390142077, 48.848960063350226], "geometry": {"coordinates": [[[[7.402997403577124, 48.839980736304696], [7.4037568520166275, 48.848960063350226], [7.417362390142077, 48.848457992617604], [7.41660060514515, 48.83947874802431], [7.402997403577124, 48.839980736304696]]]], "type": "MultiPolygon"}, "id": "45530", "properties": {"DALLE": "1023-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4037568520166275, 48.848457992617604, 7.4181244376987046, 48.857939313157594], "geometry": {"coordinates": [[[[7.4037568520166275, 48.848960063350226], [7.404516562215552, 48.857939313157594], [7.4181244376987046, 48.85743715995717], [7.417362390142077, 48.848457992617604], [7.4037568520166275, 48.848960063350226]]]], "type": "MultiPolygon"}, "id": "45531", "properties": {"DALLE": "1023-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.404516562215552, 48.85743715995717, 7.418886747950664, 48.86691848549574], "geometry": {"coordinates": [[[[7.404516562215552, 48.857939313157594], [7.405276534309114, 48.86691848549574], [7.418886747950664, 48.86641624981193], [7.4181244376987046, 48.85743715995717], [7.404516562215552, 48.857939313157594]]]], "type": "MultiPolygon"}, "id": "45532", "properties": {"DALLE": "1023-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.405276534309114, 48.86641624981193, 7.419649321033663, 48.87589758013358], "geometry": {"coordinates": [[[[7.405276534309114, 48.86691848549574], [7.406036768432617, 48.87589758013358], [7.419649321033663, 48.87539526195075], [7.418886747950664, 48.86641624981193], [7.405276534309114, 48.86691848549574]]]], "type": "MultiPolygon"}, "id": "45533", "properties": {"DALLE": "1023-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.406036768432617, 48.87539526195075, 7.420412157083518, 48.88487659683995], "geometry": {"coordinates": [[[[7.406036768432617, 48.87589758013358], [7.406797264721463, 48.88487659683995], [7.420412157083518, 48.88437419614254], [7.419649321033663, 48.87539526195075], [7.406036768432617, 48.87589758013358]]]], "type": "MultiPolygon"}, "id": "45534", "properties": {"DALLE": "1023-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.406797264721463, 48.88437419614254, 7.421175256236134, 48.89385553538375], "geometry": {"coordinates": [[[[7.406797264721463, 48.88487659683995], [7.407558023311141, 48.89385553538375], [7.421175256236134, 48.8933530521561], [7.420412157083518, 48.88437419614254], [7.406797264721463, 48.88487659683995]]]], "type": "MultiPolygon"}, "id": "45535", "properties": {"DALLE": "1023-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.407558023311141, 48.8933530521561, 7.421938618627504, 48.902834395533745], "geometry": {"coordinates": [[[[7.407558023311141, 48.89385553538375], [7.408319044337242, 48.902834395533745], [7.421938618627504, 48.90233182976024], [7.421175256236134, 48.8933530521561], [7.407558023311141, 48.89385553538375]]]], "type": "MultiPolygon"}, "id": "45536", "properties": {"DALLE": "1023-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.408319044337242, 48.90233182976024, 7.422702244393721, 48.911813177058725], "geometry": {"coordinates": [[[[7.408319044337242, 48.902834395533745], [7.409080327935445, 48.911813177058725], [7.422702244393721, 48.91131052872376], [7.421938618627504, 48.90233182976024], [7.408319044337242, 48.902834395533745]]]], "type": "MultiPolygon"}, "id": "45538", "properties": {"DALLE": "1023-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.409080327935445, 48.91131052872376, 7.423466133670971, 48.920791879727425], "geometry": {"coordinates": [[[[7.409080327935445, 48.911813177058725], [7.409841874241522, 48.920791879727425], [7.423466133670971, 48.9202891488154], [7.422702244393721, 48.91131052872376], [7.409080327935445, 48.911813177058725]]]], "type": "MultiPolygon"}, "id": "45539", "properties": {"DALLE": "1023-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.409841874241522, 48.9202891488154, 7.424230286595528, 48.92977050330857], "geometry": {"coordinates": [[[[7.409841874241522, 48.920791879727425], [7.410603683391341, 48.92977050330857], [7.424230286595528, 48.92926768980381], [7.423466133670971, 48.9202891488154], [7.409841874241522, 48.920791879727425]]]], "type": "MultiPolygon"}, "id": "45540", "properties": {"DALLE": "1023-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.410603683391341, 48.92926768980381, 7.4249947033037715, 48.93874904757086], "geometry": {"coordinates": [[[[7.410603683391341, 48.92977050330857], [7.411365755520861, 48.93874904757086], [7.4249947033037715, 48.93824615145772], [7.424230286595528, 48.92926768980381], [7.410603683391341, 48.92977050330857]]]], "type": "MultiPolygon"}, "id": "45541", "properties": {"DALLE": "1023-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.411365755520861, 48.93824615145772, 7.425759383932161, 48.94772751228291], "geometry": {"coordinates": [[[[7.411365755520861, 48.93874904757086], [7.412128090766134, 48.94772751228291], [7.425759383932161, 48.947224533545736], [7.4249947033037715, 48.93824615145772], [7.411365755520861, 48.93874904757086]]]], "type": "MultiPolygon"}, "id": "45542", "properties": {"DALLE": "1023-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.412035401334193, 48.785098631585235, 7.426386882838696, 48.79458137433689], "geometry": {"coordinates": [[[[7.412035401334193, 48.78560167107182], [7.412795613815775, 48.79458137433689], [7.426386882838696, 48.794078252238535], [7.425624338727765, 48.785098631585235], [7.412035401334193, 48.78560167107182]]]], "type": "MultiPolygon"}, "id": "45613", "properties": {"DALLE": "1024-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6864-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.412795613815775, 48.794078252238535, 7.427149689495282, 48.80356100173396], "geometry": {"coordinates": [[[[7.412795613815775, 48.79458137433689], [7.413556088045275, 48.80356100173396], [7.427149689495282, 48.80305779700825], [7.426386882838696, 48.794078252238535], [7.412795613815775, 48.79458137433689]]]], "type": "MultiPolygon"}, "id": "45614", "properties": {"DALLE": "1024-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6865-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.413556088045275, 48.80305779700825, 7.427912758832993, 48.81254055303217], "geometry": {"coordinates": [[[[7.413556088045275, 48.80356100173396], [7.4143168241577575, 48.81254055303217], [7.427912758832993, 48.812037265663506], [7.427149689495282, 48.80305779700825], [7.413556088045275, 48.80356100173396]]]], "type": "MultiPolygon"}, "id": "45615", "properties": {"DALLE": "1024-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4143168241577575, 48.812037265663506, 7.4286760909873975, 48.82152002800059], "geometry": {"coordinates": [[[[7.4143168241577575, 48.81254055303217], [7.415077822288381, 48.82152002800059], [7.4286760909873975, 48.821016657973374], [7.427912758832993, 48.812037265663506], [7.4143168241577575, 48.81254055303217]]]], "type": "MultiPolygon"}, "id": "45616", "properties": {"DALLE": "1024-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.415077822288381, 48.821016657973374, 7.429439686094155, 48.830499426408295], "geometry": {"coordinates": [[[[7.415077822288381, 48.82152002800059], [7.415839082572398, 48.830499426408295], [7.429439686094155, 48.8299959737069], [7.4286760909873975, 48.821016657973374], [7.415077822288381, 48.82152002800059]]]], "type": "MultiPolygon"}, "id": "45617", "properties": {"DALLE": "1024-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.415839082572398, 48.8299959737069, 7.43020354428902, 48.83947874802431], "geometry": {"coordinates": [[[[7.415839082572398, 48.830499426408295], [7.41660060514515, 48.83947874802431], [7.43020354428902, 48.83897521263311], [7.429439686094155, 48.8299959737069], [7.415839082572398, 48.830499426408295]]]], "type": "MultiPolygon"}, "id": "45618", "properties": {"DALLE": "1024-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.41660060514515, 48.83897521263311, 7.430967665707835, 48.848457992617604], "geometry": {"coordinates": [[[[7.41660060514515, 48.83947874802431], [7.417362390142077, 48.848457992617604], [7.430967665707835, 48.847954374520995], [7.43020354428902, 48.83897521263311], [7.41660060514515, 48.83947874802431]]]], "type": "MultiPolygon"}, "id": "45619", "properties": {"DALLE": "1024-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.417362390142077, 48.847954374520995, 7.431732050486547, 48.85743715995717], "geometry": {"coordinates": [[[[7.417362390142077, 48.848457992617604], [7.4181244376987046, 48.85743715995717], [7.431732050486547, 48.8569334591395], [7.430967665707835, 48.847954374520995], [7.417362390142077, 48.848457992617604]]]], "type": "MultiPolygon"}, "id": "45620", "properties": {"DALLE": "1024-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4181244376987046, 48.8569334591395, 7.432496698761184, 48.86641624981193], "geometry": {"coordinates": [[[[7.4181244376987046, 48.85743715995717], [7.418886747950664, 48.86641624981193], [7.432496698761184, 48.86591246625754], [7.431732050486547, 48.8569334591395], [7.4181244376987046, 48.85743715995717]]]], "type": "MultiPolygon"}, "id": "45621", "properties": {"DALLE": "1024-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.418886747950664, 48.86591246625754, 7.433261610667872, 48.87539526195075], "geometry": {"coordinates": [[[[7.418886747950664, 48.86641624981193], [7.419649321033663, 48.87539526195075], [7.433261610667872, 48.87489139564403], [7.432496698761184, 48.86591246625754], [7.418886747950664, 48.86641624981193]]]], "type": "MultiPolygon"}, "id": "45622", "properties": {"DALLE": "1024-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.419649321033663, 48.87489139564403, 7.434026786342835, 48.88437419614254], "geometry": {"coordinates": [[[[7.419649321033663, 48.87539526195075], [7.420412157083518, 48.88437419614254], [7.434026786342835, 48.88387024706781], [7.433261610667872, 48.87489139564403], [7.419649321033663, 48.87539526195075]]]], "type": "MultiPolygon"}, "id": "45624", "properties": {"DALLE": "1024-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.420412157083518, 48.88387024706781, 7.434792225922386, 48.8933530521561], "geometry": {"coordinates": [[[[7.420412157083518, 48.88437419614254], [7.421175256236134, 48.8933530521561], [7.434792225922386, 48.892849020297724], [7.434026786342835, 48.88387024706781], [7.420412157083518, 48.88437419614254]]]], "type": "MultiPolygon"}, "id": "45625", "properties": {"DALLE": "1024-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.421175256236134, 48.892849020297724, 7.4355579295429335, 48.90233182976024], "geometry": {"coordinates": [[[[7.421175256236134, 48.8933530521561], [7.421938618627504, 48.90233182976024], [7.4355579295429335, 48.90182771510257], [7.434792225922386, 48.892849020297724], [7.421175256236134, 48.8933530521561]]]], "type": "MultiPolygon"}, "id": "45626", "properties": {"DALLE": "1024-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.421938618627504, 48.90182771510257, 7.436323897340981, 48.91131052872376], "geometry": {"coordinates": [[[[7.421938618627504, 48.90233182976024], [7.422702244393721, 48.91131052872376], [7.436323897340981, 48.91080633125108], [7.4355579295429335, 48.90182771510257], [7.421938618627504, 48.90233182976024]]]], "type": "MultiPolygon"}, "id": "45627", "properties": {"DALLE": "1024-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.422702244393721, 48.91080633125108, 7.437090129453123, 48.9202891488154], "geometry": {"coordinates": [[[[7.422702244393721, 48.91131052872376], [7.423466133670971, 48.9202891488154], [7.437090129453123, 48.91978486851203], [7.436323897340981, 48.91080633125108], [7.422702244393721, 48.91131052872376]]]], "type": "MultiPolygon"}, "id": "45628", "properties": {"DALLE": "1024-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.423466133670971, 48.91978486851203, 7.4378566260160515, 48.92926768980381], "geometry": {"coordinates": [[[[7.423466133670971, 48.9202891488154], [7.424230286595528, 48.92926768980381], [7.4378566260160515, 48.92876332665409], [7.437090129453123, 48.91978486851203], [7.423466133670971, 48.9202891488154]]]], "type": "MultiPolygon"}, "id": "45629", "properties": {"DALLE": "1024-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.424230286595528, 48.92876332665409, 7.438623387166549, 48.93824615145772], "geometry": {"coordinates": [[[[7.424230286595528, 48.92926768980381], [7.4249947033037715, 48.93824615145772], [7.438623387166549, 48.937741705445966], [7.4378566260160515, 48.92876332665409], [7.424230286595528, 48.92926768980381]]]], "type": "MultiPolygon"}, "id": "45630", "properties": {"DALLE": "1024-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4249947033037715, 48.937741705445966, 7.439390413041497, 48.947224533545736], "geometry": {"coordinates": [[[[7.4249947033037715, 48.93824615145772], [7.425759383932161, 48.947224533545736], [7.439390413041497, 48.946720004656264], [7.438623387166549, 48.937741705445966], [7.4249947033037715, 48.93824615145772]]]], "type": "MultiPolygon"}, "id": "45631", "properties": {"DALLE": "1024-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.427149689495282, 48.802553046226784, 7.44150843069155, 48.812037265663506], "geometry": {"coordinates": [[[[7.427149689495282, 48.80305779700825], [7.427912758832993, 48.812037265663506], [7.44150843069155, 48.811532431986095], [7.440743028264176, 48.802553046226784], [7.427149689495282, 48.80305779700825]]]], "type": "MultiPolygon"}, "id": "45704", "properties": {"DALLE": "1025-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.427912758832993, 48.811532431986095, 7.442274096734075, 48.821016657973374], "geometry": {"coordinates": [[[[7.427912758832993, 48.812037265663506], [7.4286760909873975, 48.821016657973374], [7.442274096734075, 48.820511741384344], [7.44150843069155, 48.811532431986095], [7.427912758832993, 48.812037265663506]]]], "type": "MultiPolygon"}, "id": "45705", "properties": {"DALLE": "1025-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4286760909873975, 48.820511741384344, 7.4430400265278225, 48.8299959737069], "geometry": {"coordinates": [[[[7.4286760909873975, 48.821016657973374], [7.429439686094155, 48.8299959737069], [7.4430400265278225, 48.82949097419061], [7.442274096734075, 48.820511741384344], [7.4286760909873975, 48.821016657973374]]]], "type": "MultiPolygon"}, "id": "45706", "properties": {"DALLE": "1025-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.429439686094155, 48.82949097419061, 7.443806220208951, 48.83897521263311], "geometry": {"coordinates": [[[[7.429439686094155, 48.8299959737069], [7.43020354428902, 48.83897521263311], [7.443806220208951, 48.83847013017389], [7.4430400265278225, 48.82949097419061], [7.429439686094155, 48.8299959737069]]]], "type": "MultiPolygon"}, "id": "45707", "properties": {"DALLE": "1025-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.43020354428902, 48.83847013017389, 7.44457267791372, 48.847954374520995], "geometry": {"coordinates": [[[[7.43020354428902, 48.83897521263311], [7.430967665707835, 48.847954374520995], [7.44457267791372, 48.84744920910316], [7.443806220208951, 48.83847013017389], [7.43020354428902, 48.83897521263311]]]], "type": "MultiPolygon"}, "id": "45708", "properties": {"DALLE": "1025-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.430967665707835, 48.84744920910316, 7.445339399778477, 48.8569334591395], "geometry": {"coordinates": [[[[7.430967665707835, 48.847954374520995], [7.431732050486547, 48.8569334591395], [7.445339399778477, 48.85642821074737], [7.44457267791372, 48.84744920910316], [7.430967665707835, 48.847954374520995]]]], "type": "MultiPolygon"}, "id": "45710", "properties": {"DALLE": "1025-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.431732050486547, 48.85642821074737, 7.4461063859396655, 48.86591246625754], "geometry": {"coordinates": [[[[7.431732050486547, 48.8569334591395], [7.432496698761184, 48.86591246625754], [7.4461063859396655, 48.865407134875454], [7.445339399778477, 48.85642821074737], [7.431732050486547, 48.8569334591395]]]], "type": "MultiPolygon"}, "id": "45711", "properties": {"DALLE": "1025-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.432496698761184, 48.865407134875454, 7.446873636533821, 48.87489139564403], "geometry": {"coordinates": [[[[7.432496698761184, 48.86591246625754], [7.433261610667872, 48.87489139564403], [7.446873636533821, 48.87438598125626], [7.4461063859396655, 48.865407134875454], [7.432496698761184, 48.86591246625754]]]], "type": "MultiPolygon"}, "id": "45712", "properties": {"DALLE": "1025-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.433261610667872, 48.87438598125626, 7.447641151697577, 48.88387024706781], "geometry": {"coordinates": [[[[7.433261610667872, 48.87489139564403], [7.434026786342835, 48.88387024706781], [7.447641151697577, 48.88336474965868], [7.446873636533821, 48.87438598125626], [7.433261610667872, 48.87489139564403]]]], "type": "MultiPolygon"}, "id": "45713", "properties": {"DALLE": "1025-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.434026786342835, 48.88336474965868, 7.448408931567657, 48.892849020297724], "geometry": {"coordinates": [[[[7.434026786342835, 48.88387024706781], [7.434792225922386, 48.892849020297724], [7.448408931567657, 48.892343439851516], [7.447641151697577, 48.88336474965868], [7.434026786342835, 48.88387024706781]]]], "type": "MultiPolygon"}, "id": "45714", "properties": {"DALLE": "1025-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.434792225922386, 48.892343439851516, 7.449176976280881, 48.90182771510257], "geometry": {"coordinates": [[[[7.434792225922386, 48.892849020297724], [7.4355579295429335, 48.90182771510257], [7.449176976280881, 48.90132205160357], [7.448408931567657, 48.892343439851516], [7.434792225922386, 48.892849020297724]]]], "type": "MultiPolygon"}, "id": "45715", "properties": {"DALLE": "1025-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4355579295429335, 48.90132205160357, 7.44994528597416, 48.91080633125108], "geometry": {"coordinates": [[[[7.4355579295429335, 48.90182771510257], [7.436323897340981, 48.91080633125108], [7.44994528597416, 48.91030058468357], [7.449176976280881, 48.90132205160357], [7.4355579295429335, 48.90182771510257]]]], "type": "MultiPolygon"}, "id": "45716", "properties": {"DALLE": "1025-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.436323897340981, 48.91030058468357, 7.450713860784507, 48.91978486851203], "geometry": {"coordinates": [[[[7.436323897340981, 48.91080633125108], [7.437090129453123, 48.91978486851203], [7.450713860784507, 48.919279038860296], [7.44994528597416, 48.91030058468357], [7.436323897340981, 48.91080633125108]]]], "type": "MultiPolygon"}, "id": "45717", "properties": {"DALLE": "1025-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.437090129453123, 48.919279038860296, 7.451482700849018, 48.92876332665409], "geometry": {"coordinates": [[[[7.437090129453123, 48.91978486851203], [7.4378566260160515, 48.92876332665409], [7.451482700849018, 48.928257413902394], [7.450713860784507, 48.919279038860296], [7.437090129453123, 48.91978486851203]]]], "type": "MultiPolygon"}, "id": "45718", "properties": {"DALLE": "1025-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4378566260160515, 48.928257413902394, 7.452251806304894, 48.937741705445966], "geometry": {"coordinates": [[[[7.4378566260160515, 48.92876332665409], [7.438623387166549, 48.937741705445966], [7.452251806304894, 48.93723570957856], [7.451482700849018, 48.928257413902394], [7.4378566260160515, 48.92876332665409]]]], "type": "MultiPolygon"}, "id": "45719", "properties": {"DALLE": "1025-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.438623387166549, 48.93723570957856, 7.453021177289425, 48.946720004656264], "geometry": {"coordinates": [[[[7.438623387166549, 48.937741705445966], [7.439390413041497, 48.946720004656264], [7.453021177289425, 48.94621392565741], [7.452251806304894, 48.93723570957856], [7.438623387166549, 48.937741705445966]]]], "type": "MultiPolygon"}, "id": "45721", "properties": {"DALLE": "1025-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.439390413041497, 48.94621392565741, 7.453790813939994, 48.9556982240536], "geometry": {"coordinates": [[[[7.439390413041497, 48.946720004656264], [7.4401577037778654, 48.9556982240536], [7.453790813939994, 48.955192061907546], [7.453021177289425, 48.94621392565741], [7.439390413041497, 48.946720004656264]]]], "type": "MultiPolygon"}, "id": "45722", "properties": {"DALLE": "1025-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.445339399778477, 48.855921414823726, 7.4597158086851945, 48.865407134875454], "geometry": {"coordinates": [[[[7.445339399778477, 48.85642821074737], [7.4461063859396655, 48.865407134875454], [7.4597158086851945, 48.86490025570858], [7.458946484773993, 48.855921414823726], [7.445339399778477, 48.85642821074737]]]], "type": "MultiPolygon"}, "id": "45802", "properties": {"DALLE": "1026-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4461063859396655, 48.86490025570858, 7.460485397830187, 48.87438598125626], "geometry": {"coordinates": [[[[7.4461063859396655, 48.865407134875454], [7.446873636533821, 48.87438598125626], [7.460485397830187, 48.87387901883041], [7.4597158086851945, 48.86490025570858], [7.4461063859396655, 48.865407134875454]]]], "type": "MultiPolygon"}, "id": "45803", "properties": {"DALLE": "1026-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.446873636533821, 48.87387901883041, 7.461255252346011, 48.88336474965868], "geometry": {"coordinates": [[[[7.446873636533821, 48.87438598125626], [7.447641151697577, 48.88336474965868], [7.461255252346011, 48.882857703958095], [7.460485397830187, 48.87387901883041], [7.446873636533821, 48.87438598125626]]]], "type": "MultiPolygon"}, "id": "45804", "properties": {"DALLE": "1026-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.447641151697577, 48.882857703958095, 7.4620253723698005, 48.892343439851516], "geometry": {"coordinates": [[[[7.447641151697577, 48.88336474965868], [7.448408931567657, 48.892343439851516], [7.4620253723698005, 48.89183631086044], [7.461255252346011, 48.882857703958095], [7.447641151697577, 48.88336474965868]]]], "type": "MultiPolygon"}, "id": "45805", "properties": {"DALLE": "1026-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.448408931567657, 48.89183631086044, 7.462795758038786, 48.90132205160357], "geometry": {"coordinates": [[[[7.448408931567657, 48.892343439851516], [7.449176976280881, 48.90132205160357], [7.462795758038786, 48.90081483930624], [7.4620253723698005, 48.89183631086044], [7.448408931567657, 48.892343439851516]]]], "type": "MultiPolygon"}, "id": "45806", "properties": {"DALLE": "1026-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.449176976280881, 48.90081483930624, 7.463566409490293, 48.91030058468357], "geometry": {"coordinates": [[[[7.449176976280881, 48.90132205160357], [7.44994528597416, 48.91030058468357], [7.463566409490293, 48.90979328906426], [7.462795758038786, 48.90081483930624], [7.449176976280881, 48.90132205160357]]]], "type": "MultiPolygon"}, "id": "45808", "properties": {"DALLE": "1026-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.44994528597416, 48.90979328906426, 7.46433732686174, 48.919279038860296], "geometry": {"coordinates": [[[[7.44994528597416, 48.91030058468357], [7.450713860784507, 48.919279038860296], [7.46433732686174, 48.9187716599032], [7.463566409490293, 48.90979328906426], [7.44994528597416, 48.91030058468357]]]], "type": "MultiPolygon"}, "id": "45809", "properties": {"DALLE": "1026-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.450713860784507, 48.9187716599032, 7.46510851029064, 48.928257413902394], "geometry": {"coordinates": [[[[7.450713860784507, 48.919279038860296], [7.451482700849018, 48.928257413902394], [7.46510851029064, 48.92774995159175], [7.46433732686174, 48.9187716599032], [7.450713860784507, 48.919279038860296]]]], "type": "MultiPolygon"}, "id": "45810", "properties": {"DALLE": "1026-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.451482700849018, 48.92774995159175, 7.465879959914601, 48.93723570957856], "geometry": {"coordinates": [[[[7.451482700849018, 48.928257413902394], [7.452251806304894, 48.93723570957856], [7.465879959914601, 48.93672816389856], [7.46510851029064, 48.92774995159175], [7.451482700849018, 48.928257413902394]]]], "type": "MultiPolygon"}, "id": "45811", "properties": {"DALLE": "1026-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.452251806304894, 48.93672816389856, 7.466651675871328, 48.94621392565741], "geometry": {"coordinates": [[[[7.452251806304894, 48.93723570957856], [7.453021177289425, 48.94621392565741], [7.466651675871328, 48.94570629659228], [7.465879959914601, 48.93672816389856], [7.452251806304894, 48.93723570957856]]]], "type": "MultiPolygon"}, "id": "45812", "properties": {"DALLE": "1026-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.453021177289425, 48.94570629659228, 7.467423658298617, 48.955192061907546], "geometry": {"coordinates": [[[[7.453021177289425, 48.94621392565741], [7.453790813939994, 48.955192061907546], [7.467423658298617, 48.95468434944148], [7.466651675871328, 48.94570629659228], [7.453021177289425, 48.94621392565741]]]], "type": "MultiPolygon"}, "id": "45813", "properties": {"DALLE": "1026-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.458946484773993, 48.85541307141167, 7.473324966196952, 48.86490025570858], "geometry": {"coordinates": [[[[7.458946484773993, 48.855921414823726], [7.4597158086851945, 48.86490025570858], [7.473324966196952, 48.8643918288], [7.4725533046726795, 48.85541307141167], [7.458946484773993, 48.855921414823726]]]], "type": "MultiPolygon"}, "id": "45894", "properties": {"DALLE": "1027-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1027-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4597158086851945, 48.8643918288, 7.474096893755737, 48.87387901883041], "geometry": {"coordinates": [[[[7.4597158086851945, 48.86490025570858], [7.460485397830187, 48.87387901883041], [7.474096893755737, 48.87337050840956], [7.473324966196952, 48.8643918288], [7.4597158086851945, 48.86490025570858]]]], "type": "MultiPolygon"}, "id": "45895", "properties": {"DALLE": "1027-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1027-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.460485397830187, 48.87337050840956, 7.474869087486494, 48.882857703958095], "geometry": {"coordinates": [[[[7.460485397830187, 48.87387901883041], [7.461255252346011, 48.882857703958095], [7.474869087486494, 48.88234911000918], [7.474096893755737, 48.87337050840956], [7.460485397830187, 48.87387901883041]]]], "type": "MultiPolygon"}, "id": "45896", "properties": {"DALLE": "1027-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1027-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.461255252346011, 48.88234911000918, 7.475641547526762, 48.89183631086044], "geometry": {"coordinates": [[[[7.461255252346011, 48.882857703958095], [7.4620253723698005, 48.89183631086044], [7.475641547526762, 48.89132763336766], [7.474869087486494, 48.88234911000918], [7.461255252346011, 48.882857703958095]]]], "type": "MultiPolygon"}, "id": "45897", "properties": {"DALLE": "1027-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1027-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4620253723698005, 48.89132763336766, 7.476414274014187, 48.90081483930624], "geometry": {"coordinates": [[[[7.4620253723698005, 48.89183631086044], [7.462795758038786, 48.90081483930624], [7.476414274014187, 48.9003060782538], [7.475641547526762, 48.89132763336766], [7.4620253723698005, 48.89183631086044]]]], "type": "MultiPolygon"}, "id": "45898", "properties": {"DALLE": "1027-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1027-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.462795758038786, 48.9003060782538, 7.477187267086499, 48.90979328906426], "geometry": {"coordinates": [[[[7.462795758038786, 48.90081483930624], [7.463566409490293, 48.90979328906426], [7.477187267086499, 48.909284444436324], [7.476414274014187, 48.9003060782538], [7.462795758038786, 48.90081483930624]]]], "type": "MultiPolygon"}, "id": "45899", "properties": {"DALLE": "1027-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1027-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.463566409490293, 48.909284444436324, 7.4779605268815335, 48.9187716599032], "geometry": {"coordinates": [[[[7.463566409490293, 48.90979328906426], [7.46433732686174, 48.9187716599032], [7.4779605268815335, 48.91826273168394], [7.477187267086499, 48.909284444436324], [7.463566409490293, 48.90979328906426]]]], "type": "MultiPolygon"}, "id": "45900", "properties": {"DALLE": "1027-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1027-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.46433732686174, 48.91826273168394, 7.478734053537214, 48.92774995159175], "geometry": {"coordinates": [[[[7.46433732686174, 48.9187716599032], [7.46510851029064, 48.92774995159175], [7.478734053537214, 48.92724093976535], [7.4779605268815335, 48.91826273168394], [7.46433732686174, 48.9187716599032]]]], "type": "MultiPolygon"}, "id": "45901", "properties": {"DALLE": "1027-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1027-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.46510851029064, 48.92724093976535, 7.479507847191558, 48.93672816389856], "geometry": {"coordinates": [[[[7.46510851029064, 48.92774995159175], [7.465879959914601, 48.93672816389856], [7.479507847191558, 48.93621906844921], [7.478734053537214, 48.92724093976535], [7.46510851029064, 48.92774995159175]]]], "type": "MultiPolygon"}, "id": "45902", "properties": {"DALLE": "1027-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1027-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.465879959914601, 48.93621906844921, 7.480281907982686, 48.94570629659228], "geometry": {"coordinates": [[[[7.465879959914601, 48.93672816389856], [7.466651675871328, 48.94570629659228], [7.480281907982686, 48.94519711750411], [7.479507847191558, 48.93621906844921], [7.465879959914601, 48.93672816389856]]]], "type": "MultiPolygon"}, "id": "45903", "properties": {"DALLE": "1027-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1027-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4725533046726795, 48.854903180554366, 7.486933857674204, 48.8643918288], "geometry": {"coordinates": [[[[7.4725533046726795, 48.85541307141167], [7.473324966196952, 48.8643918288], [7.486933857674204, 48.86388185419299], [7.486159858674224, 48.854903180554366], [7.4725533046726795, 48.85541307141167]]]], "type": "MultiPolygon"}, "id": "45984", "properties": {"DALLE": "1028-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1028-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.473324966196952, 48.86388185419299, 7.487708123509336, 48.87337050840956], "geometry": {"coordinates": [[[[7.473324966196952, 48.8643918288], [7.474096893755737, 48.87337050840956], [7.487708123509336, 48.87286045003699], [7.486933857674204, 48.86388185419299], [7.473324966196952, 48.8643918288]]]], "type": "MultiPolygon"}, "id": "45985", "properties": {"DALLE": "1028-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1028-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.474096893755737, 48.87286045003699, 7.488482656317478, 48.88234911000918], "geometry": {"coordinates": [[[[7.474096893755737, 48.87337050840956], [7.474869087486494, 48.88234911000918], [7.488482656317478, 48.88183896785522], [7.487708123509336, 48.87286045003699], [7.474096893755737, 48.87337050840956]]]], "type": "MultiPolygon"}, "id": "45986", "properties": {"DALLE": "1028-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1028-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.474869087486494, 48.88183896785522, 7.489257456236587, 48.89132763336766], "geometry": {"coordinates": [[[[7.474869087486494, 48.88234911000918], [7.475641547526762, 48.89132763336766], [7.489257456236587, 48.89081740741646], [7.488482656317478, 48.88183896785522], [7.474869087486494, 48.88234911000918]]]], "type": "MultiPolygon"}, "id": "45987", "properties": {"DALLE": "1028-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1028-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.475641547526762, 48.89081740741646, 7.490032523404713, 48.9003060782538], "geometry": {"coordinates": [[[[7.475641547526762, 48.89132763336766], [7.476414274014187, 48.9003060782538], [7.490032523404713, 48.89979576848949], [7.489257456236587, 48.89081740741646], [7.475641547526762, 48.89132763336766]]]], "type": "MultiPolygon"}, "id": "45988", "properties": {"DALLE": "1028-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1028-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.476414274014187, 48.89979576848949, 7.490807857960003, 48.909284444436324], "geometry": {"coordinates": [[[[7.476414274014187, 48.9003060782538], [7.477187267086499, 48.909284444436324], [7.490807857960003, 48.908774050843036], [7.490032523404713, 48.89979576848949], [7.476414274014187, 48.9003060782538]]]], "type": "MultiPolygon"}, "id": "45989", "properties": {"DALLE": "1028-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1028-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.477187267086499, 48.908774050843036, 7.491583460040699, 48.91826273168394], "geometry": {"coordinates": [[[[7.477187267086499, 48.909284444436324], [7.4779605268815335, 48.91826273168394], [7.491583460040699, 48.91775225424584], [7.490807857960003, 48.908774050843036], [7.477187267086499, 48.909284444436324]]]], "type": "MultiPolygon"}, "id": "45990", "properties": {"DALLE": "1028-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1028-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.4779605268815335, 48.91775225424584, 7.492359329785138, 48.92724093976535], "geometry": {"coordinates": [[[[7.4779605268815335, 48.91826273168394], [7.478734053537214, 48.92724093976535], [7.492359329785138, 48.926730378466544], [7.491583460040699, 48.91775225424584], [7.4779605268815335, 48.91826273168394]]]], "type": "MultiPolygon"}, "id": "45991", "properties": {"DALLE": "1028-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1028-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.478734053537214, 48.926730378466544, 7.493135467331752, 48.93621906844921], "geometry": {"coordinates": [[[[7.478734053537214, 48.92724093976535], [7.479507847191558, 48.93621906844921], [7.493135467331752, 48.93570842327381], [7.492359329785138, 48.926730378466544], [7.478734053537214, 48.92724093976535]]]], "type": "MultiPolygon"}, "id": "45992", "properties": {"DALLE": "1028-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1028-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.486933857674204, 48.863370331930845, 7.50131908628994, 48.87286045003699], "geometry": {"coordinates": [[[[7.486933857674204, 48.86388185419299], [7.487708123509336, 48.87286045003699], [7.50131908628994, 48.87234884375603], [7.5005424823163285, 48.863370331930845], [7.486933857674204, 48.86388185419299]]]], "type": "MultiPolygon"}, "id": "46069", "properties": {"DALLE": "1029-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1029-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.487708123509336, 48.87234884375603, 7.502095958037512, 48.88183896785522], "geometry": {"coordinates": [[[[7.487708123509336, 48.87286045003699], [7.488482656317478, 48.88183896785522], [7.502095958037512, 48.881327277539555], [7.50131908628994, 48.87234884375603], [7.487708123509336, 48.87286045003699]]]], "type": "MultiPolygon"}, "id": "46070", "properties": {"DALLE": "1029-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1029-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.488482656317478, 48.881327277539555, 7.5028730976974085, 48.89081740741646], "geometry": {"coordinates": [[[[7.488482656317478, 48.88183896785522], [7.489257456236587, 48.89081740741646], [7.5028730976974085, 48.890305633050176], [7.502095958037512, 48.881327277539555], [7.488482656317478, 48.88183896785522]]]], "type": "MultiPolygon"}, "id": "46071", "properties": {"DALLE": "1029-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1029-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.489257456236587, 48.890305633050176, 7.50365050540809, 48.89979576848949], "geometry": {"coordinates": [[[[7.489257456236587, 48.89081740741646], [7.490032523404713, 48.89979576848949], [7.50365050540809, 48.89928391005671], [7.5028730976974085, 48.890305633050176], [7.489257456236587, 48.89081740741646]]]], "type": "MultiPolygon"}, "id": "46072", "properties": {"DALLE": "1029-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1029-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.490032523404713, 48.89928391005671, 7.504428181308116, 48.908774050843036], "geometry": {"coordinates": [[[[7.490032523404713, 48.89979576848949], [7.490807857960003, 48.908774050843036], [7.504428181308116, 48.90826210832785], [7.50365050540809, 48.89928391005671], [7.490032523404713, 48.89979576848949]]]], "type": "MultiPolygon"}, "id": "46073", "properties": {"DALLE": "1029-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1029-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.490807857960003, 48.90826210832785, 7.505206125536138, 48.91775225424584], "geometry": {"coordinates": [[[[7.490807857960003, 48.908774050843036], [7.491583460040699, 48.91775225424584], [7.505206125536138, 48.917240227632334], [7.504428181308116, 48.90826210832785], [7.490807857960003, 48.908774050843036]]]], "type": "MultiPolygon"}, "id": "46074", "properties": {"DALLE": "1029-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1029-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.491583460040699, 48.917240227632334, 7.5059843382309035, 48.926730378466544], "geometry": {"coordinates": [[[[7.491583460040699, 48.91775225424584], [7.492359329785138, 48.926730378466544], [7.5059843382309035, 48.926218267738776], [7.505206125536138, 48.917240227632334], [7.491583460040699, 48.91775225424584]]]], "type": "MultiPolygon"}, "id": "46075", "properties": {"DALLE": "1029-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1029-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.492359329785138, 48.926218267738776, 7.506762819531258, 48.93570842327381], "geometry": {"coordinates": [[[[7.492359329785138, 48.926730378466544], [7.493135467331752, 48.93570842327381], [7.506762819531258, 48.93519622841588], [7.5059843382309035, 48.926218267738776], [7.492359329785138, 48.926730378466544]]]], "type": "MultiPolygon"}, "id": "46076", "properties": {"DALLE": "1029-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1029-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.50131908628994, 48.87183568961018, 7.515708991845237, 48.881327277539555], "geometry": {"coordinates": [[[[7.50131908628994, 48.87234884375603], [7.502095958037512, 48.881327277539555], [7.515708991845237, 48.88081403910569], [7.514929781296603, 48.87183568961018], [7.50131908628994, 48.87234884375603]]]], "type": "MultiPolygon"}, "id": "46154", "properties": {"DALLE": "1030-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1030-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.502095958037512, 48.88081403910569, 7.5164884711074595, 48.890305633050176], "geometry": {"coordinates": [[[[7.502095958037512, 48.881327277539555], [7.5028730976974085, 48.890305633050176], [7.5164884711074595, 48.88979231031237], [7.515708991845237, 48.88081403910569], [7.502095958037512, 48.881327277539555]]]], "type": "MultiPolygon"}, "id": "46155", "properties": {"DALLE": "1030-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1030-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5028730976974085, 48.88979231031237, 7.5172682192221405, 48.89928391005671], "geometry": {"coordinates": [[[[7.5028730976974085, 48.890305633050176], [7.50365050540809, 48.89928391005671], [7.5172682192221405, 48.898770502999], [7.5164884711074595, 48.88979231031237], [7.5028730976974085, 48.890305633050176]]]], "type": "MultiPolygon"}, "id": "46156", "properties": {"DALLE": "1030-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1030-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.50365050540809, 48.898770502999, 7.518048236328249, 48.90826210832785], "geometry": {"coordinates": [[[[7.50365050540809, 48.89928391005671], [7.504428181308116, 48.90826210832785], [7.518048236328249, 48.907748616934306], [7.5172682192221405, 48.898770502999], [7.50365050540809, 48.89928391005671]]]], "type": "MultiPolygon"}, "id": "46157", "properties": {"DALLE": "1030-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1030-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.504428181308116, 48.907748616934306, 7.5188285225648475, 48.917240227632334], "geometry": {"coordinates": [[[[7.504428181308116, 48.90826210832785], [7.505206125536138, 48.917240227632334], [7.5188285225648475, 48.91672665188696], [7.518048236328249, 48.907748616934306], [7.504428181308116, 48.90826210832785]]]], "type": "MultiPolygon"}, "id": "46159", "properties": {"DALLE": "1030-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1030-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.505206125536138, 48.91672665188696, 7.519609078071097, 48.926218267738776], "geometry": {"coordinates": [[[[7.505206125536138, 48.917240227632334], [7.5059843382309035, 48.926218267738776], [7.519609078071097, 48.92570460762563], [7.5188285225648475, 48.91672665188696], [7.505206125536138, 48.917240227632334]]]], "type": "MultiPolygon"}, "id": "46160", "properties": {"DALLE": "1030-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1030-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5059843382309035, 48.92570460762563, 7.520389902986253, 48.93519622841588], "geometry": {"coordinates": [[[[7.5059843382309035, 48.926218267738776], [7.506762819531258, 48.93519622841588], [7.520389902986253, 48.934682483919], [7.519609078071097, 48.92570460762563], [7.5059843382309035, 48.926218267738776]]]], "type": "MultiPolygon"}, "id": "46161", "properties": {"DALLE": "1030-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1030-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.515708991845237, 48.88029925259729, 7.530103575665066, 48.88979231031237], "geometry": {"coordinates": [[[[7.515708991845237, 48.88081403910569], [7.5164884711074595, 48.88979231031237], [7.530103575665066, 48.88927743924671], [7.5293217569393915, 48.88029925259729], [7.515708991845237, 48.88081403910569]]]], "type": "MultiPolygon"}, "id": "46248", "properties": {"DALLE": "1031-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1031-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5164884711074595, 48.88927743924671, 7.530885664044778, 48.898770502999], "geometry": {"coordinates": [[[[7.5164884711074595, 48.88979231031237], [7.5172682192221405, 48.898770502999], [7.530885664044778, 48.898255547360066], [7.530103575665066, 48.88927743924671], [7.5164884711074595, 48.88979231031237]]]], "type": "MultiPolygon"}, "id": "46249", "properties": {"DALLE": "1031-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1031-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5172682192221405, 48.898255547360066, 7.531668022217907, 48.907748616934306], "geometry": {"coordinates": [[[[7.5172682192221405, 48.898770502999], [7.518048236328249, 48.907748616934306], [7.531668022217907, 48.9072335767061], [7.530885664044778, 48.898255547360066], [7.5172682192221405, 48.898770502999]]]], "type": "MultiPolygon"}, "id": "46250", "properties": {"DALLE": "1031-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1031-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.518048236328249, 48.9072335767061, 7.532450650323924, 48.91672665188696], "geometry": {"coordinates": [[[[7.518048236328249, 48.907748616934306], [7.5188285225648475, 48.91672665188696], [7.532450650323924, 48.91621152705347], [7.531668022217907, 48.9072335767061], [7.518048236328249, 48.907748616934306]]]], "type": "MultiPolygon"}, "id": "46251", "properties": {"DALLE": "1031-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1031-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5188285225648475, 48.91621152705347, 7.533233548502404, 48.92570460762563], "geometry": {"coordinates": [[[[7.5188285225648475, 48.91672665188696], [7.519609078071097, 48.92570460762563], [7.533233548502404, 48.92518939817086], [7.532450650323924, 48.91621152705347], [7.5188285225648475, 48.91672665188696]]]], "type": "MultiPolygon"}, "id": "46253", "properties": {"DALLE": "1031-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1031-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.530103575665066, 48.888761019896954, 7.544502839074017, 48.898255547360066], "geometry": {"coordinates": [[[[7.530103575665066, 48.88927743924671], [7.530885664044778, 48.898255547360066], [7.544502839074017, 48.89773904318369], [7.543718410568652, 48.888761019896954], [7.530103575665066, 48.88927743924671]]]], "type": "MultiPolygon"}, "id": "46345", "properties": {"DALLE": "1032-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1032-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.530885664044778, 48.89773904318369, 7.54528753817469, 48.9072335767061], "geometry": {"coordinates": [[[[7.530885664044778, 48.898255547360066], [7.531668022217907, 48.9072335767061], [7.54528753817469, 48.90671698768703], [7.544502839074017, 48.89773904318369], [7.530885664044778, 48.898255547360066]]]], "type": "MultiPolygon"}, "id": "46346", "properties": {"DALLE": "1032-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1032-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.531668022217907, 48.90671698768703, 7.546072508010557, 48.91621152705347], "geometry": {"coordinates": [[[[7.531668022217907, 48.9072335767061], [7.532450650323924, 48.91621152705347], [7.546072508010557, 48.91569485317569], [7.54528753817469, 48.90671698768703], [7.531668022217907, 48.9072335767061]]]], "type": "MultiPolygon"}, "id": "46347", "properties": {"DALLE": "1032-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1032-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.532450650323924, 48.91569485317569, 7.546857748721597, 48.92518939817086], "geometry": {"coordinates": [[[[7.532450650323924, 48.91621152705347], [7.533233548502404, 48.92518939817086], [7.546857748721597, 48.92467263941827], [7.546072508010557, 48.91569485317569], [7.532450650323924, 48.91621152705347]]]], "type": "MultiPolygon"}, "id": "46349", "properties": {"DALLE": "1032-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1032-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.543718410568652, 48.888243052307025, 7.558119743507965, 48.89773904318369], "geometry": {"coordinates": [[[[7.543718410568652, 48.888761019896954], [7.544502839074017, 48.89773904318369], [7.558119743507965, 48.897220990513794], [7.557332975016738, 48.888243052307025], [7.543718410568652, 48.888761019896954]]]], "type": "MultiPolygon"}, "id": "46434", "properties": {"DALLE": "1033-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1033-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.544502839074017, 48.897220990513794, 7.558906783396298, 48.90671698768703], "geometry": {"coordinates": [[[[7.544502839074017, 48.89773904318369], [7.54528753817469, 48.90671698768703], [7.558906783396298, 48.906198849921076], [7.558119743507965, 48.897220990513794], [7.544502839074017, 48.89773904318369]]]], "type": "MultiPolygon"}, "id": "46435", "properties": {"DALLE": "1033-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1033-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.54528753817469, 48.906198849921076, 7.55969409482203, 48.91569485317569], "geometry": {"coordinates": [[[[7.54528753817469, 48.90671698768703], [7.546072508010557, 48.91569485317569], [7.55969409482203, 48.91517663029755], [7.558906783396298, 48.906198849921076], [7.54528753817469, 48.90671698768703]]]], "type": "MultiPolygon"}, "id": "46436", "properties": {"DALLE": "1033-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1033-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.546072508010557, 48.91517663029755, 7.560481677925552, 48.92467263941827], "geometry": {"coordinates": [[[[7.546072508010557, 48.91569485317569], [7.546857748721597, 48.92467263941827], [7.560481677925552, 48.92415433141186], [7.55969409482203, 48.91517663029755], [7.546072508010557, 48.91569485317569]]]], "type": "MultiPolygon"}, "id": "46437", "properties": {"DALLE": "1033-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1033-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.557332975016738, 48.887723536520994, 7.571736376544826, 48.897220990513794], "geometry": {"coordinates": [[[[7.557332975016738, 48.888243052307025], [7.558119743507965, 48.897220990513794], [7.571736376544826, 48.89670138939445], [7.5709472682079335, 48.887723536520994], [7.557332975016738, 48.888243052307025]]]], "type": "MultiPolygon"}, "id": "46529", "properties": {"DALLE": "1034-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1034-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.558119743507965, 48.89670138939445, 7.572525757080522, 48.906198849921076], "geometry": {"coordinates": [[[[7.558119743507965, 48.897220990513794], [7.558906783396298, 48.906198849921076], [7.572525757080522, 48.90567916345229], [7.571736376544826, 48.89670138939445], [7.558119743507965, 48.897220990513794]]]], "type": "MultiPolygon"}, "id": "46530", "properties": {"DALLE": "1034-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1034-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.558906783396298, 48.90567916345229, 7.573315409955727, 48.91517663029755], "geometry": {"coordinates": [[[[7.558906783396298, 48.906198849921076], [7.55969409482203, 48.91517663029755], [7.573315409955727, 48.91465685846318], [7.572525757080522, 48.90567916345229], [7.558906783396298, 48.906198849921076]]]], "type": "MultiPolygon"}, "id": "46532", "properties": {"DALLE": "1034-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1034-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.55969409482203, 48.91465685846318, 7.574105335311246, 48.92415433141186], "geometry": {"coordinates": [[[[7.55969409482203, 48.91517663029755], [7.560481677925552, 48.92415433141186], [7.574105335311246, 48.92363447419573], [7.573315409955727, 48.91465685846318], [7.55969409482203, 48.91517663029755]]]], "type": "MultiPolygon"}, "id": "46533", "properties": {"DALLE": "1034-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1034-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5709472682079335, 48.887202472583, 7.585352737382899, 48.89670138939445], "geometry": {"coordinates": [[[[7.5709472682079335, 48.887723536520994], [7.571736376544826, 48.89670138939445], [7.585352737382899, 48.896180239869864], [7.584561289340953, 48.887202472583], [7.5709472682079335, 48.887723536520994]]]], "type": "MultiPolygon"}, "id": "46624", "properties": {"DALLE": "1035-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1035-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.571736376544826, 48.896180239869864, 7.586144458425251, 48.90567916345229], "geometry": {"coordinates": [[[[7.571736376544826, 48.89670138939445], [7.572525757080522, 48.90567916345229], [7.586144458425251, 48.90515792832492], [7.585352737382899, 48.896180239869864], [7.571736376544826, 48.89670138939445]]]], "type": "MultiPolygon"}, "id": "46625", "properties": {"DALLE": "1035-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1035-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.572525757080522, 48.90515792832492, 7.586936452609127, 48.91465685846318], "geometry": {"coordinates": [[[[7.572525757080522, 48.90567916345229], [7.573315409955727, 48.91465685846318], [7.586936452609127, 48.9141355377168], [7.586144458425251, 48.90515792832492], [7.572525757080522, 48.90567916345229]]]], "type": "MultiPolygon"}, "id": "46626", "properties": {"DALLE": "1035-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1035-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.573315409955727, 48.9141355377168, 7.587728720075739, 48.92363447419573], "geometry": {"coordinates": [[[[7.573315409955727, 48.91465685846318], [7.574105335311246, 48.92363447419573], [7.587728720075739, 48.92311306781416], [7.586936452609127, 48.9141355377168], [7.573315409955727, 48.91465685846318]]]], "type": "MultiPolygon"}, "id": "46627", "properties": {"DALLE": "1035-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1035-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.574105335311246, 48.92311306781416, 7.588521260966401, 48.93261201041858], "geometry": {"coordinates": [[[[7.574105335311246, 48.92363447419573], [7.574895533287978, 48.93261201041858], [7.588521260966401, 48.9320905183856], [7.587728720075739, 48.92311306781416], [7.574105335311246, 48.92363447419573]]]], "type": "MultiPolygon"}, "id": "46628", "properties": {"DALLE": "1035-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1035-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.574895533287978, 48.9320905183856, 7.5893140754225215, 48.94158946690029], "geometry": {"coordinates": [[[[7.574895533287978, 48.93261201041858], [7.575686004026921, 48.94158946690029], [7.5893140754225215, 48.94106788919966], [7.588521260966401, 48.9320905183856], [7.574895533287978, 48.93261201041858]]]], "type": "MultiPolygon"}, "id": "46629", "properties": {"DALLE": "1035-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1035-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.575686004026921, 48.94106788919966, 7.590107163585604, 48.95056684340939], "geometry": {"coordinates": [[[[7.575686004026921, 48.94158946690029], [7.576476747669172, 48.95056684340939], [7.590107163585604, 48.950045180024915], [7.5893140754225215, 48.94106788919966], [7.575686004026921, 48.94158946690029]]]], "type": "MultiPolygon"}, "id": "46630", "properties": {"DALLE": "1035-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1035-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.585352737382899, 48.89565754198435, 7.599762886628476, 48.90515792832492], "geometry": {"coordinates": [[[[7.585352737382899, 48.896180239869864], [7.586144458425251, 48.90515792832492], [7.599762886628476, 48.90463514458325], [7.598968825220584, 48.89565754198435], [7.585352737382899, 48.896180239869864]]]], "type": "MultiPolygon"}, "id": "46726", "properties": {"DALLE": "1036-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1036-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.586144458425251, 48.90463514458325, 7.600557221979806, 48.9141355377168], "geometry": {"coordinates": [[[[7.586144458425251, 48.90515792832492], [7.586936452609127, 48.9141355377168], [7.600557221979806, 48.91361266810276], [7.599762886628476, 48.90463514458325], [7.586144458425251, 48.90515792832492]]]], "type": "MultiPolygon"}, "id": "46727", "properties": {"DALLE": "1036-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1036-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.586936452609127, 48.91361266810276, 7.601351831416201, 48.92311306781416], "geometry": {"coordinates": [[[[7.586936452609127, 48.9141355377168], [7.587728720075739, 48.92311306781416], [7.601351831416201, 48.922590112311475], [7.600557221979806, 48.91361266810276], [7.586936452609127, 48.9141355377168]]]], "type": "MultiPolygon"}, "id": "46728", "properties": {"DALLE": "1036-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1036-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.587728720075739, 48.922590112311475, 7.60214671507938, 48.9320905183856], "geometry": {"coordinates": [[[[7.587728720075739, 48.92311306781416], [7.588521260966401, 48.9320905183856], [7.60214671507938, 48.931567476978024], [7.601351831416201, 48.922590112311475], [7.587728720075739, 48.92311306781416]]]], "type": "MultiPolygon"}, "id": "46729", "properties": {"DALLE": "1036-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1036-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.588521260966401, 48.931567476978024, 7.60294187311117, 48.94106788919966], "geometry": {"coordinates": [[[[7.588521260966401, 48.9320905183856], [7.5893140754225215, 48.94106788919966], [7.60294187311117, 48.94054476187093], [7.60214671507938, 48.931567476978024], [7.588521260966401, 48.9320905183856]]]], "type": "MultiPolygon"}, "id": "46731", "properties": {"DALLE": "1036-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1036-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.5893140754225215, 48.94054476187093, 7.603737305653484, 48.950045180024915], "geometry": {"coordinates": [[[[7.5893140754225215, 48.94106788919966], [7.590107163585604, 48.950045180024915], [7.603737305653484, 48.94952196675873], [7.60294187311117, 48.94054476187093], [7.5893140754225215, 48.94106788919966]]]], "type": "MultiPolygon"}, "id": "46732", "properties": {"DALLE": "1036-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1036-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.590107163585604, 48.94952196675873, 7.604533012848341, 48.959022390629826], "geometry": {"coordinates": [[[[7.590107163585604, 48.950045180024915], [7.590900525597259, 48.959022390629826], [7.604533012848341, 48.95849909140994], [7.603737305653484, 48.94952196675873], [7.590107163585604, 48.950045180024915]]]], "type": "MultiPolygon"}, "id": "46733", "properties": {"DALLE": "1036-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1036-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.590900525597259, 48.95849909140994, 7.605328994837852, 48.967999520782904], "geometry": {"coordinates": [[[[7.590900525597259, 48.959022390629826], [7.591694161599182, 48.967999520782904], [7.605328994837852, 48.967476135593024], [7.604533012848341, 48.95849909140994], [7.590900525597259, 48.959022390629826]]]], "type": "MultiPolygon"}, "id": "46734", "properties": {"DALLE": "1036-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1036-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.591694161599182, 48.967476135593024, 7.606125251764232, 48.976976570252575], "geometry": {"coordinates": [[[[7.591694161599182, 48.967999520782904], [7.592488071733176, 48.976976570252575], [7.606125251764232, 48.9764530990764], [7.605328994837852, 48.967476135593024], [7.591694161599182, 48.967999520782904]]]], "type": "MultiPolygon"}, "id": "46735", "properties": {"DALLE": "1036-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1036-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.110753303873174, 48.939971544282066, 7.125098311931042, 48.94942055243706], "geometry": {"coordinates": [[[[7.110753303873174, 48.94044025500078], [7.111463761580381, 48.94942055243706], [7.125098311931042, 48.94895176469463], [7.124385506747335, 48.939971544282066], [7.110753303873174, 48.94044025500078]]]], "type": "MultiPolygon"}, "id": "46736", "properties": {"DALLE": "1001-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1001-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.111463761580381, 48.94895176469463, 7.125811363317008, 48.95840077065538], "geometry": {"coordinates": [[[[7.111463761580381, 48.94942055243706], [7.112174464683455, 48.95840077065538], [7.125811363317008, 48.95793190587461], [7.125098311931042, 48.94895176469463], [7.111463761580381, 48.94942055243706]]]], "type": "MultiPolygon"}, "id": "46745", "properties": {"DALLE": "1001-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1001-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.598968825220584, 48.895133295782365, 7.613381040888277, 48.90463514458325], "geometry": {"coordinates": [[[[7.598968825220584, 48.89565754198435], [7.599762886628476, 48.90463514458325], [7.613381040888277, 48.90411081227181], [7.612584639256373, 48.895133295782365], [7.598968825220584, 48.89565754198435]]]], "type": "MultiPolygon"}, "id": "46829", "properties": {"DALLE": "1037-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1037-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.599762886628476, 48.90411081227181, 7.614177717265435, 48.91361266810276], "geometry": {"coordinates": [[[[7.599762886628476, 48.90463514458325], [7.600557221979806, 48.91361266810276], [7.614177717265435, 48.91308824966555], [7.613381040888277, 48.90411081227181], [7.599762886628476, 48.90463514458325]]]], "type": "MultiPolygon"}, "id": "46830", "properties": {"DALLE": "1037-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1037-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.600557221979806, 48.91308824966555, 7.61497466852989, 48.922590112311475], "geometry": {"coordinates": [[[[7.600557221979806, 48.91361266810276], [7.601351831416201, 48.922590112311475], [7.61497466852989, 48.922065607732215], [7.614177717265435, 48.91308824966555], [7.600557221979806, 48.91361266810276]]]], "type": "MultiPolygon"}, "id": "46831", "properties": {"DALLE": "1037-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1037-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.601351831416201, 48.922065607732215, 7.615771894823769, 48.931567476978024], "geometry": {"coordinates": [[[[7.601351831416201, 48.922590112311475], [7.60214671507938, 48.931567476978024], [7.615771894823769, 48.93104288624038], [7.61497466852989, 48.922065607732215], [7.601351831416201, 48.922590112311475]]]], "type": "MultiPolygon"}, "id": "46832", "properties": {"DALLE": "1037-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1037-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.60214671507938, 48.93104288624038, 7.61656939628931, 48.94054476187093], "geometry": {"coordinates": [[[[7.60214671507938, 48.931567476978024], [7.60294187311117, 48.94054476187093], [7.61656939628931, 48.94002008495862], [7.615771894823769, 48.93104288624038], [7.60214671507938, 48.931567476978024]]]], "type": "MultiPolygon"}, "id": "46833", "properties": {"DALLE": "1037-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1037-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.60294187311117, 48.94002008495862, 7.617367173068839, 48.94952196675873], "geometry": {"coordinates": [[[[7.60294187311117, 48.94054476187093], [7.603737305653484, 48.94952196675873], [7.617367173068839, 48.94899720365544], [7.61656939628931, 48.94002008495862], [7.60294187311117, 48.94054476187093]]]], "type": "MultiPolygon"}, "id": "46834", "properties": {"DALLE": "1037-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1037-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.603737305653484, 48.94899720365544, 7.618165225304784, 48.95849909140994], "geometry": {"coordinates": [[[[7.603737305653484, 48.94952196675873], [7.604533012848341, 48.95849909140994], [7.618165225304784, 48.95797424209932], [7.617367173068839, 48.94899720365544], [7.603737305653484, 48.94952196675873]]]], "type": "MultiPolygon"}, "id": "46835", "properties": {"DALLE": "1037-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1037-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.604533012848341, 48.95797424209932, 7.618963553139672, 48.967476135593024], "geometry": {"coordinates": [[[[7.604533012848341, 48.95849909140994], [7.605328994837852, 48.967476135593024], [7.618963553139672, 48.966951200058745], [7.618165225304784, 48.95797424209932], [7.604533012848341, 48.95849909140994]]]], "type": "MultiPolygon"}, "id": "46836", "properties": {"DALLE": "1037-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1037-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.605328994837852, 48.966951200058745, 7.619762156716126, 48.9764530990764], "geometry": {"coordinates": [[[[7.605328994837852, 48.967476135593024], [7.606125251764232, 48.9764530990764], [7.619762156716126, 48.97592807730212], [7.618963553139672, 48.966951200058745], [7.605328994837852, 48.967476135593024]]]], "type": "MultiPolygon"}, "id": "46837", "properties": {"DALLE": "1037-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1037-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.606125251764232, 48.97592807730212, 7.620561036176871, 48.985429981628485], "geometry": {"coordinates": [[[[7.606125251764232, 48.9764530990764], [7.6069217837697884, 48.985429981628485], [7.620561036176871, 48.98490487359787], [7.619762156716126, 48.97592807730212], [7.606125251764232, 48.9764530990764]]]], "type": "MultiPolygon"}, "id": "46838", "properties": {"DALLE": "1037-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1037-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6069217837697884, 48.98490487359787, 7.621360191664724, 48.99440678301764], "geometry": {"coordinates": [[[[7.6069217837697884, 48.985429981628485], [7.607718590996928, 48.99440678301764], [7.621360191664724, 48.99388158871434], [7.620561036176871, 48.98490487359787], [7.6069217837697884, 48.985429981628485]]]], "type": "MultiPolygon"}, "id": "46839", "properties": {"DALLE": "1037-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1037-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.613381040888277, 48.90358493143516, 7.627797937663789, 48.91308824966555], "geometry": {"coordinates": [[[[7.613381040888277, 48.90411081227181], [7.614177717265435, 48.91308824966555], [7.627797937663789, 48.91256228244979], [7.626998920402836, 48.90358493143516], [7.613381040888277, 48.90411081227181]]]], "type": "MultiPolygon"}, "id": "46934", "properties": {"DALLE": "1038-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.614177717265435, 48.91256228244979, 7.628597230614169, 48.922065607732215], "geometry": {"coordinates": [[[[7.614177717265435, 48.91308824966555], [7.61497466852989, 48.922065607732215], [7.628597230614169, 48.921539554120976], [7.627797937663789, 48.91256228244979], [7.614177717265435, 48.91308824966555]]]], "type": "MultiPolygon"}, "id": "46935", "properties": {"DALLE": "1038-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.61497466852989, 48.921539554120976, 7.629396799396517, 48.93104288624038], "geometry": {"coordinates": [[[[7.61497466852989, 48.922065607732215], [7.615771894823769, 48.93104288624038], [7.629396799396517, 48.930516746217336], [7.628597230614169, 48.921539554120976], [7.61497466852989, 48.922065607732215]]]], "type": "MultiPolygon"}, "id": "46936", "properties": {"DALLE": "1038-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.615771894823769, 48.930516746217336, 7.630196644153479, 48.94002008495862], "geometry": {"coordinates": [[[[7.615771894823769, 48.93104288624038], [7.61656939628931, 48.94002008495862], [7.630196644153479, 48.9394938585074], [7.629396799396517, 48.930516746217336], [7.615771894823769, 48.93104288624038]]]], "type": "MultiPolygon"}, "id": "46937", "properties": {"DALLE": "1038-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.61656939628931, 48.9394938585074, 7.630996765027793, 48.94899720365544], "geometry": {"coordinates": [[[[7.61656939628931, 48.94002008495862], [7.617367173068839, 48.94899720365544], [7.630996765027793, 48.94847089075967], [7.630196644153479, 48.9394938585074], [7.61656939628931, 48.94002008495862]]]], "type": "MultiPolygon"}, "id": "46938", "properties": {"DALLE": "1038-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.617367173068839, 48.94847089075967, 7.631797162162304, 48.95797424209932], "geometry": {"coordinates": [[[[7.617367173068839, 48.94899720365544], [7.618165225304784, 48.95797424209932], [7.631797162162304, 48.957447842742646], [7.630996765027793, 48.94847089075967], [7.617367173068839, 48.94899720365544]]]], "type": "MultiPolygon"}, "id": "46939", "properties": {"DALLE": "1038-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.618165225304784, 48.957447842742646, 7.632597835699942, 48.966951200058745], "geometry": {"coordinates": [[[[7.618165225304784, 48.95797424209932], [7.618963553139672, 48.966951200058745], [7.632597835699942, 48.96642471422478], [7.631797162162304, 48.957447842742646], [7.618165225304784, 48.95797424209932]]]], "type": "MultiPolygon"}, "id": "46941", "properties": {"DALLE": "1038-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.618963553139672, 48.96642471422478, 7.63339878578375, 48.97592807730212], "geometry": {"coordinates": [[[[7.618963553139672, 48.966951200058745], [7.619762156716126, 48.97592807730212], [7.63339878578375, 48.97540150497447], [7.632597835699942, 48.96642471422478], [7.618963553139672, 48.966951200058745]]]], "type": "MultiPolygon"}, "id": "46942", "properties": {"DALLE": "1038-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.619762156716126, 48.97540150497447, 7.6342000125568585, 48.98490487359787], "geometry": {"coordinates": [[[[7.619762156716126, 48.97592807730212], [7.620561036176871, 48.98490487359787], [7.6342000125568585, 48.98437821476014], [7.63339878578375, 48.97540150497447], [7.619762156716126, 48.97592807730212]]]], "type": "MultiPolygon"}, "id": "46943", "properties": {"DALLE": "1038-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.620561036176871, 48.98437821476014, 7.6350015161625056, 48.99388158871434], "geometry": {"coordinates": [[[[7.620561036176871, 48.98490487359787], [7.621360191664724, 48.99388158871434], [7.6350015161625056, 48.99335484335013], [7.6342000125568585, 48.98437821476014], [7.620561036176871, 48.98490487359787]]]], "type": "MultiPolygon"}, "id": "46944", "properties": {"DALLE": "1038-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.621360191664724, 48.99335484335013, 7.6358032967440215, 49.002858222419846], "geometry": {"coordinates": [[[[7.621360191664724, 48.99388158871434], [7.622159623322607, 49.002858222419846], [7.6358032967440215, 49.00233139051275], [7.6350015161625056, 48.99335484335013], [7.621360191664724, 48.99388158871434]]]], "type": "MultiPolygon"}, "id": "46945", "properties": {"DALLE": "1038-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.622159623322607, 49.00233139051275, 7.636605354444838, 49.0118347744827], "geometry": {"coordinates": [[[[7.622159623322607, 49.002858222419846], [7.622959331293536, 49.0118347744827], [7.636605354444838, 49.01130785601633], [7.6358032967440215, 49.00233139051275], [7.622159623322607, 49.002858222419846]]]], "type": "MultiPolygon"}, "id": "46946", "properties": {"DALLE": "1038-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.622959331293536, 49.01130785601633, 7.6374076894084855, 49.0208112446712], "geometry": {"coordinates": [[[[7.622959331293536, 49.0118347744827], [7.623759315720632, 49.0208112446712], [7.6374076894084855, 49.02028423962911], [7.636605354444838, 49.01130785601633], [7.622959331293536, 49.0118347744827]]]], "type": "MultiPolygon"}, "id": "46947", "properties": {"DALLE": "1038-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.626998920402836, 48.903057502118045, 7.641417882372735, 48.91256228244979], "geometry": {"coordinates": [[[[7.626998920402836, 48.90358493143516], [7.627797937663789, 48.91256228244979], [7.641417882372735, 48.91203476650022], [7.640616524370433, 48.903057502118045], [7.626998920402836, 48.90358493143516]]]], "type": "MultiPolygon"}, "id": "47047", "properties": {"DALLE": "1039-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.627797937663789, 48.91203476650022, 7.6422195168664935, 48.921539554120976], "geometry": {"coordinates": [[[[7.627797937663789, 48.91256228244979], [7.628597230614169, 48.921539554120976], [7.6422195168664935, 48.921011951522566], [7.641417882372735, 48.91203476650022], [7.627797937663789, 48.91256228244979]]]], "type": "MultiPolygon"}, "id": "47048", "properties": {"DALLE": "1039-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.628597230614169, 48.921011951522566, 7.643021427994668, 48.930516746217336], "geometry": {"coordinates": [[[[7.628597230614169, 48.921539554120976], [7.629396799396517, 48.930516746217336], [7.643021427994668, 48.92998905695368], [7.6422195168664935, 48.921011951522566], [7.628597230614169, 48.921539554120976]]]], "type": "MultiPolygon"}, "id": "47049", "properties": {"DALLE": "1039-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.629396799396517, 48.92998905695368, 7.643823615900309, 48.9394938585074], "geometry": {"coordinates": [[[[7.629396799396517, 48.930516746217336], [7.630196644153479, 48.9394938585074], [7.643823615900309, 48.938966082562075], [7.643021427994668, 48.92998905695368], [7.629396799396517, 48.930516746217336]]]], "type": "MultiPolygon"}, "id": "47050", "properties": {"DALLE": "1039-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.630196644153479, 48.938966082562075, 7.64462608072657, 48.94847089075967], "geometry": {"coordinates": [[[[7.630196644153479, 48.9394938585074], [7.630996765027793, 48.94847089075967], [7.64462608072657, 48.94794302811628], [7.643823615900309, 48.938966082562075], [7.630196644153479, 48.9394938585074]]]], "type": "MultiPolygon"}, "id": "47051", "properties": {"DALLE": "1039-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.630996765027793, 48.94794302811628, 7.645428822616705, 48.957447842742646], "geometry": {"coordinates": [[[[7.630996765027793, 48.94847089075967], [7.631797162162304, 48.957447842742646], [7.645428822616705, 48.95691989338475], [7.64462608072657, 48.94794302811628], [7.630996765027793, 48.94847089075967]]]], "type": "MultiPolygon"}, "id": "47052", "properties": {"DALLE": "1039-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.631797162162304, 48.95691989338475, 7.6462318417140605, 48.96642471422478], "geometry": {"coordinates": [[[[7.631797162162304, 48.957447842742646], [7.632597835699942, 48.96642471422478], [7.6462318417140605, 48.96589667813596], [7.645428822616705, 48.95691989338475], [7.631797162162304, 48.957447842742646]]]], "type": "MultiPolygon"}, "id": "47053", "properties": {"DALLE": "1039-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.632597835699942, 48.96589667813596, 7.647035138162085, 48.97540150497447], "geometry": {"coordinates": [[[[7.632597835699942, 48.96642471422478], [7.63339878578375, 48.97540150497447], [7.647035138162085, 48.974873382138306], [7.6462318417140605, 48.96589667813596], [7.632597835699942, 48.96642471422478]]]], "type": "MultiPolygon"}, "id": "47054", "properties": {"DALLE": "1039-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.63339878578375, 48.974873382138306, 7.6478387121043285, 48.98437821476014], "geometry": {"coordinates": [[[[7.63339878578375, 48.97540150497447], [7.6342000125568585, 48.98437821476014], [7.6478387121043285, 48.98385000516018], [7.647035138162085, 48.974873382138306], [7.63339878578375, 48.97540150497447]]]], "type": "MultiPolygon"}, "id": "47055", "properties": {"DALLE": "1039-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6342000125568585, 48.98385000516018, 7.648642563684437, 48.99335484335013], "geometry": {"coordinates": [[[[7.6342000125568585, 48.98437821476014], [7.6350015161625056, 48.99335484335013], [7.648642563684437, 48.99282654696994], [7.6478387121043285, 48.98385000516018], [7.6342000125568585, 48.98437821476014]]]], "type": "MultiPolygon"}, "id": "47056", "properties": {"DALLE": "1039-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6350015161625056, 48.99282654696994, 7.649446693046153, 49.00233139051275], "geometry": {"coordinates": [[[[7.6350015161625056, 48.99335484335013], [7.6358032967440215, 49.00233139051275], [7.649446693046153, 49.001803007335866], [7.648642563684437, 48.99282654696994], [7.6350015161625056, 48.99335484335013]]]], "type": "MultiPolygon"}, "id": "47058", "properties": {"DALLE": "1039-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6358032967440215, 49.001803007335866, 7.650251100333325, 49.01130785601633], "geometry": {"coordinates": [[[[7.6358032967440215, 49.00233139051275], [7.636605354444838, 49.01130785601633], [7.650251100333325, 49.010779386026286], [7.649446693046153, 49.001803007335866], [7.6358032967440215, 49.00233139051275]]]], "type": "MultiPolygon"}, "id": "47059", "properties": {"DALLE": "1039-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.636605354444838, 49.010779386026286, 7.651055785689896, 49.02028423962911], "geometry": {"coordinates": [[[[7.636605354444838, 49.01130785601633], [7.6374076894084855, 49.02028423962911], [7.651055785689896, 49.019755682809446], [7.650251100333325, 49.010779386026286], [7.636605354444838, 49.01130785601633]]]], "type": "MultiPolygon"}, "id": "47060", "properties": {"DALLE": "1039-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6374076894084855, 49.019755682809446, 7.651860749259906, 49.02926054111932], "geometry": {"coordinates": [[[[7.6374076894084855, 49.02028423962911], [7.638210301778592, 49.02926054111932], [7.651860749259906, 49.02873189745354], [7.651055785689896, 49.019755682809446], [7.6374076894084855, 49.02028423962911]]]], "type": "MultiPolygon"}, "id": "47061", "properties": {"DALLE": "1039-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.638210301778592, 49.02873189745354, 7.652665991187504, 49.03823676025517], "geometry": {"coordinates": [[[[7.638210301778592, 49.02926054111932], [7.639013191698886, 49.03823676025517], [7.652665991187504, 49.03770802972681], [7.651860749259906, 49.02873189745354], [7.638210301778592, 49.02926054111932]]]], "type": "MultiPolygon"}, "id": "47062", "properties": {"DALLE": "1039-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.640616524370433, 48.90252852436534, 7.655037550590237, 48.91203476650022], "geometry": {"coordinates": [[[[7.640616524370433, 48.903057502118045], [7.641417882372735, 48.91203476650022], [7.655037550590237, 48.91150570186174], [7.654233851989447, 48.90252852436534], [7.640616524370433, 48.903057502118045]]]], "type": "MultiPolygon"}, "id": "47154", "properties": {"DALLE": "1040-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.641417882372735, 48.91150570186174, 7.655841526484423, 48.921011951522566], "geometry": {"coordinates": [[[[7.641417882372735, 48.91203476650022], [7.6422195168664935, 48.921011951522566], [7.655841526484423, 48.92048279998186], [7.655037550590237, 48.91150570186174], [7.641417882372735, 48.91203476650022]]]], "type": "MultiPolygon"}, "id": "47155", "properties": {"DALLE": "1040-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6422195168664935, 48.92048279998186, 7.656645779815366, 48.92998905695368], "geometry": {"coordinates": [[[[7.6422195168664935, 48.921011951522566], [7.643021427994668, 48.92998905695368], [7.656645779815366, 48.92945981849431], [7.655841526484423, 48.92048279998186], [7.6422195168664935, 48.921011951522566]]]], "type": "MultiPolygon"}, "id": "47156", "properties": {"DALLE": "1040-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.643021427994668, 48.92945981849431, 7.657450310726535, 48.938966082562075], "geometry": {"coordinates": [[[[7.643021427994668, 48.92998905695368], [7.643823615900309, 48.938966082562075], [7.657450310726535, 48.93843675716757], [7.656645779815366, 48.92945981849431], [7.643021427994668, 48.92998905695368]]]], "type": "MultiPolygon"}, "id": "47157", "properties": {"DALLE": "1040-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.643823615900309, 48.93843675716757, 7.658255119361494, 48.94794302811628], "geometry": {"coordinates": [[[[7.643823615900309, 48.938966082562075], [7.64462608072657, 48.94794302811628], [7.658255119361494, 48.94741361577018], [7.657450310726535, 48.93843675716757], [7.643823615900309, 48.938966082562075]]]], "type": "MultiPolygon"}, "id": "47159", "properties": {"DALLE": "1040-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.64462608072657, 48.94741361577018, 7.659060205863904, 48.95691989338475], "geometry": {"coordinates": [[[[7.64462608072657, 48.94794302811628], [7.645428822616705, 48.95691989338475], [7.659060205863904, 48.95639039407062], [7.658255119361494, 48.94741361577018], [7.64462608072657, 48.94794302811628]]]], "type": "MultiPolygon"}, "id": "47160", "properties": {"DALLE": "1040-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.645428822616705, 48.95639039407062, 7.659865570377525, 48.96589667813596], "geometry": {"coordinates": [[[[7.645428822616705, 48.95691989338475], [7.6462318417140605, 48.96589667813596], [7.659865570377525, 48.965367091837294], [7.659060205863904, 48.95639039407062], [7.645428822616705, 48.95691989338475]]]], "type": "MultiPolygon"}, "id": "47161", "properties": {"DALLE": "1040-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6462318417140605, 48.965367091837294, 7.660671213046219, 48.974873382138306], "geometry": {"coordinates": [[[[7.6462318417140605, 48.96589667813596], [7.647035138162085, 48.974873382138306], [7.660671213046219, 48.97434370883863], [7.659865570377525, 48.965367091837294], [7.6462318417140605, 48.96589667813596]]]], "type": "MultiPolygon"}, "id": "47162", "properties": {"DALLE": "1040-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.647035138162085, 48.97434370883863, 7.66147713401395, 48.98385000516018], "geometry": {"coordinates": [[[[7.647035138162085, 48.974873382138306], [7.6478387121043285, 48.98385000516018], [7.66147713401395, 48.983320244843], [7.660671213046219, 48.97434370883863], [7.647035138162085, 48.974873382138306]]]], "type": "MultiPolygon"}, "id": "47163", "properties": {"DALLE": "1040-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6478387121043285, 48.983320244843, 7.662283333424772, 48.99282654696994], "geometry": {"coordinates": [[[[7.6478387121043285, 48.98385000516018], [7.648642563684437, 48.99282654696994], [7.662283333424772, 48.992296699618755], [7.66147713401395, 48.983320244843], [7.6478387121043285, 48.98385000516018]]]], "type": "MultiPolygon"}, "id": "47164", "properties": {"DALLE": "1040-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.648642563684437, 48.992296699618755, 7.663089811422847, 49.001803007335866], "geometry": {"coordinates": [[[[7.648642563684437, 48.99282654696994], [7.649446693046153, 49.001803007335866], [7.663089811422847, 49.001273072934204], [7.662283333424772, 48.992296699618755], [7.648642563684437, 48.99282654696994]]]], "type": "MultiPolygon"}, "id": "47165", "properties": {"DALLE": "1040-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.649446693046153, 49.001273072934204, 7.66389656815243, 49.010779386026286], "geometry": {"coordinates": [[[[7.649446693046153, 49.001803007335866], [7.650251100333325, 49.010779386026286], [7.66389656815243, 49.010249364557616], [7.663089811422847, 49.001273072934204], [7.649446693046153, 49.001803007335866]]]], "type": "MultiPolygon"}, "id": "47166", "properties": {"DALLE": "1040-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.650251100333325, 49.010249364557616, 7.664703603757882, 49.019755682809446], "geometry": {"coordinates": [[[[7.650251100333325, 49.010779386026286], [7.651055785689896, 49.019755682809446], [7.664703603757882, 49.019225574257256], [7.66389656815243, 49.010249364557616], [7.650251100333325, 49.010779386026286]]]], "type": "MultiPolygon"}, "id": "47167", "properties": {"DALLE": "1040-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.651055785689896, 49.019225574257256, 7.665510918383656, 49.02873189745354], "geometry": {"coordinates": [[[[7.651055785689896, 49.019755682809446], [7.651860749259906, 49.02873189745354], [7.665510918383656, 49.02820170180133], [7.664703603757882, 49.019225574257256], [7.651055785689896, 49.019755682809446]]]], "type": "MultiPolygon"}, "id": "47168", "properties": {"DALLE": "1040-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.651860749259906, 49.02820170180133, 7.666318512174311, 49.03770802972681], "geometry": {"coordinates": [[[[7.651860749259906, 49.02873189745354], [7.652665991187504, 49.03770802972681], [7.666318512174311, 49.03717774695801], [7.665510918383656, 49.02820170180133], [7.651860749259906, 49.02873189745354]]]], "type": "MultiPolygon"}, "id": "47170", "properties": {"DALLE": "1040-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.652665991187504, 49.03717774695801, 7.6671263852745035, 49.0466840793974], "geometry": {"coordinates": [[[[7.652665991187504, 49.03770802972681], [7.653471511616929, 49.0466840793974], [7.6671263852745035, 49.0461537094955], [7.666318512174311, 49.03717774695801], [7.652665991187504, 49.03770802972681]]]], "type": "MultiPolygon"}, "id": "47171", "properties": {"DALLE": "1040-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.653471511616929, 49.0461537094955, 7.66793453782899, 49.05566004623341], "geometry": {"coordinates": [[[[7.653471511616929, 49.0466840793974], [7.6542773106925175, 49.05566004623341], [7.66793453782899, 49.05512958918188], [7.6671263852745035, 49.0461537094955], [7.653471511616929, 49.0466840793974]]]], "type": "MultiPolygon"}, "id": "47172", "properties": {"DALLE": "1040-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.123672947638512, 48.93052106085619, 7.138017463546626, 48.939971544282066], "geometry": {"coordinates": [[[[7.123672947638512, 48.93099124486819], [7.124385506747335, 48.939971544282066], [7.138017463546626, 48.939501283006976], [7.137302557894567, 48.93052106085619], [7.123672947638512, 48.93099124486819]]]], "type": "MultiPolygon"}, "id": "47269", "properties": {"DALLE": "1002-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1002-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.654233851989447, 48.90199799822202, 7.6686569415143655, 48.91150570186174], "geometry": {"coordinates": [[[[7.654233851989447, 48.90252852436534], [7.655037550590237, 48.91150570186174], [7.6686569415143655, 48.910975088579335], [7.667850902458349, 48.90199799822202], [7.654233851989447, 48.90252852436534]]]], "type": "MultiPolygon"}, "id": "47270", "properties": {"DALLE": "1041-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.655037550590237, 48.910975088579335, 7.669463258665608, 48.92048279998186], "geometry": {"coordinates": [[[[7.655037550590237, 48.91150570186174], [7.655841526484423, 48.92048279998186], [7.669463258665608, 48.91995209954388], [7.6686569415143655, 48.910975088579335], [7.655037550590237, 48.91150570186174]]]], "type": "MultiPolygon"}, "id": "47271", "properties": {"DALLE": "1041-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.655841526484423, 48.91995209954388, 7.670269854055858, 48.92945981849431], "geometry": {"coordinates": [[[[7.655841526484423, 48.92048279998186], [7.656645779815366, 48.92945981849431], [7.670269854055858, 48.92892903088425], [7.669463258665608, 48.91995209954388], [7.655841526484423, 48.92048279998186]]]], "type": "MultiPolygon"}, "id": "47272", "properties": {"DALLE": "1041-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.656645779815366, 48.92892903088425, 7.671076727828991, 48.93843675716757], "geometry": {"coordinates": [[[[7.656645779815366, 48.92945981849431], [7.657450310726535, 48.93843675716757], [7.671076727828991, 48.93790588236895], [7.670269854055858, 48.92892903088425], [7.656645779815366, 48.92945981849431]]]], "type": "MultiPolygon"}, "id": "47273", "properties": {"DALLE": "1041-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.657450310726535, 48.93790588236895, 7.6718838801289815, 48.94741361577018], "geometry": {"coordinates": [[[[7.657450310726535, 48.93843675716757], [7.658255119361494, 48.94741361577018], [7.6718838801289815, 48.94688265376648], [7.671076727828991, 48.93790588236895], [7.657450310726535, 48.93843675716757]]]], "type": "MultiPolygon"}, "id": "47274", "properties": {"DALLE": "1041-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.658255119361494, 48.94688265376648, 7.672691311099904, 48.95639039407062], "geometry": {"coordinates": [[[[7.658255119361494, 48.94741361577018], [7.659060205863904, 48.95639039407062], [7.672691311099904, 48.9558593448453], [7.6718838801289815, 48.94688265376648], [7.658255119361494, 48.94741361577018]]]], "type": "MultiPolygon"}, "id": "47275", "properties": {"DALLE": "1041-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.659060205863904, 48.9558593448453, 7.673499020885933, 48.965367091837294], "geometry": {"coordinates": [[[[7.659060205863904, 48.95639039407062], [7.659865570377525, 48.965367091837294], [7.673499020885933, 48.964835955373864], [7.672691311099904, 48.9558593448453], [7.659060205863904, 48.95639039407062]]]], "type": "MultiPolygon"}, "id": "47276", "properties": {"DALLE": "1041-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.659865570377525, 48.964835955373864, 7.674307009631338, 48.97434370883863], "geometry": {"coordinates": [[[[7.659865570377525, 48.965367091837294], [7.660671213046219, 48.97434370883863], [7.674307009631338, 48.97381248512056], [7.673499020885933, 48.964835955373864], [7.659865570377525, 48.965367091837294]]]], "type": "MultiPolygon"}, "id": "47277", "properties": {"DALLE": "1041-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.660671213046219, 48.97381248512056, 7.675115277480495, 48.983320244843], "geometry": {"coordinates": [[[[7.660671213046219, 48.97434370883863], [7.66147713401395, 48.983320244843], [7.675115277480495, 48.98278893385375], [7.674307009631338, 48.97381248512056], [7.660671213046219, 48.97434370883863]]]], "type": "MultiPolygon"}, "id": "47278", "properties": {"DALLE": "1041-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.66147713401395, 48.98278893385375, 7.675923824577873, 48.992296699618755], "geometry": {"coordinates": [[[[7.66147713401395, 48.983320244843], [7.662283333424772, 48.992296699618755], [7.675923824577873, 48.99176530134178], [7.675115277480495, 48.98278893385375], [7.66147713401395, 48.983320244843]]]], "type": "MultiPolygon"}, "id": "47279", "properties": {"DALLE": "1041-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.124385506747335, 48.939501283006976, 7.138732616079458, 48.94895176469463], "geometry": {"coordinates": [[[[7.124385506747335, 48.939971544282066], [7.125098311931042, 48.94895176469463], [7.138732616079458, 48.948481426141804], [7.138017463546626, 48.939501283006976], [7.124385506747335, 48.939971544282066]]]], "type": "MultiPolygon"}, "id": "47280", "properties": {"DALLE": "1002-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1002-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.662283333424772, 48.99176530134178, 7.676732651068047, 49.001273072934204], "geometry": {"coordinates": [[[[7.662283333424772, 48.992296699618755], [7.663089811422847, 49.001273072934204], [7.676732651068047, 49.000741587352934], [7.675923824577873, 48.99176530134178], [7.662283333424772, 48.992296699618755]]]], "type": "MultiPolygon"}, "id": "47281", "properties": {"DALLE": "1041-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.663089811422847, 49.000741587352934, 7.6775417570956845, 49.010249364557616], "geometry": {"coordinates": [[[[7.663089811422847, 49.001273072934204], [7.66389656815243, 49.010249364557616], [7.6775417570956845, 49.00971779165552], [7.676732651068047, 49.000741587352934], [7.663089811422847, 49.001273072934204]]]], "type": "MultiPolygon"}, "id": "47282", "properties": {"DALLE": "1041-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.66389656815243, 49.00971779165552, 7.6783511428055595, 49.019225574257256], "geometry": {"coordinates": [[[[7.66389656815243, 49.010249364557616], [7.664703603757882, 49.019225574257256], [7.6783511428055595, 49.01869391401776], [7.6775417570956845, 49.00971779165552], [7.66389656815243, 49.010249364557616]]]], "type": "MultiPolygon"}, "id": "47283", "properties": {"DALLE": "1041-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.664703603757882, 49.01869391401776, 7.67916080834254, 49.02820170180133], "geometry": {"coordinates": [[[[7.664703603757882, 49.019225574257256], [7.665510918383656, 49.02820170180133], [7.67916080834254, 49.02766995420787], [7.6783511428055595, 49.01869391401776], [7.664703603757882, 49.019225574257256]]]], "type": "MultiPolygon"}, "id": "47284", "properties": {"DALLE": "1041-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.665510918383656, 49.02766995420787, 7.679970753851599, 49.03717774695801], "geometry": {"coordinates": [[[[7.665510918383656, 49.02820170180133], [7.666318512174311, 49.03717774695801], [7.679970753851599, 49.03664591199403], [7.67916080834254, 49.02766995420787], [7.665510918383656, 49.02820170180133]]]], "type": "MultiPolygon"}, "id": "47285", "properties": {"DALLE": "1041-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.666318512174311, 49.03664591199403, 7.680780979477806, 49.0461537094955], "geometry": {"coordinates": [[[[7.666318512174311, 49.03717774695801], [7.6671263852745035, 49.0461537094955], [7.680780979477806, 49.0456217871444], [7.679970753851599, 49.03664591199403], [7.666318512174311, 49.03717774695801]]]], "type": "MultiPolygon"}, "id": "47286", "properties": {"DALLE": "1041-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6671263852745035, 49.0456217871444, 7.681591485366329, 49.05512958918188], "geometry": {"coordinates": [[[[7.6671263852745035, 49.0461537094955], [7.66793453782899, 49.05512958918188], [7.681591485366329, 49.05459757942706], [7.680780979477806, 49.0456217871444], [7.6671263852745035, 49.0461537094955]]]], "type": "MultiPolygon"}, "id": "47287", "properties": {"DALLE": "1041-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1041-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.125098311931042, 48.948481426141804, 7.139448015620855, 48.95793190587461], "geometry": {"coordinates": [[[[7.125098311931042, 48.94895176469463], [7.125811363317008, 48.95793190587461], [7.139448015620855, 48.95746149002943], [7.138732616079458, 48.948481426141804], [7.125098311931042, 48.94895176469463]]]], "type": "MultiPolygon"}, "id": "47291", "properties": {"DALLE": "1002-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1002-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6686569415143655, 48.91044292669816, 7.683084712607801, 48.91995209954388], "geometry": {"coordinates": [[[[7.6686569415143655, 48.910975088579335], [7.669463258665608, 48.91995209954388], [7.683084712607801, 48.91941985025378], [7.682276054343276, 48.91044292669816], [7.6686569415143655, 48.910975088579335]]]], "type": "MultiPolygon"}, "id": "47383", "properties": {"DALLE": "1042-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.669463258665608, 48.91941985025378, 7.683893649913483, 48.92892903088425], "geometry": {"coordinates": [[[[7.669463258665608, 48.91995209954388], [7.670269854055858, 48.92892903088425], [7.683893649913483, 48.9283966941687], [7.683084712607801, 48.91941985025378], [7.669463258665608, 48.91995209954388]]]], "type": "MultiPolygon"}, "id": "47384", "properties": {"DALLE": "1042-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.670269854055858, 48.9283966941687, 7.684702866404605, 48.93790588236895], "geometry": {"coordinates": [[[[7.670269854055858, 48.92892903088425], [7.671076727828991, 48.93790588236895], [7.684702866404605, 48.9373734582114], [7.683893649913483, 48.9283966941687], [7.670269854055858, 48.92892903088425]]]], "type": "MultiPolygon"}, "id": "47385", "properties": {"DALLE": "1042-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.671076727828991, 48.9373734582114, 7.685512362225553, 48.94688265376648], "geometry": {"coordinates": [[[[7.671076727828991, 48.93790588236895], [7.6718838801289815, 48.94688265376648], [7.685512362225553, 48.946350142150344], [7.684702866404605, 48.9373734582114], [7.671076727828991, 48.93790588236895]]]], "type": "MultiPolygon"}, "id": "47386", "properties": {"DALLE": "1042-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6718838801289815, 48.946350142150344, 7.686322137520816, 48.9558593448453], "geometry": {"coordinates": [[[[7.6718838801289815, 48.94688265376648], [7.672691311099904, 48.9558593448453], [7.686322137520816, 48.955326745754064], [7.685512362225553, 48.946350142150344], [7.6718838801289815, 48.94688265376648]]]], "type": "MultiPolygon"}, "id": "47387", "properties": {"DALLE": "1042-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.672691311099904, 48.955326745754064, 7.687132192434977, 48.964835955373864], "geometry": {"coordinates": [[[[7.672691311099904, 48.9558593448453], [7.673499020885933, 48.964835955373864], [7.687132192434977, 48.96430326879093], [7.686322137520816, 48.955326745754064], [7.672691311099904, 48.9558593448453]]]], "type": "MultiPolygon"}, "id": "47389", "properties": {"DALLE": "1042-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.673499020885933, 48.96430326879093, 7.68794252711272, 48.97381248512056], "geometry": {"coordinates": [[[[7.673499020885933, 48.964835955373864], [7.674307009631338, 48.97381248512056], [7.68794252711272, 48.97327971102933], [7.687132192434977, 48.96430326879093], [7.673499020885933, 48.964835955373864]]]], "type": "MultiPolygon"}, "id": "47390", "properties": {"DALLE": "1042-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.674307009631338, 48.97327971102933, 7.688753141698833, 48.98278893385375], "geometry": {"coordinates": [[[[7.674307009631338, 48.97381248512056], [7.675115277480495, 48.98278893385375], [7.688753141698833, 48.98225607223767], [7.68794252711272, 48.97327971102933], [7.674307009631338, 48.97381248512056]]]], "type": "MultiPolygon"}, "id": "47391", "properties": {"DALLE": "1042-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.675115277480495, 48.98225607223767, 7.689564036338198, 48.99176530134178], "geometry": {"coordinates": [[[[7.675115277480495, 48.98278893385375], [7.675923824577873, 48.99176530134178], [7.689564036338198, 48.991232352184255], [7.688753141698833, 48.98225607223767], [7.675115277480495, 48.98278893385375]]]], "type": "MultiPolygon"}, "id": "47392", "properties": {"DALLE": "1042-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.675923824577873, 48.991232352184255, 7.6903752111758, 49.000741587352934], "geometry": {"coordinates": [[[[7.675923824577873, 48.99176530134178], [7.676732651068047, 49.000741587352934], [7.6903752111758, 49.00020855063738], [7.689564036338198, 48.991232352184255], [7.675923824577873, 48.99176530134178]]]], "type": "MultiPolygon"}, "id": "47393", "properties": {"DALLE": "1042-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.676732651068047, 49.00020855063738, 7.69118666635672, 49.00971779165552], "geometry": {"coordinates": [[[[7.676732651068047, 49.000741587352934], [7.6775417570956845, 49.00971779165552], [7.69118666635672, 49.00918466736532], [7.6903752111758, 49.00020855063738], [7.676732651068047, 49.000741587352934]]]], "type": "MultiPolygon"}, "id": "47394", "properties": {"DALLE": "1042-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6775417570956845, 49.00918466736532, 7.6919984020261465, 49.01869391401776], "geometry": {"coordinates": [[[[7.6775417570956845, 49.00971779165552], [7.6783511428055595, 49.01869391401776], [7.6919984020261465, 49.018160702136306], [7.69118666635672, 49.00918466736532], [7.6775417570956845, 49.00971779165552]]]], "type": "MultiPolygon"}, "id": "47395", "properties": {"DALLE": "1042-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6783511428055595, 49.018160702136306, 7.692810418329363, 49.02766995420787], "geometry": {"coordinates": [[[[7.6783511428055595, 49.01869391401776], [7.67916080834254, 49.02766995420787], [7.692810418329363, 49.02713665471855], [7.6919984020261465, 49.018160702136306], [7.6783511428055595, 49.01869391401776]]]], "type": "MultiPolygon"}, "id": "47396", "properties": {"DALLE": "1042-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.67916080834254, 49.02713665471855, 7.693622715411752, 49.03664591199403], "geometry": {"coordinates": [[[[7.67916080834254, 49.02766995420787], [7.679970753851599, 49.03664591199403], [7.693622715411752, 49.036112524880224], [7.692810418329363, 49.02713665471855], [7.67916080834254, 49.02766995420787]]]], "type": "MultiPolygon"}, "id": "47397", "properties": {"DALLE": "1042-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.679970753851599, 49.036112524880224, 7.6944352934188025, 49.0456217871444], "geometry": {"coordinates": [[[[7.679970753851599, 49.03664591199403], [7.680780979477806, 49.0456217871444], [7.6944352934188025, 49.045088312389446], [7.693622715411752, 49.036112524880224], [7.679970753851599, 49.03664591199403]]]], "type": "MultiPolygon"}, "id": "47398", "properties": {"DALLE": "1042-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.680780979477806, 49.045088312389446, 7.695248152496095, 49.05459757942706], "geometry": {"coordinates": [[[[7.680780979477806, 49.0456217871444], [7.681591485366329, 49.05459757942706], [7.695248152496095, 49.05406401701435], [7.6944352934188025, 49.045088312389446], [7.680780979477806, 49.0456217871444]]]], "type": "MultiPolygon"}, "id": "47400", "properties": {"DALLE": "1042-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.681591485366329, 49.05406401701435, 7.69606129278932, 49.06357328861012], "geometry": {"coordinates": [[[[7.681591485366329, 49.05459757942706], [7.682402271662447, 49.06357328861012], [7.69606129278932, 49.06303963852302], [7.695248152496095, 49.05406401701435], [7.681591485366329, 49.05459757942706]]]], "type": "MultiPolygon"}, "id": "47401", "properties": {"DALLE": "1042-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1042-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.683084712607801, 48.91888605215687, 7.697517166585682, 48.9283966941687], "geometry": {"coordinates": [[[[7.683084712607801, 48.91941985025378], [7.683893649913483, 48.9283966941687], [7.697517166585682, 48.92786280839295], [7.696705887508858, 48.91888605215687], [7.683084712607801, 48.91941985025378]]]], "type": "MultiPolygon"}, "id": "47495", "properties": {"DALLE": "1043-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.683893649913483, 48.92786280839295, 7.698328725650407, 48.9373734582114], "geometry": {"coordinates": [[[[7.683893649913483, 48.9283966941687], [7.684702866404605, 48.9373734582114], [7.698328725650407, 48.93683948474022], [7.697517166585682, 48.92786280839295], [7.683893649913483, 48.9283966941687]]]], "type": "MultiPolygon"}, "id": "47496", "properties": {"DALLE": "1043-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.684702866404605, 48.93683948474022, 7.69914056484783, 48.946350142150344], "geometry": {"coordinates": [[[[7.684702866404605, 48.9373734582114], [7.685512362225553, 48.946350142150344], [7.69914056484783, 48.94581608096716], [7.698328725650407, 48.93683948474022], [7.684702866404605, 48.9373734582114]]]], "type": "MultiPolygon"}, "id": "47497", "properties": {"DALLE": "1043-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.685512362225553, 48.94581608096716, 7.699952684322845, 48.955326745754064], "geometry": {"coordinates": [[[[7.685512362225553, 48.946350142150344], [7.686322137520816, 48.955326745754064], [7.699952684322845, 48.95479259684222], [7.69914056484783, 48.94581608096716], [7.685512362225553, 48.946350142150344]]]], "type": "MultiPolygon"}, "id": "47499", "properties": {"DALLE": "1043-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.686322137520816, 48.95479259684222, 7.700765084220456, 48.96430326879093], "geometry": {"coordinates": [[[[7.686322137520816, 48.955326745754064], [7.687132192434977, 48.96430326879093], [7.700765084220456, 48.96376903213383], [7.699952684322845, 48.95479259684222], [7.686322137520816, 48.955326745754064]]]], "type": "MultiPolygon"}, "id": "47500", "properties": {"DALLE": "1043-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.687132192434977, 48.96376903213383, 7.701577764685752, 48.97327971102933], "geometry": {"coordinates": [[[[7.687132192434977, 48.96430326879093], [7.68794252711272, 48.97327971102933], [7.701577764685752, 48.97274538661038], [7.700765084220456, 48.96376903213383], [7.687132192434977, 48.96430326879093]]]], "type": "MultiPolygon"}, "id": "47501", "properties": {"DALLE": "1043-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.68794252711272, 48.97274538661038, 7.702390725863936, 48.98225607223767], "geometry": {"coordinates": [[[[7.68794252711272, 48.97327971102933], [7.688753141698833, 48.98225607223767], [7.702390725863936, 48.9817216600402], [7.701577764685752, 48.97274538661038], [7.68794252711272, 48.97327971102933]]]], "type": "MultiPolygon"}, "id": "47502", "properties": {"DALLE": "1043-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.688753141698833, 48.9817216600402, 7.7032039679003015, 48.991232352184255], "geometry": {"coordinates": [[[[7.688753141698833, 48.98225607223767], [7.689564036338198, 48.991232352184255], [7.7032039679003015, 48.99069785219163], [7.702390725863936, 48.9817216600402], [7.688753141698833, 48.98225607223767]]]], "type": "MultiPolygon"}, "id": "47503", "properties": {"DALLE": "1043-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.689564036338198, 48.99069785219163, 7.704017490940247, 49.00020855063738], "geometry": {"coordinates": [[[[7.689564036338198, 48.991232352184255], [7.6903752111758, 49.00020855063738], [7.704017490940247, 48.999673962832965], [7.7032039679003015, 48.99069785219163], [7.689564036338198, 48.991232352184255]]]], "type": "MultiPolygon"}, "id": "47504", "properties": {"DALLE": "1043-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6903752111758, 48.999673962832965, 7.704831295129267, 49.00918466736532], "geometry": {"coordinates": [[[[7.6903752111758, 49.00020855063738], [7.69118666635672, 49.00918466736532], [7.704831295129267, 49.00864999173247], [7.704017490940247, 48.999673962832965], [7.6903752111758, 49.00020855063738]]]], "type": "MultiPolygon"}, "id": "47505", "properties": {"DALLE": "1043-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.69118666635672, 49.00864999173247, 7.705645380612962, 49.018160702136306], "geometry": {"coordinates": [[[[7.69118666635672, 49.00918466736532], [7.6919984020261465, 49.018160702136306], [7.705645380612962, 49.01762593865835], [7.704831295129267, 49.00864999173247], [7.69118666635672, 49.00918466736532]]]], "type": "MultiPolygon"}, "id": "47506", "properties": {"DALLE": "1043-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6919984020261465, 49.01762593865835, 7.706459747537029, 49.02713665471855], "geometry": {"coordinates": [[[[7.6919984020261465, 49.018160702136306], [7.692810418329363, 49.02713665471855], [7.706459747537029, 49.02660180337884], [7.705645380612962, 49.01762593865835], [7.6919984020261465, 49.018160702136306]]]], "type": "MultiPolygon"}, "id": "47507", "properties": {"DALLE": "1043-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.692810418329363, 49.02660180337884, 7.707274396047266, 49.036112524880224], "geometry": {"coordinates": [[[[7.692810418329363, 49.02713665471855], [7.693622715411752, 49.036112524880224], [7.707274396047266, 49.03557758566207], [7.706459747537029, 49.02660180337884], [7.692810418329363, 49.02713665471855]]]], "type": "MultiPolygon"}, "id": "47508", "properties": {"DALLE": "1043-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.693622715411752, 49.03557758566207, 7.708089326289572, 49.045088312389446], "geometry": {"coordinates": [[[[7.693622715411752, 49.036112524880224], [7.6944352934188025, 49.045088312389446], [7.708089326289572, 49.044553285276194], [7.707274396047266, 49.03557758566207], [7.693622715411752, 49.036112524880224]]]], "type": "MultiPolygon"}, "id": "47510", "properties": {"DALLE": "1043-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.6944352934188025, 49.044553285276194, 7.708904538409947, 49.05406401701435], "geometry": {"coordinates": [[[[7.6944352934188025, 49.045088312389446], [7.695248152496095, 49.05406401701435], [7.708904538409947, 49.05352890198931], [7.708089326289572, 49.044553285276194], [7.6944352934188025, 49.045088312389446]]]], "type": "MultiPolygon"}, "id": "47511", "properties": {"DALLE": "1043-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.695248152496095, 49.05352890198931, 7.709720032554495, 49.06303963852302], "geometry": {"coordinates": [[[[7.695248152496095, 49.05406401701435], [7.69606129278932, 49.06303963852302], [7.709720032554495, 49.06250443556949], [7.708904538409947, 49.05352890198931], [7.695248152496095, 49.05406401701435]]]], "type": "MultiPolygon"}, "id": "47512", "properties": {"DALLE": "1043-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.696705887508858, 48.91835070529855, 7.711140403269997, 48.92786280839295], "geometry": {"coordinates": [[[[7.696705887508858, 48.91888605215687], [7.697517166585682, 48.92786280839295], [7.711140403269997, 48.927327373602445], [7.710326782566728, 48.91835070529855], [7.696705887508858, 48.91888605215687]]]], "type": "MultiPolygon"}, "id": "47604", "properties": {"DALLE": "1044-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.697517166585682, 48.927327373602445, 7.711954304763528, 48.93683948474022], "geometry": {"coordinates": [[[[7.697517166585682, 48.92786280839295], [7.698328725650407, 48.93683948474022], [7.711954304763528, 48.936303962000885], [7.711140403269997, 48.927327373602445], [7.697517166585682, 48.92786280839295]]]], "type": "MultiPolygon"}, "id": "47605", "properties": {"DALLE": "1044-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.698328725650407, 48.936303962000885, 7.712768487192525, 48.94581608096716], "geometry": {"coordinates": [[[[7.698328725650407, 48.93683948474022], [7.69914056484783, 48.94581608096716], [7.712768487192525, 48.945280470262354], [7.711954304763528, 48.936303962000885], [7.698328725650407, 48.93683948474022]]]], "type": "MultiPolygon"}, "id": "47606", "properties": {"DALLE": "1044-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.69914056484783, 48.945280470262354, 7.7135829507023015, 48.95479259684222], "geometry": {"coordinates": [[[[7.69914056484783, 48.94581608096716], [7.699952684322845, 48.95479259684222], [7.7135829507023015, 48.95425689815528], [7.712768487192525, 48.945280470262354], [7.69914056484783, 48.94581608096716]]]], "type": "MultiPolygon"}, "id": "47607", "properties": {"DALLE": "1044-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.699952684322845, 48.95425689815528, 7.714397695438263, 48.96376903213383], "geometry": {"coordinates": [[[[7.699952684322845, 48.95479259684222], [7.700765084220456, 48.96376903213383], [7.714397695438263, 48.963233245448095], [7.7135829507023015, 48.95425689815528], [7.699952684322845, 48.95479259684222]]]], "type": "MultiPolygon"}, "id": "47608", "properties": {"DALLE": "1044-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.700765084220456, 48.963233245448095, 7.7152127215459165, 48.97274538661038], "geometry": {"coordinates": [[[[7.700765084220456, 48.96376903213383], [7.701577764685752, 48.97274538661038], [7.7152127215459165, 48.97220951190916], [7.714397695438263, 48.963233245448095], [7.700765084220456, 48.96376903213383]]]], "type": "MultiPolygon"}, "id": "47609", "properties": {"DALLE": "1044-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.701577764685752, 48.97220951190916, 7.716028029170874, 48.9817216600402], "geometry": {"coordinates": [[[[7.701577764685752, 48.97274538661038], [7.702390725863936, 48.9817216600402], [7.716028029170874, 48.98118569730684], [7.7152127215459165, 48.97220951190916], [7.701577764685752, 48.97274538661038]]]], "type": "MultiPolygon"}, "id": "47610", "properties": {"DALLE": "1044-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.702390725863936, 48.98118569730684, 7.716843618458843, 48.99069785219163], "geometry": {"coordinates": [[[[7.702390725863936, 48.9817216600402], [7.7032039679003015, 48.99069785219163], [7.716843618458843, 48.99016180140946], [7.716028029170874, 48.98118569730684], [7.702390725863936, 48.9817216600402]]]], "type": "MultiPolygon"}, "id": "47611", "properties": {"DALLE": "1044-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7032039679003015, 48.99016180140946, 7.717659489555635, 48.999673962832965], "geometry": {"coordinates": [[[[7.7032039679003015, 48.99069785219163], [7.704017490940247, 48.999673962832965], [7.717659489555635, 48.999137823985265], [7.716843618458843, 48.99016180140946], [7.7032039679003015, 48.99069785219163]]]], "type": "MultiPolygon"}, "id": "47612", "properties": {"DALLE": "1044-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.704017490940247, 48.999137823985265, 7.718475642607157, 49.00864999173247], "geometry": {"coordinates": [[[[7.704017490940247, 48.999673962832965], [7.704831295129267, 49.00864999173247], [7.718475642607157, 49.00811376480253], [7.717659489555635, 48.999137823985265], [7.704017490940247, 48.999673962832965]]]], "type": "MultiPolygon"}, "id": "47613", "properties": {"DALLE": "1044-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.704831295129267, 49.00811376480253, 7.719292077759421, 49.01762593865835], "geometry": {"coordinates": [[[[7.704831295129267, 49.00864999173247], [7.705645380612962, 49.01762593865835], [7.719292077759421, 49.0170896236295], [7.718475642607157, 49.00811376480253], [7.704831295129267, 49.00864999173247]]]], "type": "MultiPolygon"}, "id": "47614", "properties": {"DALLE": "1044-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.705645380612962, 49.0170896236295, 7.7201087951585405, 49.02660180337884], "geometry": {"coordinates": [[[[7.705645380612962, 49.01762593865835], [7.706459747537029, 49.02660180337884], [7.7201087951585405, 49.02606540023436], [7.719292077759421, 49.0170896236295], [7.705645380612962, 49.01762593865835]]]], "type": "MultiPolygon"}, "id": "47615", "properties": {"DALLE": "1044-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.706459747537029, 49.02606540023436, 7.720925794950725, 49.03557758566207], "geometry": {"coordinates": [[[[7.706459747537029, 49.02660180337884], [7.707274396047266, 49.03557758566207], [7.720925794950725, 49.03504109438523], [7.7201087951585405, 49.02606540023436], [7.706459747537029, 49.02660180337884]]]], "type": "MultiPolygon"}, "id": "47616", "properties": {"DALLE": "1044-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.707274396047266, 49.03504109438523, 7.721743077282289, 49.044553285276194], "geometry": {"coordinates": [[[[7.707274396047266, 49.03557758566207], [7.708089326289572, 49.044553285276194], [7.721743077282289, 49.04401670585028], [7.720925794950725, 49.03504109438523], [7.707274396047266, 49.03557758566207]]]], "type": "MultiPolygon"}, "id": "47617", "properties": {"DALLE": "1044-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.708089326289572, 49.04401670585028, 7.722560642299645, 49.05352890198931], "geometry": {"coordinates": [[[[7.708089326289572, 49.044553285276194], [7.708904538409947, 49.05352890198931], [7.722560642299645, 49.05299223439758], [7.721743077282289, 49.04401670585028], [7.708089326289572, 49.044553285276194]]]], "type": "MultiPolygon"}, "id": "47618", "properties": {"DALLE": "1044-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.708904538409947, 49.05299223439758, 7.723378490149313, 49.06250443556949], "geometry": {"coordinates": [[[[7.708904538409947, 49.05352890198931], [7.709720032554495, 49.06250443556949], [7.723378490149313, 49.06196767979521], [7.722560642299645, 49.05299223439758], [7.708904538409947, 49.05352890198931]]]], "type": "MultiPolygon"}, "id": "47619", "properties": {"DALLE": "1044-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1044-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.708700382950641, 48.89986041064716, 7.723131716241859, 48.9093739573207], "geometry": {"coordinates": [[[[7.708700382950641, 48.90039712990035], [7.709513442508613, 48.9093739573207], [7.723131716241859, 48.90883714991535], [7.722316316805839, 48.89986041064716], [7.708700382950641, 48.90039712990035]]]], "type": "MultiPolygon"}, "id": "47701", "properties": {"DALLE": "1045-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.709513442508613, 48.90883714991535, 7.7239473969794625, 48.91835070529855], "geometry": {"coordinates": [[[[7.709513442508613, 48.9093739573207], [7.710326782566728, 48.91835070529855], [7.7239473969794625, 48.91781380972437], [7.723131716241859, 48.90883714991535], [7.709513442508613, 48.9093739573207]]]], "type": "MultiPolygon"}, "id": "47702", "properties": {"DALLE": "1045-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.710326782566728, 48.91781380972437, 7.7247633591640685, 48.927327373602445], "geometry": {"coordinates": [[[[7.710326782566728, 48.91835070529855], [7.711140403269997, 48.927327373602445], [7.7247633591640685, 48.92679038984273], [7.7239473969794625, 48.91781380972437], [7.710326782566728, 48.91835070529855]]]], "type": "MultiPolygon"}, "id": "47703", "properties": {"DALLE": "1045-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.711140403269997, 48.92679038984273, 7.725579602941196, 48.936303962000885], "geometry": {"coordinates": [[[[7.711140403269997, 48.927327373602445], [7.711954304763528, 48.936303962000885], [7.725579602941196, 48.93576689003897], [7.7247633591640685, 48.92679038984273], [7.711140403269997, 48.927327373602445]]]], "type": "MultiPolygon"}, "id": "47704", "properties": {"DALLE": "1045-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.711954304763528, 48.93576689003897, 7.726396128456462, 48.945280470262354], "geometry": {"coordinates": [[[[7.711954304763528, 48.936303962000885], [7.712768487192525, 48.945280470262354], [7.726396128456462, 48.94474331008153], [7.725579602941196, 48.93576689003897], [7.711954304763528, 48.936303962000885]]]], "type": "MultiPolygon"}, "id": "47705", "properties": {"DALLE": "1045-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.712768487192525, 48.94474331008153, 7.727212935855588, 48.95425689815528], "geometry": {"coordinates": [[[[7.712768487192525, 48.945280470262354], [7.7135829507023015, 48.95425689815528], [7.727212935855588, 48.95371964973884], [7.726396128456462, 48.94474331008153], [7.712768487192525, 48.945280470262354]]]], "type": "MultiPolygon"}, "id": "47706", "properties": {"DALLE": "1045-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7135829507023015, 48.95371964973884, 7.728030025284391, 48.963233245448095], "geometry": {"coordinates": [[[[7.7135829507023015, 48.95425689815528], [7.714397695438263, 48.963233245448095], [7.728030025284391, 48.96269590877933], [7.727212935855588, 48.95371964973884], [7.7135829507023015, 48.95425689815528]]]], "type": "MultiPolygon"}, "id": "47707", "properties": {"DALLE": "1045-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.714397695438263, 48.96269590877933, 7.728847396888793, 48.97220951190916], "geometry": {"coordinates": [[[[7.714397695438263, 48.963233245448095], [7.7152127215459165, 48.97220951190916], [7.728847396888793, 48.97167208697136], [7.728030025284391, 48.96269590877933], [7.714397695438263, 48.963233245448095]]]], "type": "MultiPolygon"}, "id": "47708", "properties": {"DALLE": "1045-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7152127215459165, 48.97167208697136, 7.729665050814817, 48.98118569730684], "geometry": {"coordinates": [[[[7.7152127215459165, 48.97220951190916], [7.716028029170874, 48.98118569730684], [7.729665050814817, 48.98064818408328], [7.728847396888793, 48.97167208697136], [7.7152127215459165, 48.97220951190916]]]], "type": "MultiPolygon"}, "id": "47709", "properties": {"DALLE": "1045-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.716028029170874, 48.98064818408328, 7.730482987208581, 48.99016180140946], "geometry": {"coordinates": [[[[7.716028029170874, 48.98118569730684], [7.716843618458843, 48.99016180140946], [7.730482987208581, 48.98962419988338], [7.729665050814817, 48.98064818408328], [7.716028029170874, 48.98118569730684]]]], "type": "MultiPolygon"}, "id": "47711", "properties": {"DALLE": "1045-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.716843618458843, 48.98962419988338, 7.731301206216307, 48.999137823985265], "geometry": {"coordinates": [[[[7.716843618458843, 48.99016180140946], [7.717659489555635, 48.999137823985265], [7.731301206216307, 48.99860013413996], [7.730482987208581, 48.98962419988338], [7.716843618458843, 48.99016180140946]]]], "type": "MultiPolygon"}, "id": "47712", "properties": {"DALLE": "1045-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.717659489555635, 48.99860013413996, 7.732119707984321, 49.00811376480253], "geometry": {"coordinates": [[[[7.717659489555635, 48.999137823985265], [7.718475642607157, 49.00811376480253], [7.732119707984321, 49.007575986621255], [7.731301206216307, 48.99860013413996], [7.717659489555635, 48.999137823985265]]]], "type": "MultiPolygon"}, "id": "47713", "properties": {"DALLE": "1045-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.718475642607157, 49.007575986621255, 7.732938492659044, 49.0170896236295], "geometry": {"coordinates": [[[[7.718475642607157, 49.00811376480253], [7.719292077759421, 49.0170896236295], [7.732938492659044, 49.01655175709549], [7.732119707984321, 49.007575986621255], [7.718475642607157, 49.00811376480253]]]], "type": "MultiPolygon"}, "id": "47714", "properties": {"DALLE": "1045-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.719292077759421, 49.01655175709549, 7.733757560387004, 49.02606540023436], "geometry": {"coordinates": [[[[7.719292077759421, 49.0170896236295], [7.7201087951585405, 49.02606540023436], [7.733757560387004, 49.02552744533084], [7.732938492659044, 49.01655175709549], [7.719292077759421, 49.0170896236295]]]], "type": "MultiPolygon"}, "id": "47715", "properties": {"DALLE": "1045-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7201087951585405, 49.02552744533084, 7.7345769113148215, 49.03504109438523], "geometry": {"coordinates": [[[[7.7201087951585405, 49.02606540023436], [7.720925794950725, 49.03504109438523], [7.7345769113148215, 49.03450305109548], [7.733757560387004, 49.02552744533084], [7.7201087951585405, 49.02606540023436]]]], "type": "MultiPolygon"}, "id": "47716", "properties": {"DALLE": "1045-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.720925794950725, 49.03450305109548, 7.73539654558923, 49.04401670585028], "geometry": {"coordinates": [[[[7.720925794950725, 49.03504109438523], [7.721743077282289, 49.04401670585028], [7.73539654558923, 49.04347857415749], [7.7345769113148215, 49.03450305109548], [7.720925794950725, 49.03504109438523]]]], "type": "MultiPolygon"}, "id": "47717", "properties": {"DALLE": "1045-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.721743077282289, 49.04347857415749, 7.736216463357054, 49.05299223439758], "geometry": {"coordinates": [[[[7.721743077282289, 49.04401670585028], [7.722560642299645, 49.05299223439758], [7.736216463357054, 49.05245401428496], [7.73539654558923, 49.04347857415749], [7.721743077282289, 49.04401670585028]]]], "type": "MultiPolygon"}, "id": "47718", "properties": {"DALLE": "1045-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.722560642299645, 49.05245401428496, 7.737036664765224, 49.06196767979521], "geometry": {"coordinates": [[[[7.722560642299645, 49.05299223439758], [7.723378490149313, 49.06196767979521], [7.737036664765224, 49.061429371246], [7.736216463357054, 49.05245401428496], [7.722560642299645, 49.05299223439758]]]], "type": "MultiPolygon"}, "id": "47719", "properties": {"DALLE": "1045-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.137302557894567, 48.930049326581816, 7.151649173465158, 48.939501283006976], "geometry": {"coordinates": [[[[7.137302557894567, 48.93052106085619], [7.138017463546626, 48.939501283006976], [7.151649173465158, 48.93902947121559], [7.150931921397564, 48.930049326581816], [7.137302557894567, 48.93052106085619]]]], "type": "MultiPolygon"}, "id": "47787", "properties": {"DALLE": "1003-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1003-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.138017463546626, 48.93902947121559, 7.152366673219326, 48.948481426141804], "geometry": {"coordinates": [[[[7.138017463546626, 48.939501283006976], [7.138732616079458, 48.948481426141804], [7.152366673219326, 48.9480095368187], [7.151649173465158, 48.93902947121559], [7.138017463546626, 48.939501283006976]]]], "type": "MultiPolygon"}, "id": "47798", "properties": {"DALLE": "1003-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1003-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.720686361257371, 48.881368604002716, 7.7351145122932286, 48.890883592151226], "geometry": {"coordinates": [[[[7.720686361257371, 48.88190669465896], [7.721501198526083, 48.890883592151226], [7.7351145122932286, 48.89034541312303], [7.734297336893235, 48.881368604002716], [7.720686361257371, 48.88190669465896]]]], "type": "MultiPolygon"}, "id": "47803", "properties": {"DALLE": "1046-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.721501198526083, 48.89034541312303, 7.7359319695047875, 48.89986041064716], "geometry": {"coordinates": [[[[7.721501198526083, 48.890883592151226], [7.722316316805839, 48.89986041064716], [7.7359319695047875, 48.8993221432303], [7.7351145122932286, 48.89034541312303], [7.721501198526083, 48.890883592151226]]]], "type": "MultiPolygon"}, "id": "47804", "properties": {"DALLE": "1046-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.722316316805839, 48.8993221432303, 7.736749708673539, 48.90883714991535], "geometry": {"coordinates": [[[[7.722316316805839, 48.89986041064716], [7.723131716241859, 48.90883714991535], [7.736749708673539, 48.9082987940931], [7.7359319695047875, 48.8993221432303], [7.722316316805839, 48.89986041064716]]]], "type": "MultiPolygon"}, "id": "47805", "properties": {"DALLE": "1046-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.723131716241859, 48.9082987940931, 7.737567729945212, 48.91781380972437], "geometry": {"coordinates": [[[[7.723131716241859, 48.90883714991535], [7.7239473969794625, 48.91781380972437], [7.737567729945212, 48.91727536548], [7.736749708673539, 48.9082987940931], [7.723131716241859, 48.90883714991535]]]], "type": "MultiPolygon"}, "id": "47806", "properties": {"DALLE": "1046-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7239473969794625, 48.91727536548, 7.738386033465636, 48.92679038984273], "geometry": {"coordinates": [[[[7.7239473969794625, 48.91781380972437], [7.7247633591640685, 48.92679038984273], [7.738386033465636, 48.92625185715954], [7.737567729945212, 48.91727536548], [7.7239473969794625, 48.91781380972437]]]], "type": "MultiPolygon"}, "id": "47807", "properties": {"DALLE": "1046-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7247633591640685, 48.92625185715954, 7.739204619380741, 48.93576689003897], "geometry": {"coordinates": [[[[7.7247633591640685, 48.92679038984273], [7.725579602941196, 48.93576689003897], [7.739204619380741, 48.9352282689002], [7.738386033465636, 48.92625185715954], [7.7247633591640685, 48.92679038984273]]]], "type": "MultiPolygon"}, "id": "47808", "properties": {"DALLE": "1046-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.138732616079458, 48.9480095368187, 7.153084420788274, 48.95746149002943], "geometry": {"coordinates": [[[[7.138732616079458, 48.948481426141804], [7.139448015620855, 48.95746149002943], [7.153084420788274, 48.956989523159905], [7.152366673219326, 48.9480095368187], [7.138732616079458, 48.948481426141804]]]], "type": "MultiPolygon"}, "id": "47809", "properties": {"DALLE": "1003-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1003-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.725579602941196, 48.9352282689002, 7.740023487836557, 48.94474331008153], "geometry": {"coordinates": [[[[7.725579602941196, 48.93576689003897], [7.726396128456462, 48.94474331008153], [7.740023487836557, 48.944204600470435], [7.739204619380741, 48.9352282689002], [7.725579602941196, 48.93576689003897]]]], "type": "MultiPolygon"}, "id": "47810", "properties": {"DALLE": "1046-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.726396128456462, 48.944204600470435, 7.740842638979212, 48.95371964973884], "geometry": {"coordinates": [[[[7.726396128456462, 48.94474331008153], [7.727212935855588, 48.95371964973884], [7.740842638979212, 48.95318085163868], [7.740023487836557, 48.944204600470435], [7.726396128456462, 48.94474331008153]]]], "type": "MultiPolygon"}, "id": "47811", "properties": {"DALLE": "1046-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.727212935855588, 48.95318085163868, 7.741662072954939, 48.96269590877933], "geometry": {"coordinates": [[[[7.727212935855588, 48.95371964973884], [7.728030025284391, 48.96269590877933], [7.741662072954939, 48.96215702217332], [7.740842638979212, 48.95318085163868], [7.727212935855588, 48.95371964973884]]]], "type": "MultiPolygon"}, "id": "47812", "properties": {"DALLE": "1046-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.728030025284391, 48.96215702217332, 7.742481789910068, 48.97167208697136], "geometry": {"coordinates": [[[[7.728030025284391, 48.96269590877933], [7.728847396888793, 48.97167208697136], [7.742481789910068, 48.971133111842754], [7.741662072954939, 48.96215702217332], [7.728030025284391, 48.96269590877933]]]], "type": "MultiPolygon"}, "id": "47813", "properties": {"DALLE": "1046-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.728847396888793, 48.971133111842754, 7.743301789991036, 48.98064818408328], "geometry": {"coordinates": [[[[7.728847396888793, 48.97167208697136], [7.729665050814817, 48.98064818408328], [7.743301789991036, 48.98010912041529], [7.742481789910068, 48.971133111842754], [7.728847396888793, 48.97167208697136]]]], "type": "MultiPolygon"}, "id": "47814", "properties": {"DALLE": "1046-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.729665050814817, 48.98010912041529, 7.7441220733443705, 48.98962419988338], "geometry": {"coordinates": [[[[7.729665050814817, 48.98064818408328], [7.730482987208581, 48.98962419988338], [7.7441220733443705, 48.98908504765925], [7.743301789991036, 48.98010912041529], [7.729665050814817, 48.98064818408328]]]], "type": "MultiPolygon"}, "id": "47815", "properties": {"DALLE": "1046-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.730482987208581, 48.98908504765925, 7.744942640116711, 48.99860013413996], "geometry": {"coordinates": [[[[7.730482987208581, 48.98962419988338], [7.731301206216307, 48.99860013413996], [7.744942640116711, 48.99806089334288], [7.7441220733443705, 48.98908504765925], [7.730482987208581, 48.98962419988338]]]], "type": "MultiPolygon"}, "id": "47816", "properties": {"DALLE": "1046-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.731301206216307, 48.99806089334288, 7.745763490454792, 49.007575986621255], "geometry": {"coordinates": [[[[7.731301206216307, 48.99860013413996], [7.732119707984321, 49.007575986621255], [7.745763490454792, 49.007036657234465], [7.744942640116711, 48.99806089334288], [7.731301206216307, 48.99860013413996]]]], "type": "MultiPolygon"}, "id": "47817", "properties": {"DALLE": "1046-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.732119707984321, 49.007036657234465, 7.7465846245054495, 49.01655175709549], "geometry": {"coordinates": [[[[7.732119707984321, 49.007575986621255], [7.732938492659044, 49.01655175709549], [7.7465846245054495, 49.01601233910217], [7.745763490454792, 49.007036657234465], [7.732119707984321, 49.007575986621255]]]], "type": "MultiPolygon"}, "id": "47818", "properties": {"DALLE": "1046-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.732938492659044, 49.01601233910217, 7.747406042415622, 49.02552744533084], "geometry": {"coordinates": [[[[7.732938492659044, 49.01655175709549], [7.733757560387004, 49.02552744533084], [7.747406042415622, 49.02498793871418], [7.7465846245054495, 49.01601233910217], [7.732938492659044, 49.01655175709549]]]], "type": "MultiPolygon"}, "id": "47819", "properties": {"DALLE": "1046-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.139448015620855, 48.956989523159905, 7.153802416300292, 48.96644147443857], "geometry": {"coordinates": [[[[7.139448015620855, 48.95746149002943], [7.140163662298688, 48.96644147443857], [7.153802416300292, 48.965969430007924], [7.153084420788274, 48.956989523159905], [7.139448015620855, 48.95746149002943]]]], "type": "MultiPolygon"}, "id": "47820", "properties": {"DALLE": "1003-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1003-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.733757560387004, 49.02498793871418, 7.748227744332348, 49.03450305109548], "geometry": {"coordinates": [[[[7.733757560387004, 49.02552744533084], [7.7345769113148215, 49.03450305109548], [7.748227744332348, 49.03396345583866], [7.747406042415622, 49.02498793871418], [7.733757560387004, 49.02552744533084]]]], "type": "MultiPolygon"}, "id": "47821", "properties": {"DALLE": "1046-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7345769113148215, 49.03396345583866, 7.749049730402771, 49.04347857415749], "geometry": {"coordinates": [[[[7.7345769113148215, 49.03450305109548], [7.73539654558923, 49.04347857415749], [7.749049730402771, 49.04293889024371], [7.748227744332348, 49.03396345583866], [7.7345769113148215, 49.03450305109548]]]], "type": "MultiPolygon"}, "id": "47822", "properties": {"DALLE": "1046-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.73539654558923, 49.04293889024371, 7.749872000774132, 49.05245401428496], "geometry": {"coordinates": [[[[7.73539654558923, 49.04347857415749], [7.736216463357054, 49.05245401428496], [7.749872000774132, 49.05191424169741], [7.749049730402771, 49.04293889024371], [7.73539654558923, 49.04347857415749]]]], "type": "MultiPolygon"}, "id": "47823", "properties": {"DALLE": "1046-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7351145122932286, 48.8898056862301, 7.7495473402465604, 48.8993221432303], "geometry": {"coordinates": [[[[7.7351145122932286, 48.89034541312303], [7.7359319695047875, 48.8993221432303], [7.7495473402465604, 48.89878232769553], [7.74872754424883, 48.8898056862301], [7.7351145122932286, 48.89034541312303]]]], "type": "MultiPolygon"}, "id": "47905", "properties": {"DALLE": "1047-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7359319695047875, 48.89878232769553, 7.750367419002313, 48.9082987940931], "geometry": {"coordinates": [[[[7.7359319695047875, 48.8993221432303], [7.736749708673539, 48.9082987940931], [7.750367419002313, 48.90775888989974], [7.7495473402465604, 48.89878232769553], [7.7359319695047875, 48.8993221432303]]]], "type": "MultiPolygon"}, "id": "47907", "properties": {"DALLE": "1047-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.736749708673539, 48.90775888989974, 7.751187780662226, 48.91727536548], "geometry": {"coordinates": [[[[7.736749708673539, 48.9082987940931], [7.737567729945212, 48.91727536548], [7.751187780662226, 48.916735372611285], [7.750367419002313, 48.90775888989974], [7.736749708673539, 48.9082987940931]]]], "type": "MultiPolygon"}, "id": "47908", "properties": {"DALLE": "1047-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.737567729945212, 48.916735372611285, 7.752008425372541, 48.92625185715954], "geometry": {"coordinates": [[[[7.737567729945212, 48.91727536548], [7.738386033465636, 48.92625185715954], [7.752008425372541, 48.92571177559868], [7.751187780662226, 48.916735372611285], [7.737567729945212, 48.91727536548]]]], "type": "MultiPolygon"}, "id": "47909", "properties": {"DALLE": "1047-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.738386033465636, 48.92571177559868, 7.752829353279594, 48.9352282689002], "geometry": {"coordinates": [[[[7.738386033465636, 48.92625185715954], [7.739204619380741, 48.9352282689002], [7.752829353279594, 48.934688098630396], [7.752008425372541, 48.92571177559868], [7.738386033465636, 48.92625185715954]]]], "type": "MultiPolygon"}, "id": "47910", "properties": {"DALLE": "1047-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.739204619380741, 48.934688098630396, 7.753650564529828, 48.944204600470435], "geometry": {"coordinates": [[[[7.739204619380741, 48.9352282689002], [7.740023487836557, 48.944204600470435], [7.753650564529828, 48.9436643414749], [7.752829353279594, 48.934688098630396], [7.739204619380741, 48.9352282689002]]]], "type": "MultiPolygon"}, "id": "47911", "properties": {"DALLE": "1047-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.740023487836557, 48.9436643414749, 7.754472059269781, 48.95318085163868], "geometry": {"coordinates": [[[[7.740023487836557, 48.944204600470435], [7.740842638979212, 48.95318085163868], [7.754472059269781, 48.95264050390063], [7.753650564529828, 48.9436643414749], [7.740023487836557, 48.944204600470435]]]], "type": "MultiPolygon"}, "id": "47912", "properties": {"DALLE": "1047-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.740842638979212, 48.95264050390063, 7.755293837646098, 48.96215702217332], "geometry": {"coordinates": [[[[7.740842638979212, 48.95318085163868], [7.741662072954939, 48.96215702217332], [7.755293837646098, 48.961616585675955], [7.754472059269781, 48.95264050390063], [7.740842638979212, 48.95318085163868]]]], "type": "MultiPolygon"}, "id": "47913", "properties": {"DALLE": "1047-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.741662072954939, 48.961616585675955, 7.756115899805523, 48.971133111842754], "geometry": {"coordinates": [[[[7.741662072954939, 48.96215702217332], [7.742481789910068, 48.971133111842754], [7.756115899805523, 48.97059258656924], [7.755293837646098, 48.961616585675955], [7.741662072954939, 48.96215702217332]]]], "type": "MultiPolygon"}, "id": "47914", "properties": {"DALLE": "1047-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.742481789910068, 48.97059258656924, 7.756938245894901, 48.98010912041529], "geometry": {"coordinates": [[[[7.742481789910068, 48.971133111842754], [7.743301789991036, 48.98010912041529], [7.756938245894901, 48.979568506348826], [7.756115899805523, 48.97059258656924], [7.742481789910068, 48.971133111842754]]]], "type": "MultiPolygon"}, "id": "47915", "properties": {"DALLE": "1047-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.743301789991036, 48.979568506348826, 7.757760876061175, 48.98908504765925], "geometry": {"coordinates": [[[[7.743301789991036, 48.98010912041529], [7.7441220733443705, 48.98908504765925], [7.757760876061175, 48.988544344783], [7.756938245894901, 48.979568506348826], [7.743301789991036, 48.98010912041529]]]], "type": "MultiPolygon"}, "id": "47916", "properties": {"DALLE": "1047-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7441220733443705, 48.988544344783, 7.758583790451392, 48.99806089334288], "geometry": {"coordinates": [[[[7.7441220733443705, 48.98908504765925], [7.744942640116711, 48.99806089334288], [7.758583790451392, 48.99752010164002], [7.757760876061175, 48.988544344783], [7.7441220733443705, 48.98908504765925]]]], "type": "MultiPolygon"}, "id": "47918", "properties": {"DALLE": "1047-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.744942640116711, 48.99752010164002, 7.759406989212704, 49.007036657234465], "geometry": {"coordinates": [[[[7.744942640116711, 48.99806089334288], [7.745763490454792, 49.007036657234465], [7.759406989212704, 49.006495776688126], [7.758583790451392, 48.99752010164002], [7.744942640116711, 48.99806089334288]]]], "type": "MultiPolygon"}, "id": "47919", "properties": {"DALLE": "1047-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.745763490454792, 49.006495776688126, 7.760230472492355, 49.01601233910217], "geometry": {"coordinates": [[[[7.745763490454792, 49.007036657234465], [7.7465846245054495, 49.01601233910217], [7.760230472492355, 49.015471369695526], [7.759406989212704, 49.006495776688126], [7.745763490454792, 49.007036657234465]]]], "type": "MultiPolygon"}, "id": "47920", "properties": {"DALLE": "1047-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7465846245054495, 49.015471369695526, 7.761054240437703, 49.02498793871418], "geometry": {"coordinates": [[[[7.7465846245054495, 49.01601233910217], [7.747406042415622, 49.02498793871418], [7.761054240437703, 49.02444688043038], [7.760230472492355, 49.015471369695526], [7.7465846245054495, 49.01601233910217]]]], "type": "MultiPolygon"}, "id": "47921", "properties": {"DALLE": "1047-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.747406042415622, 49.02444688043038, 7.761878293196196, 49.03396345583866], "geometry": {"coordinates": [[[[7.747406042415622, 49.02498793871418], [7.748227744332348, 49.03396345583866], [7.761878293196196, 49.033422308660846], [7.761054240437703, 49.02444688043038], [7.747406042415622, 49.02498793871418]]]], "type": "MultiPolygon"}, "id": "47922", "properties": {"DALLE": "1047-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.748227744332348, 49.033422308660846, 7.762702630915392, 49.04293889024371], "geometry": {"coordinates": [[[[7.748227744332348, 49.03396345583866], [7.749049730402771, 49.04293889024371], [7.762702630915392, 49.042397654154996], [7.761878293196196, 49.033422308660846], [7.748227744332348, 49.03396345583866]]]], "type": "MultiPolygon"}, "id": "47923", "properties": {"DALLE": "1047-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.749049730402771, 49.042397654154996, 7.763527253742945, 49.05191424169741], "geometry": {"coordinates": [[[[7.749049730402771, 49.04293889024371], [7.749872000774132, 49.05191424169741], [7.763527253742945, 49.05137291668093], [7.762702630915392, 49.042397654154996], [7.749049730402771, 49.04293889024371]]]], "type": "MultiPolygon"}, "id": "47924", "properties": {"DALLE": "1047-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.750367419002313, 48.90721743738119, 7.764807548328859, 48.916735372611285], "geometry": {"coordinates": [[[[7.750367419002313, 48.90775888989974], [7.751187780662226, 48.916735372611285], [7.764807548328859, 48.91619383116412], [7.763984846426943, 48.90721743738119], [7.750367419002313, 48.90775888989974]]]], "type": "MultiPolygon"}, "id": "48004", "properties": {"DALLE": "1048-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.751187780662226, 48.91619383116412, 7.765630534082722, 48.92571177559868], "geometry": {"coordinates": [[[[7.751187780662226, 48.916735372611285], [7.752008425372541, 48.92571177559868], [7.765630534082722, 48.92517014520608], [7.764807548328859, 48.91619383116412], [7.751187780662226, 48.916735372611285]]]], "type": "MultiPolygon"}, "id": "48006", "properties": {"DALLE": "1048-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.752008425372541, 48.92517014520608, 7.766453803835285, 48.934688098630396], "geometry": {"coordinates": [[[[7.752008425372541, 48.92571177559868], [7.752829353279594, 48.934688098630396], [7.766453803835285, 48.93414637927554], [7.765630534082722, 48.92517014520608], [7.752008425372541, 48.92571177559868]]]], "type": "MultiPolygon"}, "id": "48007", "properties": {"DALLE": "1048-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.752829353279594, 48.93414637927554, 7.767277357733393, 48.9436643414749], "geometry": {"coordinates": [[[[7.752829353279594, 48.934688098630396], [7.753650564529828, 48.9436643414749], [7.767277357733393, 48.94312253314094], [7.766453803835285, 48.93414637927554], [7.752829353279594, 48.934688098630396]]]], "type": "MultiPolygon"}, "id": "48008", "properties": {"DALLE": "1048-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.753650564529828, 48.94312253314094, 7.768101195924005, 48.95264050390063], "geometry": {"coordinates": [[[[7.753650564529828, 48.9436643414749], [7.754472059269781, 48.95264050390063], [7.768101195924005, 48.95209860657073], [7.767277357733393, 48.94312253314094], [7.753650564529828, 48.9436643414749]]]], "type": "MultiPolygon"}, "id": "48009", "properties": {"DALLE": "1048-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.754472059269781, 48.95209860657073, 7.76892531855417, 48.961616585675955], "geometry": {"coordinates": [[[[7.754472059269781, 48.95264050390063], [7.755293837646098, 48.961616585675955], [7.76892531855417, 48.961074599333244], [7.768101195924005, 48.95209860657073], [7.754472059269781, 48.95264050390063]]]], "type": "MultiPolygon"}, "id": "48010", "properties": {"DALLE": "1048-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.755293837646098, 48.961074599333244, 7.769749725771046, 48.97059258656924], "geometry": {"coordinates": [[[[7.755293837646098, 48.961616585675955], [7.756115899805523, 48.97059258656924], [7.769749725771046, 48.97005051119687], [7.76892531855417, 48.961074599333244], [7.755293837646098, 48.961616585675955]]]], "type": "MultiPolygon"}, "id": "48011", "properties": {"DALLE": "1048-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.756115899805523, 48.97005051119687, 7.770574417721886, 48.979568506348826], "geometry": {"coordinates": [[[[7.756115899805523, 48.97059258656924], [7.756938245894901, 48.979568506348826], [7.770574417721886, 48.979026341929924], [7.769749725771046, 48.97005051119687], [7.756115899805523, 48.97059258656924]]]], "type": "MultiPolygon"}, "id": "48012", "properties": {"DALLE": "1048-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.756938245894901, 48.979026341929924, 7.7713993945540505, 48.988544344783], "geometry": {"coordinates": [[[[7.756938245894901, 48.979568506348826], [7.757760876061175, 48.988544344783], [7.7713993945540505, 48.98800209130068], [7.770574417721886, 48.979026341929924], [7.756938245894901, 48.979568506348826]]]], "type": "MultiPolygon"}, "id": "48013", "properties": {"DALLE": "1048-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.757760876061175, 48.98800209130068, 7.772224656414999, 48.99752010164002], "geometry": {"coordinates": [[[[7.757760876061175, 48.988544344783], [7.758583790451392, 48.99752010164002], [7.772224656414999, 48.996977759077424], [7.7713993945540505, 48.98800209130068], [7.757760876061175, 48.988544344783]]]], "type": "MultiPolygon"}, "id": "48014", "properties": {"DALLE": "1048-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.758583790451392, 48.996977759077424, 7.773050203452288, 49.006495776688126], "geometry": {"coordinates": [[[[7.758583790451392, 48.99752010164002], [7.759406989212704, 49.006495776688126], [7.773050203452288, 49.00595334502837], [7.772224656414999, 48.996977759077424], [7.758583790451392, 48.99752010164002]]]], "type": "MultiPolygon"}, "id": "48015", "properties": {"DALLE": "1048-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.759406989212704, 49.00595334502837, 7.773876035813585, 49.015471369695526], "geometry": {"coordinates": [[[[7.759406989212704, 49.006495776688126], [7.760230472492355, 49.015471369695526], [7.773876035813585, 49.014928848921706], [7.773050203452288, 49.00595334502837], [7.759406989212704, 49.006495776688126]]]], "type": "MultiPolygon"}, "id": "48017", "properties": {"DALLE": "1048-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.760230472492355, 49.014928848921706, 7.774702153646654, 49.02444688043038], "geometry": {"coordinates": [[[[7.760230472492355, 49.015471369695526], [7.761054240437703, 49.02444688043038], [7.774702153646654, 49.02390427052559], [7.773876035813585, 49.014928848921706], [7.760230472492355, 49.015471369695526]]]], "type": "MultiPolygon"}, "id": "48018", "properties": {"DALLE": "1048-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.761054240437703, 49.02390427052559, 7.775528557099359, 49.033422308660846], "geometry": {"coordinates": [[[[7.761054240437703, 49.02444688043038], [7.761878293196196, 49.033422308660846], [7.775528557099359, 49.03287960960817], [7.774702153646654, 49.02390427052559], [7.761054240437703, 49.02444688043038]]]], "type": "MultiPolygon"}, "id": "48019", "properties": {"DALLE": "1048-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.761878293196196, 49.03287960960817, 7.77635524631967, 49.042397654154996], "geometry": {"coordinates": [[[[7.761878293196196, 49.033422308660846], [7.762702630915392, 49.042397654154996], [7.77635524631967, 49.04185486593754], [7.775528557099359, 49.03287960960817], [7.761878293196196, 49.033422308660846]]]], "type": "MultiPolygon"}, "id": "48020", "properties": {"DALLE": "1048-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.762702630915392, 49.04185486593754, 7.777182221455657, 49.05137291668093], "geometry": {"coordinates": [[[[7.762702630915392, 49.042397654154996], [7.763527253742945, 49.05137291668093], [7.777182221455657, 49.05083003928176], [7.77635524631967, 49.04185486593754], [7.762702630915392, 49.042397654154996]]]], "type": "MultiPolygon"}, "id": "48021", "properties": {"DALLE": "1048-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.763527253742945, 49.05083003928176, 7.778009482655495, 49.06034809600669], "geometry": {"coordinates": [[[[7.763527253742945, 49.05137291668093], [7.764352161826614, 49.06034809600669], [7.778009482655495, 49.05980512940888], [7.777182221455657, 49.05083003928176], [7.763527253742945, 49.05137291668093]]]], "type": "MultiPolygon"}, "id": "48022", "properties": {"DALLE": "1048-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.765630534082722, 48.924626966027866, 7.780077970245442, 48.93414637927554], "geometry": {"coordinates": [[[[7.765630534082722, 48.92517014520608], [7.766453803835285, 48.93414637927554], [7.780077970245442, 48.93360311088175], [7.779252358794222, 48.924626966027866], [7.765630534082722, 48.92517014520608]]]], "type": "MultiPolygon"}, "id": "48100", "properties": {"DALLE": "1049-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.766453803835285, 48.93360311088175, 7.780903866644475, 48.94312253314094], "geometry": {"coordinates": [[[[7.766453803835285, 48.93414637927554], [7.767277357733393, 48.94312253314094], [7.780903866644475, 48.94257917551468], [7.780077970245442, 48.93360311088175], [7.766453803835285, 48.93414637927554]]]], "type": "MultiPolygon"}, "id": "48101", "properties": {"DALLE": "1049-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.767277357733393, 48.94257917551468, 7.781730048138689, 48.95209860657073], "geometry": {"coordinates": [[[[7.767277357733393, 48.94312253314094], [7.768101195924005, 48.95209860657073], [7.781730048138689, 48.951555159695076], [7.780903866644475, 48.94257917551468], [7.767277357733393, 48.94312253314094]]]], "type": "MultiPolygon"}, "id": "48102", "properties": {"DALLE": "1049-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.768101195924005, 48.951555159695076, 7.782556514875548, 48.961074599333244], "geometry": {"coordinates": [[[[7.768101195924005, 48.95209860657073], [7.76892531855417, 48.961074599333244], [7.782556514875548, 48.960531063191354], [7.781730048138689, 48.951555159695076], [7.768101195924005, 48.95209860657073]]]], "type": "MultiPolygon"}, "id": "48103", "properties": {"DALLE": "1049-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.76892531855417, 48.960531063191354, 7.783383267002617, 48.97005051119687], "geometry": {"coordinates": [[[[7.76892531855417, 48.961074599333244], [7.769749725771046, 48.97005051119687], [7.783383267002617, 48.9695068857718], [7.782556514875548, 48.960531063191354], [7.76892531855417, 48.961074599333244]]]], "type": "MultiPolygon"}, "id": "48105", "properties": {"DALLE": "1049-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.769749725771046, 48.9695068857718, 7.784210304667565, 48.979026341929924], "geometry": {"coordinates": [[[[7.769749725771046, 48.97005051119687], [7.770574417721886, 48.979026341929924], [7.784210304667565, 48.97848262720476], [7.783383267002617, 48.9695068857718], [7.769749725771046, 48.97005051119687]]]], "type": "MultiPolygon"}, "id": "48106", "properties": {"DALLE": "1049-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.770574417721886, 48.97848262720476, 7.78503762801816, 48.98800209130068], "geometry": {"coordinates": [[[[7.770574417721886, 48.979026341929924], [7.7713993945540505, 48.98800209130068], [7.78503762801816, 48.98745828725853], [7.784210304667565, 48.97848262720476], [7.770574417721886, 48.979026341929924]]]], "type": "MultiPolygon"}, "id": "48107", "properties": {"DALLE": "1049-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7713993945540505, 48.98745828725853, 7.785865237202276, 48.996977759077424], "geometry": {"coordinates": [[[[7.7713993945540505, 48.98800209130068], [7.772224656414999, 48.996977759077424], [7.785865237202276, 48.996433865701334], [7.78503762801816, 48.98745828725853], [7.7713993945540505, 48.98800209130068]]]], "type": "MultiPolygon"}, "id": "48108", "properties": {"DALLE": "1049-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.772224656414999, 48.996433865701334, 7.786693132367884, 49.00595334502837], "geometry": {"coordinates": [[[[7.772224656414999, 48.996977759077424], [7.773050203452288, 49.00595334502837], [7.786693132367884, 49.005409362301414], [7.785865237202276, 48.996433865701334], [7.772224656414999, 48.996977759077424]]]], "type": "MultiPolygon"}, "id": "48109", "properties": {"DALLE": "1049-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.773050203452288, 49.005409362301414, 7.787521313663061, 49.014928848921706], "geometry": {"coordinates": [[[[7.773050203452288, 49.00595334502837], [7.773876035813585, 49.014928848921706], [7.787521313663061, 49.01438477682693], [7.786693132367884, 49.005409362301414], [7.773050203452288, 49.00595334502837]]]], "type": "MultiPolygon"}, "id": "48110", "properties": {"DALLE": "1049-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.773876035813585, 49.01438477682693, 7.788349781235983, 49.02390427052559], "geometry": {"coordinates": [[[[7.773876035813585, 49.014928848921706], [7.774702153646654, 49.02390427052559], [7.788349781235983, 49.02336010904606], [7.787521313663061, 49.01438477682693], [7.773876035813585, 49.014928848921706]]]], "type": "MultiPolygon"}, "id": "48111", "properties": {"DALLE": "1049-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.774702153646654, 49.02336010904606, 7.789178535234933, 49.03287960960817], "geometry": {"coordinates": [[[[7.774702153646654, 49.02390427052559], [7.775528557099359, 49.03287960960817], [7.789178535234933, 49.032335358726925], [7.788349781235983, 49.02336010904606], [7.774702153646654, 49.02390427052559]]]], "type": "MultiPolygon"}, "id": "48112", "properties": {"DALLE": "1049-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.775528557099359, 49.032335358726925, 7.790007575808288, 49.04185486593754], "geometry": {"coordinates": [[[[7.775528557099359, 49.03287960960817], [7.77635524631967, 49.04185486593754], [7.790007575808288, 49.041310525637634], [7.789178535234933, 49.032335358726925], [7.775528557099359, 49.03287960960817]]]], "type": "MultiPolygon"}, "id": "48113", "properties": {"DALLE": "1049-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.77635524631967, 49.041310525637634, 7.7908369031045375, 49.05083003928176], "geometry": {"coordinates": [[[[7.77635524631967, 49.04185486593754], [7.777182221455657, 49.05083003928176], [7.7908369031045375, 49.05028560954621], [7.790007575808288, 49.041310525637634], [7.77635524631967, 49.04185486593754]]]], "type": "MultiPolygon"}, "id": "48114", "properties": {"DALLE": "1049-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.777182221455657, 49.05028560954621, 7.791666517272266, 49.05980512940888], "geometry": {"coordinates": [[[[7.777182221455657, 49.05083003928176], [7.778009482655495, 49.05980512940888], [7.791666517272266, 49.059260610220704], [7.7908369031045375, 49.05028560954621], [7.777182221455657, 49.05083003928176]]]], "type": "MultiPolygon"}, "id": "48115", "properties": {"DALLE": "1049-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.778009482655495, 49.059260610220704, 7.7924964184601615, 49.0687801360869], "geometry": {"coordinates": [[[[7.778009482655495, 49.05980512940888], [7.7788370300674545, 49.0687801360869], [7.7924964184601615, 49.0682355274291], [7.791666517272266, 49.059260610220704], [7.778009482655495, 49.05980512940888]]]], "type": "MultiPolygon"}, "id": "48116", "properties": {"DALLE": "1049-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6896-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.780077970245442, 48.93305829349523, 7.794530090460394, 48.94257917551468], "geometry": {"coordinates": [[[[7.780077970245442, 48.93360311088175], [7.780903866644475, 48.94257917551468], [7.794530090460394, 48.94203426864235], [7.793701851707799, 48.93305829349523], [7.780077970245442, 48.93360311088175]]]], "type": "MultiPolygon"}, "id": "48189", "properties": {"DALLE": "1050-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.780903866644475, 48.94203426864235, 7.7953586151107475, 48.951555159695076], "geometry": {"coordinates": [[[[7.780903866644475, 48.94257917551468], [7.781730048138689, 48.951555159695076], [7.7953586151107475, 48.95101016332001], [7.794530090460394, 48.94203426864235], [7.780903866644475, 48.94257917551468]]]], "type": "MultiPolygon"}, "id": "48190", "properties": {"DALLE": "1050-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.781730048138689, 48.95101016332001, 7.796187425806733, 48.960531063191354], "geometry": {"coordinates": [[[[7.781730048138689, 48.951555159695076], [7.782556514875548, 48.960531063191354], [7.796187425806733, 48.95998597729655], [7.7953586151107475, 48.95101016332001], [7.781730048138689, 48.951555159695076]]]], "type": "MultiPolygon"}, "id": "48191", "properties": {"DALLE": "1050-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.782556514875548, 48.95998597729655, 7.797016522696328, 48.9695068857718], "geometry": {"coordinates": [[[[7.782556514875548, 48.960531063191354], [7.783383267002617, 48.9695068857718], [7.797016522696328, 48.968961710340345], [7.796187425806733, 48.95998597729655], [7.782556514875548, 48.960531063191354]]]], "type": "MultiPolygon"}, "id": "48192", "properties": {"DALLE": "1050-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.783383267002617, 48.968961710340345, 7.7978459059276135, 48.97848262720476], "geometry": {"coordinates": [[[[7.783383267002617, 48.9695068857718], [7.784210304667565, 48.97848262720476], [7.7978459059276135, 48.97793736221969], [7.797016522696328, 48.968961710340345], [7.783383267002617, 48.9695068857718]]]], "type": "MultiPolygon"}, "id": "48193", "properties": {"DALLE": "1050-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.784210304667565, 48.97793736221969, 7.798675575648767, 48.98745828725853], "geometry": {"coordinates": [[[[7.784210304667565, 48.97848262720476], [7.78503762801816, 48.98745828725853], [7.798675575648767, 48.98691293270286], [7.7978459059276135, 48.97793736221969], [7.784210304667565, 48.97848262720476]]]], "type": "MultiPolygon"}, "id": "48194", "properties": {"DALLE": "1050-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.78503762801816, 48.98691293270286, 7.799505532008078, 48.996433865701334], "geometry": {"coordinates": [[[[7.78503762801816, 48.98745828725853], [7.785865237202276, 48.996433865701334], [7.799505532008078, 48.99588842155811], [7.798675575648767, 48.98691293270286], [7.78503762801816, 48.98745828725853]]]], "type": "MultiPolygon"}, "id": "48195", "properties": {"DALLE": "1050-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.785865237202276, 48.99588842155811, 7.800335775153928, 49.005409362301414], "geometry": {"coordinates": [[[[7.785865237202276, 48.996433865701334], [7.786693132367884, 49.005409362301414], [7.800335775153928, 49.00486382855362], [7.799505532008078, 48.99588842155811], [7.785865237202276, 48.996433865701334]]]], "type": "MultiPolygon"}, "id": "48197", "properties": {"DALLE": "1050-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.786693132367884, 49.00486382855362, 7.801166305234808, 49.01438477682693], "geometry": {"coordinates": [[[[7.786693132367884, 49.005409362301414], [7.787521313663061, 49.01438477682693], [7.801166305234808, 49.0138391534576], [7.800335775153928, 49.00486382855362], [7.786693132367884, 49.005409362301414]]]], "type": "MultiPolygon"}, "id": "48198", "properties": {"DALLE": "1050-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.787521313663061, 49.0138391534576, 7.801997122399306, 49.02336010904606], "geometry": {"coordinates": [[[[7.787521313663061, 49.01438477682693], [7.788349781235983, 49.02336010904606], [7.801997122399306, 49.02281439603821], [7.801166305234808, 49.0138391534576], [7.787521313663061, 49.01438477682693]]]], "type": "MultiPolygon"}, "id": "48199", "properties": {"DALLE": "1050-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.788349781235983, 49.02281439603821, 7.802828226796115, 49.032335358726925], "geometry": {"coordinates": [[[[7.788349781235983, 49.02336010904606], [7.789178535234933, 49.032335358726925], [7.802828226796115, 49.03178955606355], [7.801997122399306, 49.02281439603821], [7.788349781235983, 49.02336010904606]]]], "type": "MultiPolygon"}, "id": "48200", "properties": {"DALLE": "1050-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.789178535234933, 49.03178955606355, 7.803659618574033, 49.041310525637634], "geometry": {"coordinates": [[[[7.789178535234933, 49.032335358726925], [7.790007575808288, 49.041310525637634], [7.803659618574033, 49.04076463330169], [7.802828226796115, 49.03178955606355], [7.789178535234933, 49.032335358726925]]]], "type": "MultiPolygon"}, "id": "48201", "properties": {"DALLE": "1050-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.790007575808288, 49.04076463330169, 7.804491297881956, 49.05028560954621], "geometry": {"coordinates": [[[[7.790007575808288, 49.041310525637634], [7.7908369031045375, 49.05028560954621], [7.804491297881956, 49.04973962752071], [7.803659618574033, 49.04076463330169], [7.790007575808288, 49.041310525637634]]]], "type": "MultiPolygon"}, "id": "48202", "properties": {"DALLE": "1050-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7908369031045375, 49.04973962752071, 7.805323264868887, 49.059260610220704], "geometry": {"coordinates": [[[[7.7908369031045375, 49.05028560954621], [7.791666517272266, 49.059260610220704], [7.805323264868887, 49.05871453848862], [7.804491297881956, 49.04973962752071], [7.7908369031045375, 49.05028560954621]]]], "type": "MultiPolygon"}, "id": "48203", "properties": {"DALLE": "1050-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.791666517272266, 49.05871453848862, 7.806155519683927, 49.0682355274291], "geometry": {"coordinates": [[[[7.791666517272266, 49.059260610220704], [7.7924964184601615, 49.0682355274291], [7.806155519683927, 49.06768936597341], [7.805323264868887, 49.05871453848862], [7.791666517272266, 49.059260610220704]]]], "type": "MultiPolygon"}, "id": "48204", "properties": {"DALLE": "1050-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6896-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.792873898705186, 48.92353596149955, 7.807325447420189, 48.93305829349523], "geometry": {"coordinates": [[[[7.792873898705186, 48.92408223811024], [7.793701851707799, 48.93305829349523], [7.807325447420189, 48.932511927162366], [7.806495153013853, 48.92353596149955], [7.792873898705186, 48.92408223811024]]]], "type": "MultiPolygon"}, "id": "48277", "properties": {"DALLE": "1051-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.793701851707799, 48.932511927162366, 7.808156028378572, 48.94203426864235], "geometry": {"coordinates": [[[[7.793701851707799, 48.93305829349523], [7.794530090460394, 48.94203426864235], [7.808156028378572, 48.941487812570344], [7.807325447420189, 48.932511927162366], [7.793701851707799, 48.93305829349523]]]], "type": "MultiPolygon"}, "id": "48278", "properties": {"DALLE": "1051-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.794530090460394, 48.941487812570344, 7.808986896037188, 48.95101016332001], "geometry": {"coordinates": [[[[7.794530090460394, 48.94203426864235], [7.7953586151107475, 48.95101016332001], [7.808986896037188, 48.950463617491856], [7.808156028378572, 48.941487812570344], [7.794530090460394, 48.94203426864235]]]], "type": "MultiPolygon"}, "id": "48279", "properties": {"DALLE": "1051-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7953586151107475, 48.950463617491856, 7.809818050544322, 48.95998597729655], "geometry": {"coordinates": [[[[7.7953586151107475, 48.95101016332001], [7.796187425806733, 48.95998597729655], [7.809818050544322, 48.95943934169528], [7.808986896037188, 48.950463617491856], [7.7953586151107475, 48.95101016332001]]]], "type": "MultiPolygon"}, "id": "48280", "properties": {"DALLE": "1051-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.796187425806733, 48.95943934169528, 7.8106494920483645, 48.968961710340345], "geometry": {"coordinates": [[[[7.796187425806733, 48.95998597729655], [7.797016522696328, 48.968961710340345], [7.8106494920483645, 48.96841498494894], [7.809818050544322, 48.95943934169528], [7.796187425806733, 48.95998597729655]]]], "type": "MultiPolygon"}, "id": "48281", "properties": {"DALLE": "1051-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.797016522696328, 48.96841498494894, 7.811481220697806, 48.97793736221969], "geometry": {"coordinates": [[[[7.797016522696328, 48.968961710340345], [7.7978459059276135, 48.97793736221969], [7.811481220697806, 48.97739054702115], [7.8106494920483645, 48.96841498494894], [7.797016522696328, 48.968961710340345]]]], "type": "MultiPolygon"}, "id": "48282", "properties": {"DALLE": "1051-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.7978459059276135, 48.97739054702115, 7.812313236641238, 48.98691293270286], "geometry": {"coordinates": [[[[7.7978459059276135, 48.97793736221969], [7.798675575648767, 48.98691293270286], [7.812313236641238, 48.986366027680155], [7.811481220697806, 48.97739054702115], [7.7978459059276135, 48.97793736221969]]]], "type": "MultiPolygon"}, "id": "48283", "properties": {"DALLE": "1051-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.150931921397564, 48.92957604208525, 7.16528063569713, 48.93902947121559], "geometry": {"coordinates": [[[[7.150931921397564, 48.930049326581816], [7.151649173465158, 48.93902947121559], [7.16528063569713, 48.93855610894808], [7.164561037342117, 48.92957604208525], [7.150931921397564, 48.930049326581816]]]], "type": "MultiPolygon"}, "id": "48284", "properties": {"DALLE": "1004-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1004-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.798675575648767, 48.986366027680155, 7.8131455400273575, 48.99588842155811], "geometry": {"coordinates": [[[[7.798675575648767, 48.98691293270286], [7.799505532008078, 48.99588842155811], [7.8131455400273575, 48.99534142669422], [7.812313236641238, 48.986366027680155], [7.798675575648767, 48.98691293270286]]]], "type": "MultiPolygon"}, "id": "48285", "properties": {"DALLE": "1051-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.799505532008078, 48.99534142669422, 7.813978131004963, 49.00486382855362], "geometry": {"coordinates": [[[[7.799505532008078, 48.99588842155811], [7.800335775153928, 49.00486382855362], [7.813978131004963, 49.004316743831524], [7.8131455400273575, 48.99534142669422], [7.799505532008078, 48.99588842155811]]]], "type": "MultiPolygon"}, "id": "48286", "properties": {"DALLE": "1051-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.800335775153928, 49.004316743831524, 7.814811009722953, 49.0138391534576], "geometry": {"coordinates": [[[[7.800335775153928, 49.00486382855362], [7.801166305234808, 49.0138391534576], [7.814811009722953, 49.01329197886026], [7.813978131004963, 49.004316743831524], [7.800335775153928, 49.00486382855362]]]], "type": "MultiPolygon"}, "id": "48287", "properties": {"DALLE": "1051-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.801166305234808, 49.01329197886026, 7.815644176330332, 49.02281439603821], "geometry": {"coordinates": [[[[7.801166305234808, 49.0138391534576], [7.801997122399306, 49.02281439603821], [7.815644176330332, 49.02226713154857], [7.814811009722953, 49.01329197886026], [7.801166305234808, 49.0138391534576]]]], "type": "MultiPolygon"}, "id": "48288", "properties": {"DALLE": "1051-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.801997122399306, 49.02226713154857, 7.816477630976209, 49.03178955606355], "geometry": {"coordinates": [[[[7.801997122399306, 49.02281439603821], [7.802828226796115, 49.03178955606355], [7.816477630976209, 49.03124220166456], [7.815644176330332, 49.02226713154857], [7.801997122399306, 49.02281439603821]]]], "type": "MultiPolygon"}, "id": "48289", "properties": {"DALLE": "1051-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.802828226796115, 49.03124220166456, 7.8173113738097895, 49.04076463330169], "geometry": {"coordinates": [[[[7.802828226796115, 49.03178955606355], [7.803659618574033, 49.04076463330169], [7.8173113738097895, 49.04021718897631], [7.816477630976209, 49.03124220166456], [7.802828226796115, 49.03178955606355]]]], "type": "MultiPolygon"}, "id": "48290", "properties": {"DALLE": "1051-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.803659618574033, 49.04021718897631, 7.818145404980386, 49.04973962752071], "geometry": {"coordinates": [[[[7.803659618574033, 49.04076463330169], [7.804491297881956, 49.04973962752071], [7.818145404980386, 49.049192093251875], [7.8173113738097895, 49.04021718897631], [7.803659618574033, 49.04076463330169]]]], "type": "MultiPolygon"}, "id": "48291", "properties": {"DALLE": "1051-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.804491297881956, 49.049192093251875, 7.818979724637413, 49.05871453848862], "geometry": {"coordinates": [[[[7.804491297881956, 49.04973962752071], [7.805323264868887, 49.05871453848862], [7.818979724637413, 49.05816691425925], [7.818145404980386, 49.049192093251875], [7.804491297881956, 49.04973962752071]]]], "type": "MultiPolygon"}, "id": "48292", "properties": {"DALLE": "1051-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.805323264868887, 49.05816691425925, 7.819814332930391, 49.06768936597341], "geometry": {"coordinates": [[[[7.805323264868887, 49.05871453848862], [7.806155519683927, 49.06768936597341], [7.819814332930391, 49.06714165176644], [7.818979724637413, 49.05816691425925], [7.805323264868887, 49.05871453848862]]]], "type": "MultiPolygon"}, "id": "48293", "properties": {"DALLE": "1051-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1051-6896-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.151649173465158, 48.93855610894808, 7.166000482544432, 48.9480095368187], "geometry": {"coordinates": [[[[7.151649173465158, 48.93902947121559], [7.152366673219326, 48.9480095368187], [7.166000482544432, 48.94753609676549], [7.16528063569713, 48.93855610894808], [7.151649173465158, 48.93902947121559]]]], "type": "MultiPolygon"}, "id": "48296", "properties": {"DALLE": "1004-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1004-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.152366673219326, 48.94753609676549, 7.166720578012641, 48.956989523159905], "geometry": {"coordinates": [[[[7.152366673219326, 48.9480095368187], [7.153084420788274, 48.956989523159905], [7.166720578012641, 48.956516005306256], [7.166000482544432, 48.94753609676549], [7.152366673219326, 48.9480095368187]]]], "type": "MultiPolygon"}, "id": "48307", "properties": {"DALLE": "1004-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1004-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.153084420788274, 48.956516005306256, 7.16744092223046, 48.965969430007924], "geometry": {"coordinates": [[[[7.153084420788274, 48.956989523159905], [7.153802416300292, 48.965969430007924], [7.16744092223046, 48.96549583433908], [7.166720578012641, 48.956516005306256], [7.153084420788274, 48.956989523159905]]]], "type": "MultiPolygon"}, "id": "48318", "properties": {"DALLE": "1004-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1004-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.153802416300292, 48.96549583433908, 7.168161515326687, 48.974949257131485], "geometry": {"coordinates": [[[[7.153802416300292, 48.965969430007924], [7.154520659883759, 48.974949257131485], [7.168161515326687, 48.97447558363269], [7.16744092223046, 48.96549583433908], [7.153802416300292, 48.965969430007924]]]], "type": "MultiPolygon"}, "id": "48329", "properties": {"DALLE": "1004-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1004-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.154520659883759, 48.97447558363269, 7.168882357430199, 48.98392900429927], "geometry": {"coordinates": [[[[7.154520659883759, 48.974949257131485], [7.155239151667144, 48.98392900429927], [7.168882357430199, 48.98345525295576], [7.168161515326687, 48.97447558363269], [7.154520659883759, 48.974949257131485]]]], "type": "MultiPolygon"}, "id": "48340", "properties": {"DALLE": "1004-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1004-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.155239151667144, 48.98345525295576, 7.169603448669972, 48.9929086712799], "geometry": {"coordinates": [[[[7.155239151667144, 48.98392900429927], [7.155957891779004, 48.9929086712799], [7.169603448669972, 48.992434842076904], [7.168882357430199, 48.98345525295576], [7.155239151667144, 48.98392900429927]]]], "type": "MultiPolygon"}, "id": "48351", "properties": {"DALLE": "1004-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1004-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.805665145011483, 48.91401218051458, 7.820116120918573, 48.92353596149955], "geometry": {"coordinates": [[[[7.805665145011483, 48.91455991581344], [7.806495153013853, 48.92353596149955], [7.820116120918573, 48.92298813624228], [7.819283772462116, 48.91401218051458], [7.805665145011483, 48.91455991581344]]]], "type": "MultiPolygon"}, "id": "48357", "properties": {"DALLE": "1052-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.806495153013853, 48.92298813624228, 7.820948756580551, 48.932511927162366], "geometry": {"coordinates": [[[[7.806495153013853, 48.92353596149955], [7.807325447420189, 48.932511927162366], [7.820948756580551, 48.931964011929665], [7.820116120918573, 48.92298813624228], [7.806495153013853, 48.92353596149955]]]], "type": "MultiPolygon"}, "id": "48358", "properties": {"DALLE": "1052-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.807325447420189, 48.931964011929665, 7.821781679596536, 48.941487812570344], "geometry": {"coordinates": [[[[7.807325447420189, 48.932511927162366], [7.808156028378572, 48.941487812570344], [7.821781679596536, 48.940939807345174], [7.820948756580551, 48.931964011929665], [7.807325447420189, 48.932511927162366]]]], "type": "MultiPolygon"}, "id": "48359", "properties": {"DALLE": "1052-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.808156028378572, 48.940939807345174, 7.822614890115128, 48.950463617491856], "geometry": {"coordinates": [[[[7.808156028378572, 48.941487812570344], [7.808986896037188, 48.950463617491856], [7.822614890115128, 48.949915522257186], [7.821781679596536, 48.940939807345174], [7.808156028378572, 48.941487812570344]]]], "type": "MultiPolygon"}, "id": "48360", "properties": {"DALLE": "1052-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.808986896037188, 48.949915522257186, 7.8234483882850245, 48.95943934169528], "geometry": {"coordinates": [[[[7.808986896037188, 48.950463617491856], [7.809818050544322, 48.95943934169528], [7.8234483882850245, 48.95889115643406], [7.822614890115128, 48.949915522257186], [7.808986896037188, 48.950463617491856]]]], "type": "MultiPolygon"}, "id": "48361", "properties": {"DALLE": "1052-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.809818050544322, 48.95889115643406, 7.824282174255022, 48.96841498494894], "geometry": {"coordinates": [[[[7.809818050544322, 48.95943934169528], [7.8106494920483645, 48.96841498494894], [7.824282174255022, 48.96786670964413], [7.8234483882850245, 48.95889115643406], [7.809818050544322, 48.95943934169528]]]], "type": "MultiPolygon"}, "id": "48362", "properties": {"DALLE": "1052-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8106494920483645, 48.96786670964413, 7.825116248174026, 48.97739054702115], "geometry": {"coordinates": [[[[7.8106494920483645, 48.96841498494894], [7.811481220697806, 48.97739054702115], [7.825116248174026, 48.9768421816557], [7.824282174255022, 48.96786670964413], [7.8106494920483645, 48.96841498494894]]]], "type": "MultiPolygon"}, "id": "48363", "properties": {"DALLE": "1052-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.811481220697806, 48.9768421816557, 7.825950610191038, 48.986366027680155], "geometry": {"coordinates": [[[[7.811481220697806, 48.97739054702115], [7.812313236641238, 48.986366027680155], [7.825950610191038, 48.985817572236996], [7.825116248174026, 48.9768421816557], [7.811481220697806, 48.97739054702115]]]], "type": "MultiPolygon"}, "id": "48364", "properties": {"DALLE": "1052-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.812313236641238, 48.985817572236996, 7.826785260455168, 48.99534142669422], "geometry": {"coordinates": [[[[7.812313236641238, 48.986366027680155], [7.8131455400273575, 48.99534142669422], [7.826785260455168, 48.99479288115627], [7.825950610191038, 48.985817572236996], [7.812313236641238, 48.986366027680155]]]], "type": "MultiPolygon"}, "id": "48365", "properties": {"DALLE": "1052-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8131455400273575, 48.99479288115627, 7.827620199115627, 49.004316743831524], "geometry": {"coordinates": [[[[7.8131455400273575, 48.99534142669422], [7.813978131004963, 49.004316743831524], [7.827620199115627, 49.00376810818172], [7.826785260455168, 48.99479288115627], [7.8131455400273575, 48.99534142669422]]]], "type": "MultiPolygon"}, "id": "48366", "properties": {"DALLE": "1052-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.813978131004963, 49.00376810818172, 7.8284554263217245, 49.01329197886026], "geometry": {"coordinates": [[[[7.813978131004963, 49.004316743831524], [7.814811009722953, 49.01329197886026], [7.8284554263217245, 49.01274325308153], [7.827620199115627, 49.00376810818172], [7.813978131004963, 49.004316743831524]]]], "type": "MultiPolygon"}, "id": "48367", "properties": {"DALLE": "1052-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.814811009722953, 49.01274325308153, 7.829290942222881, 49.02226713154857], "geometry": {"coordinates": [[[[7.814811009722953, 49.01329197886026], [7.815644176330332, 49.02226713154857], [7.829290942222881, 49.0217183156238], [7.8284554263217245, 49.01274325308153], [7.814811009722953, 49.01329197886026]]]], "type": "MultiPolygon"}, "id": "48368", "properties": {"DALLE": "1052-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.815644176330332, 49.0217183156238, 7.830126746968615, 49.03124220166456], "geometry": {"coordinates": [[[[7.815644176330332, 49.02226713154857], [7.816477630976209, 49.03124220166456], [7.830126746968615, 49.03069329557666], [7.829290942222881, 49.0217183156238], [7.815644176330332, 49.02226713154857]]]], "type": "MultiPolygon"}, "id": "48369", "properties": {"DALLE": "1052-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.816477630976209, 49.03069329557666, 7.830962840708544, 49.04021718897631], "geometry": {"coordinates": [[[[7.816477630976209, 49.03124220166456], [7.8173113738097895, 49.04021718897631], [7.830962840708544, 49.03966819270818], [7.830126746968615, 49.03069329557666], [7.816477630976209, 49.03124220166456]]]], "type": "MultiPolygon"}, "id": "48370", "properties": {"DALLE": "1052-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8173113738097895, 49.03966819270818, 7.831799223592401, 49.049192093251875], "geometry": {"coordinates": [[[[7.8173113738097895, 49.04021718897631], [7.818145404980386, 49.049192093251875], [7.831799223592401, 49.04864300678639], [7.830962840708544, 49.03966819270818], [7.8173113738097895, 49.04021718897631]]]], "type": "MultiPolygon"}, "id": "48371", "properties": {"DALLE": "1052-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.818145404980386, 49.04864300678639, 7.832635895770007, 49.05816691425925], "geometry": {"coordinates": [[[[7.818145404980386, 49.049192093251875], [7.818979724637413, 49.05816691425925], [7.832635895770007, 49.05761773757931], [7.831799223592401, 49.04864300678639], [7.818145404980386, 49.049192093251875]]]], "type": "MultiPolygon"}, "id": "48372", "properties": {"DALLE": "1052-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.819283772462116, 48.91346289686895, 7.833736801617793, 48.92298813624228], "geometry": {"coordinates": [[[[7.819283772462116, 48.91401218051458], [7.820116120918573, 48.92298813624228], [7.833736801617793, 48.92243876238504], [7.832902112855637, 48.91346289686895], [7.819283772462116, 48.91401218051458]]]], "type": "MultiPolygon"}, "id": "48427", "properties": {"DALLE": "1053-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.820116120918573, 48.92243876238504, 7.834571778386916, 48.931964011929665], "geometry": {"coordinates": [[[[7.820116120918573, 48.92298813624228], [7.820948756580551, 48.931964011929665], [7.834571778386916, 48.93141454784374], [7.833736801617793, 48.92243876238504], [7.820116120918573, 48.92298813624228]]]], "type": "MultiPolygon"}, "id": "48428", "properties": {"DALLE": "1053-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.820948756580551, 48.93141454784374, 7.8354070433119105, 48.940939807345174], "geometry": {"coordinates": [[[[7.820948756580551, 48.931964011929665], [7.821781679596536, 48.940939807345174], [7.8354070433119105, 48.94039025301348], [7.834571778386916, 48.93141454784374], [7.820948756580551, 48.931964011929665]]]], "type": "MultiPolygon"}, "id": "48429", "properties": {"DALLE": "1053-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.821781679596536, 48.94039025301348, 7.836242596541782, 48.949915522257186], "geometry": {"coordinates": [[[[7.821781679596536, 48.940939807345174], [7.822614890115128, 48.949915522257186], [7.836242596541782, 48.949365877662636], [7.8354070433119105, 48.94039025301348], [7.821781679596536, 48.940939807345174]]]], "type": "MultiPolygon"}, "id": "48430", "properties": {"DALLE": "1053-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.822614890115128, 48.949365877662636, 7.837078438225639, 48.95889115643406], "geometry": {"coordinates": [[[[7.822614890115128, 48.949915522257186], [7.8234483882850245, 48.95889115643406], [7.837078438225639, 48.958341421559595], [7.836242596541782, 48.949365877662636], [7.822614890115128, 48.949915522257186]]]], "type": "MultiPolygon"}, "id": "48431", "properties": {"DALLE": "1053-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8234483882850245, 48.958341421559595, 7.837914568512691, 48.96786670964413], "geometry": {"coordinates": [[[[7.8234483882850245, 48.95889115643406], [7.824282174255022, 48.96786670964413], [7.837914568512691, 48.96731688447262], [7.837078438225639, 48.958341421559595], [7.8234483882850245, 48.95889115643406]]]], "type": "MultiPolygon"}, "id": "48432", "properties": {"DALLE": "1053-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.824282174255022, 48.96731688447262, 7.838750987552252, 48.9768421816557], "geometry": {"coordinates": [[[[7.824282174255022, 48.96786670964413], [7.825116248174026, 48.9768421816557], [7.838750987552252, 48.97629226617005], [7.837914568512691, 48.96731688447262], [7.824282174255022, 48.96786670964413]]]], "type": "MultiPolygon"}, "id": "48433", "properties": {"DALLE": "1053-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.825116248174026, 48.97629226617005, 7.839587695493738, 48.985817572236996], "geometry": {"coordinates": [[[[7.825116248174026, 48.9768421816557], [7.825950610191038, 48.985817572236996], [7.839587695493738, 48.98526756642011], [7.838750987552252, 48.97629226617005], [7.825116248174026, 48.9768421816557]]]], "type": "MultiPolygon"}, "id": "48434", "properties": {"DALLE": "1053-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.825950610191038, 48.98526756642011, 7.8404246924866685, 48.99479288115627], "geometry": {"coordinates": [[[[7.825950610191038, 48.985817572236996], [7.826785260455168, 48.99479288115627], [7.8404246924866685, 48.99424278499103], [7.839587695493738, 48.98526756642011], [7.825950610191038, 48.985817572236996]]]], "type": "MultiPolygon"}, "id": "48435", "properties": {"DALLE": "1053-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.826785260455168, 48.99424278499103, 7.841261978680667, 49.00376810818172], "geometry": {"coordinates": [[[[7.826785260455168, 48.99479288115627], [7.827620199115627, 49.00376810818172], [7.841261978680667, 49.003217921651], [7.8404246924866685, 48.99424278499103], [7.826785260455168, 48.99479288115627]]]], "type": "MultiPolygon"}, "id": "48436", "properties": {"DALLE": "1053-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.827620199115627, 49.003217921651, 7.842099554225459, 49.01274325308153], "geometry": {"coordinates": [[[[7.827620199115627, 49.00376810818172], [7.8284554263217245, 49.01274325308153], [7.842099554225459, 49.01219297616819], [7.841261978680667, 49.003217921651], [7.827620199115627, 49.00376810818172]]]], "type": "MultiPolygon"}, "id": "48438", "properties": {"DALLE": "1053-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8284554263217245, 49.01219297616819, 7.8429374192708705, 49.0217183156238], "geometry": {"coordinates": [[[[7.8284554263217245, 49.01274325308153], [7.829290942222881, 49.0217183156238], [7.8429374192708705, 49.0211679483107], [7.842099554225459, 49.01219297616819], [7.8284554263217245, 49.01274325308153]]]], "type": "MultiPolygon"}, "id": "48439", "properties": {"DALLE": "1053-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.829290942222881, 49.0211679483107, 7.8437755739668376, 49.03069329557666], "geometry": {"coordinates": [[[[7.829290942222881, 49.0217183156238], [7.830126746968615, 49.03069329557666], [7.8437755739668376, 49.03014283784667], [7.8429374192708705, 49.0211679483107], [7.829290942222881, 49.0217183156238]]]], "type": "MultiPolygon"}, "id": "48440", "properties": {"DALLE": "1053-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.830126746968615, 49.03014283784667, 7.844614018463394, 49.03966819270818], "geometry": {"coordinates": [[[[7.830126746968615, 49.03069329557666], [7.830962840708544, 49.03966819270818], [7.844614018463394, 49.03911764454413], [7.8437755739668376, 49.03014283784667], [7.830126746968615, 49.03069329557666]]]], "type": "MultiPolygon"}, "id": "48441", "properties": {"DALLE": "1053-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.830962840708544, 49.03911764454413, 7.845452752910678, 49.04864300678639], "geometry": {"coordinates": [[[[7.830962840708544, 49.03966819270818], [7.831799223592401, 49.04864300678639], [7.845452752910678, 49.04809236817113], [7.844614018463394, 49.03911764454413], [7.830962840708544, 49.03966819270818]]]], "type": "MultiPolygon"}, "id": "48442", "properties": {"DALLE": "1053-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.832902112855637, 48.91291206492328, 7.847357194310059, 48.92243876238504], "geometry": {"coordinates": [[[[7.832902112855637, 48.91346289686895], [7.833736801617793, 48.92243876238504], [7.847357194310059, 48.921887839974566], [7.846520165391007, 48.91291206492328], [7.832902112855637, 48.91346289686895]]]], "type": "MultiPolygon"}, "id": "48496", "properties": {"DALLE": "1054-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.833736801617793, 48.921887839974566, 7.848194512037429, 48.93141454784374], "geometry": {"coordinates": [[[[7.833736801617793, 48.92243876238504], [7.834571778386916, 48.93141454784374], [7.848194512037429, 48.93086353495134], [7.847357194310059, 48.921887839974566], [7.833736801617793, 48.92243876238504]]]], "type": "MultiPolygon"}, "id": "48497", "properties": {"DALLE": "1054-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.834571778386916, 48.93086353495134, 7.849032118722426, 48.94039025301348], "geometry": {"coordinates": [[[[7.834571778386916, 48.93141454784374], [7.8354070433119105, 48.94039025301348], [7.849032118722426, 48.93983914962203], [7.848194512037429, 48.93086353495134], [7.834571778386916, 48.93141454784374]]]], "type": "MultiPolygon"}, "id": "48498", "properties": {"DALLE": "1054-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8354070433119105, 48.93983914962203, 7.849870014514469, 48.949365877662636], "geometry": {"coordinates": [[[[7.8354070433119105, 48.94039025301348], [7.836242596541782, 48.949365877662636], [7.849870014514469, 48.94881468375504], [7.849032118722426, 48.93983914962203], [7.8354070433119105, 48.94039025301348]]]], "type": "MultiPolygon"}, "id": "48499", "properties": {"DALLE": "1054-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.836242596541782, 48.94881468375504, 7.850708199563075, 48.958341421559595], "geometry": {"coordinates": [[[[7.836242596541782, 48.949365877662636], [7.837078438225639, 48.958341421559595], [7.850708199563075, 48.95779013711867], [7.849870014514469, 48.94881468375504], [7.836242596541782, 48.949365877662636]]]], "type": "MultiPolygon"}, "id": "48500", "properties": {"DALLE": "1054-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.837078438225639, 48.95779013711867, 7.851546674017866, 48.96731688447262], "geometry": {"coordinates": [[[[7.837078438225639, 48.958341421559595], [7.837914568512691, 48.96731688447262], [7.851546674017866, 48.96676550948125], [7.850708199563075, 48.95779013711867], [7.837078438225639, 48.958341421559595]]]], "type": "MultiPolygon"}, "id": "48501", "properties": {"DALLE": "1054-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.837914568512691, 48.96676550948125, 7.85238543802857, 48.97629226617005], "geometry": {"coordinates": [[[[7.837914568512691, 48.96731688447262], [7.838750987552252, 48.97629226617005], [7.85238543802857, 48.97574080061107], [7.851546674017866, 48.96676550948125], [7.837914568512691, 48.96731688447262]]]], "type": "MultiPolygon"}, "id": "48502", "properties": {"DALLE": "1054-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.838750987552252, 48.97574080061107, 7.853224491745011, 48.98526756642011], "geometry": {"coordinates": [[[[7.838750987552252, 48.97629226617005], [7.839587695493738, 48.98526756642011], [7.853224491745011, 48.98471601027637], [7.85238543802857, 48.97574080061107], [7.838750987552252, 48.97629226617005]]]], "type": "MultiPolygon"}, "id": "48504", "properties": {"DALLE": "1054-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.839587695493738, 48.98471601027637, 7.854063835317118, 48.99424278499103], "geometry": {"coordinates": [[[[7.839587695493738, 48.98526756642011], [7.8404246924866685, 48.99424278499103], [7.854063835317118, 48.99369113824536], [7.853224491745011, 48.98471601027637], [7.839587695493738, 48.98526756642011]]]], "type": "MultiPolygon"}, "id": "48505", "properties": {"DALLE": "1054-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8404246924866685, 48.99369113824536, 7.854903468894932, 49.003217921651], "geometry": {"coordinates": [[[[7.8404246924866685, 48.99424278499103], [7.841261978680667, 49.003217921651], [7.854903468894932, 49.002666184286234], [7.854063835317118, 48.99369113824536], [7.8404246924866685, 48.99424278499103]]]], "type": "MultiPolygon"}, "id": "48506", "properties": {"DALLE": "1054-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.841261978680667, 49.002666184286234, 7.855743392628587, 49.01219297616819], "geometry": {"coordinates": [[[[7.841261978680667, 49.003217921651], [7.842099554225459, 49.01219297616819], [7.855743392628587, 49.011641148167136], [7.854903468894932, 49.002666184286234], [7.841261978680667, 49.003217921651]]]], "type": "MultiPolygon"}, "id": "48507", "properties": {"DALLE": "1054-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.842099554225459, 49.011641148167136, 7.856583606668323, 49.0211679483107], "geometry": {"coordinates": [[[[7.842099554225459, 49.01219297616819], [7.8429374192708705, 49.0211679483107], [7.856583606668323, 49.0206160296562], [7.855743392628587, 49.011641148167136], [7.842099554225459, 49.01219297616819]]]], "type": "MultiPolygon"}, "id": "48508", "properties": {"DALLE": "1054-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8429374192708705, 49.0206160296562, 7.857424111164488, 49.03014283784667], "geometry": {"coordinates": [[[[7.8429374192708705, 49.0211679483107], [7.8437755739668376, 49.03014283784667], [7.857424111164488, 49.02959082852151], [7.856583606668323, 49.0206160296562], [7.8429374192708705, 49.0211679483107]]]], "type": "MultiPolygon"}, "id": "48509", "properties": {"DALLE": "1054-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8437755739668376, 49.02959082852151, 7.858264906267531, 49.03911764454413], "geometry": {"coordinates": [[[[7.8437755739668376, 49.03014283784667], [7.844614018463394, 49.03911764454413], [7.858264906267531, 49.03856554453113], [7.857424111164488, 49.02959082852151], [7.8437755739668376, 49.03014283784667]]]], "type": "MultiPolygon"}, "id": "48510", "properties": {"DALLE": "1054-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.844614018463394, 49.03856554453113, 7.859105992128002, 49.04809236817113], "geometry": {"coordinates": [[[[7.844614018463394, 49.03911764454413], [7.845452752910678, 49.04809236817113], [7.859105992128002, 49.047540177453065], [7.858264906267531, 49.03856554453113], [7.844614018463394, 49.03911764454413]]]], "type": "MultiPolygon"}, "id": "48511", "properties": {"DALLE": "1054-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.846520165391007, 48.91235968472443, 7.860977298194027, 48.921887839974566], "geometry": {"coordinates": [[[[7.846520165391007, 48.91291206492328], [7.847357194310059, 48.921887839974566], [7.860977298194027, 48.92133536905772], [7.860137929267288, 48.91235968472443], [7.846520165391007, 48.91291206492328]]]], "type": "MultiPolygon"}, "id": "48558", "properties": {"DALLE": "1055-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.847357194310059, 48.92133536905772, 7.861816956730329, 48.93086353495134], "geometry": {"coordinates": [[[[7.847357194310059, 48.921887839974566], [7.848194512037429, 48.93086353495134], [7.861816956730329, 48.930310973299356], [7.860977298194027, 48.92133536905772], [7.847357194310059, 48.921887839974566]]]], "type": "MultiPolygon"}, "id": "48560", "properties": {"DALLE": "1055-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.848194512037429, 48.930310973299356, 7.862656905025913, 48.93983914962203], "geometry": {"coordinates": [[[[7.848194512037429, 48.93086353495134], [7.849032118722426, 48.93983914962203], [7.862656905025913, 48.93928649721774], [7.861816956730329, 48.930310973299356], [7.848194512037429, 48.93086353495134]]]], "type": "MultiPolygon"}, "id": "48561", "properties": {"DALLE": "1055-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.849032118722426, 48.93928649721774, 7.863497143230609, 48.94881468375504], "geometry": {"coordinates": [[[[7.849032118722426, 48.93983914962203], [7.849870014514469, 48.94881468375504], [7.863497143230609, 48.94826194058126], [7.862656905025913, 48.93928649721774], [7.849032118722426, 48.93983914962203]]]], "type": "MultiPolygon"}, "id": "48562", "properties": {"DALLE": "1055-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.849870014514469, 48.94826194058126, 7.864337671494346, 48.95779013711867], "geometry": {"coordinates": [[[[7.849870014514469, 48.94881468375504], [7.850708199563075, 48.95779013711867], [7.864337671494346, 48.95723730315823], [7.863497143230609, 48.94826194058126], [7.849870014514469, 48.94881468375504]]]], "type": "MultiPolygon"}, "id": "48563", "properties": {"DALLE": "1055-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.850708199563075, 48.95723730315823, 7.865178489967152, 48.96676550948125], "geometry": {"coordinates": [[[[7.850708199563075, 48.95779013711867], [7.851546674017866, 48.96676550948125], [7.865178489967152, 48.96621258471696], [7.864337671494346, 48.95723730315823], [7.850708199563075, 48.95779013711867]]]], "type": "MultiPolygon"}, "id": "48564", "properties": {"DALLE": "1055-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.851546674017866, 48.96621258471696, 7.866019598799169, 48.97574080061107], "geometry": {"coordinates": [[[[7.851546674017866, 48.96676550948125], [7.85238543802857, 48.97574080061107], [7.866019598799169, 48.97518778502571], [7.865178489967152, 48.96621258471696], [7.851546674017866, 48.96676550948125]]]], "type": "MultiPolygon"}, "id": "48565", "properties": {"DALLE": "1055-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.85238543802857, 48.97518778502571, 7.8668609981406314, 48.98471601027637], "geometry": {"coordinates": [[[[7.85238543802857, 48.97574080061107], [7.853224491745011, 48.98471601027637], [7.8668609981406314, 48.984162903852756], [7.866019598799169, 48.97518778502571], [7.85238543802857, 48.97574080061107]]]], "type": "MultiPolygon"}, "id": "48566", "properties": {"DALLE": "1055-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.853224491745011, 48.984162903852756, 7.867702688141883, 48.99369113824536], "geometry": {"coordinates": [[[[7.853224491745011, 48.98471601027637], [7.854063835317118, 48.99369113824536], [7.867702688141883, 48.99313794096627], [7.8668609981406314, 48.984162903852756], [7.853224491745011, 48.98471601027637]]]], "type": "MultiPolygon"}, "id": "48567", "properties": {"DALLE": "1055-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.854063835317118, 48.99313794096627, 7.868544668953373, 49.002666184286234], "geometry": {"coordinates": [[[[7.854063835317118, 48.99369113824536], [7.854903468894932, 49.002666184286234], [7.868544668953373, 49.002112896134456], [7.867702688141883, 48.99313794096627], [7.854063835317118, 48.99369113824536]]]], "type": "MultiPolygon"}, "id": "48568", "properties": {"DALLE": "1055-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.854903468894932, 49.002112896134456, 7.86938694072565, 49.011641148167136], "geometry": {"coordinates": [[[[7.854903468894932, 49.002666184286234], [7.855743392628587, 49.011641148167136], [7.86938694072565, 49.011087769125446], [7.868544668953373, 49.002112896134456], [7.854903468894932, 49.002666184286234]]]], "type": "MultiPolygon"}, "id": "48569", "properties": {"DALLE": "1055-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.855743392628587, 49.011087769125446, 7.870229503609366, 49.0206160296562], "geometry": {"coordinates": [[[[7.855743392628587, 49.011641148167136], [7.856583606668323, 49.0206160296562], [7.870229503609366, 49.020062559707355], [7.86938694072565, 49.011087769125446], [7.855743392628587, 49.011641148167136]]]], "type": "MultiPolygon"}, "id": "48571", "properties": {"DALLE": "1055-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.856583606668323, 49.020062559707355, 7.871072357755281, 49.02959082852151], "geometry": {"coordinates": [[[[7.856583606668323, 49.0206160296562], [7.857424111164488, 49.02959082852151], [7.871072357755281, 49.029037267648285], [7.870229503609366, 49.020062559707355], [7.856583606668323, 49.0206160296562]]]], "type": "MultiPolygon"}, "id": "48572", "properties": {"DALLE": "1055-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.857424111164488, 49.029037267648285, 7.8719155033142565, 49.03856554453113], "geometry": {"coordinates": [[[[7.857424111164488, 49.02959082852151], [7.858264906267531, 49.03856554453113], [7.8719155033142565, 49.03801189271624], [7.871072357755281, 49.029037267648285], [7.857424111164488, 49.02959082852151]]]], "type": "MultiPolygon"}, "id": "48573", "properties": {"DALLE": "1055-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.860137929267288, 48.91180575631936, 7.874597112468449, 48.92133536905772], "geometry": {"coordinates": [[[[7.860137929267288, 48.91235968472443], [7.860977298194027, 48.92133536905772], [7.874597112468449, 48.92078134968153], [7.873755403683644, 48.91180575631936], [7.860137929267288, 48.91235968472443]]]], "type": "MultiPolygon"}, "id": "48612", "properties": {"DALLE": "1056-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.860977298194027, 48.92078134968153, 7.875439111663961, 48.930310973299356], "geometry": {"coordinates": [[[[7.860977298194027, 48.92133536905772], [7.861816956730329, 48.930310973299356], [7.875439111663961, 48.929756862934816], [7.874597112468449, 48.92078134968153], [7.860977298194027, 48.92133536905772]]]], "type": "MultiPolygon"}, "id": "48613", "properties": {"DALLE": "1056-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.861816956730329, 48.929756862934816, 7.876281401420308, 48.93928649721774], "geometry": {"coordinates": [[[[7.861816956730329, 48.930310973299356], [7.862656905025913, 48.93928649721774], [7.876281401420308, 48.938732295847664], [7.875439111663961, 48.929756862934816], [7.861816956730329, 48.930310973299356]]]], "type": "MultiPolygon"}, "id": "48615", "properties": {"DALLE": "1056-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.862656905025913, 48.938732295847664, 7.877123981887726, 48.94826194058126], "geometry": {"coordinates": [[[[7.862656905025913, 48.93928649721774], [7.863497143230609, 48.94826194058126], [7.877123981887726, 48.94770764818839], [7.876281401420308, 48.938732295847664], [7.862656905025913, 48.93928649721774]]]], "type": "MultiPolygon"}, "id": "48616", "properties": {"DALLE": "1056-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.863497143230609, 48.94770764818839, 7.8779668532165585, 48.95723730315823], "geometry": {"coordinates": [[[[7.863497143230609, 48.94826194058126], [7.864337671494346, 48.95723730315823], [7.8779668532165585, 48.95668291972534], [7.877123981887726, 48.94770764818839], [7.863497143230609, 48.94826194058126]]]], "type": "MultiPolygon"}, "id": "48617", "properties": {"DALLE": "1056-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.864337671494346, 48.95668291972534, 7.878810015557246, 48.96621258471696], "geometry": {"coordinates": [[[[7.864337671494346, 48.95723730315823], [7.865178489967152, 48.96621258471696], [7.878810015557246, 48.965658110226826], [7.8779668532165585, 48.95668291972534], [7.864337671494346, 48.95723730315823]]]], "type": "MultiPolygon"}, "id": "48618", "properties": {"DALLE": "1056-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.865178489967152, 48.965658110226826, 7.879653469060334, 48.97518778502571], "geometry": {"coordinates": [[[[7.865178489967152, 48.96621258471696], [7.866019598799169, 48.97518778502571], [7.879653469060334, 48.9746332194611], [7.878810015557246, 48.965658110226826], [7.865178489967152, 48.96621258471696]]]], "type": "MultiPolygon"}, "id": "48619", "properties": {"DALLE": "1056-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.866019598799169, 48.9746332194611, 7.880497213876478, 48.984162903852756], "geometry": {"coordinates": [[[[7.866019598799169, 48.97518778502571], [7.8668609981406314, 48.984162903852756], [7.880497213876478, 48.9836082471964], [7.879653469060334, 48.9746332194611], [7.866019598799169, 48.97518778502571]]]], "type": "MultiPolygon"}, "id": "48620", "properties": {"DALLE": "1056-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8668609981406314, 48.9836082471964, 7.881341250156427, 48.99313794096627], "geometry": {"coordinates": [[[[7.8668609981406314, 48.984162903852756], [7.867702688141883, 48.99313794096627], [7.881341250156427, 48.9925831932009], [7.880497213876478, 48.9836082471964], [7.8668609981406314, 48.984162903852756]]]], "type": "MultiPolygon"}, "id": "48621", "properties": {"DALLE": "1056-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.867702688141883, 48.9925831932009, 7.882185578051043, 49.002112896134456], "geometry": {"coordinates": [[[[7.867702688141883, 48.99313794096627], [7.868544668953373, 49.002112896134456], [7.882185578051043, 49.001558057242804], [7.881341250156427, 48.9925831932009], [7.867702688141883, 48.99313794096627]]]], "type": "MultiPolygon"}, "id": "48622", "properties": {"DALLE": "1056-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.868544668953373, 49.001558057242804, 7.88303019771129, 49.011087769125446], "geometry": {"coordinates": [[[[7.868544668953373, 49.002112896134456], [7.86938694072565, 49.011087769125446], [7.88303019771129, 49.01053283909026], [7.882185578051043, 49.001558057242804], [7.868544668953373, 49.002112896134456]]]], "type": "MultiPolygon"}, "id": "48623", "properties": {"DALLE": "1056-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.86938694072565, 49.01053283909026, 7.883875109288226, 49.020062559707355], "geometry": {"coordinates": [[[[7.86938694072565, 49.011087769125446], [7.870229503609366, 49.020062559707355], [7.883875109288226, 49.019507538511334], [7.88303019771129, 49.01053283909026], [7.86938694072565, 49.011087769125446]]]], "type": "MultiPolygon"}, "id": "48624", "properties": {"DALLE": "1056-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.870229503609366, 49.019507538511334, 7.884720312933031, 49.029037267648285], "geometry": {"coordinates": [[[[7.870229503609366, 49.020062559707355], [7.871072357755281, 49.029037267648285], [7.884720312933031, 49.028482155274155], [7.883875109288226, 49.019507538511334], [7.870229503609366, 49.020062559707355]]]], "type": "MultiPolygon"}, "id": "48626", "properties": {"DALLE": "1056-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.871072357755281, 49.028482155274155, 7.885565808796975, 49.03801189271624], "geometry": {"coordinates": [[[[7.871072357755281, 49.029037267648285], [7.8719155033142565, 49.03801189271624], [7.885565808796975, 49.03745668914672], [7.884720312933031, 49.028482155274155], [7.871072357755281, 49.029037267648285]]]], "type": "MultiPolygon"}, "id": "48627", "properties": {"DALLE": "1056-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8719155033142565, 49.03745668914672, 7.886411597031435, 49.04698643467929], "geometry": {"coordinates": [[[[7.8719155033142565, 49.03801189271624], [7.87275894043726, 49.04698643467929], [7.886411597031435, 49.04643113989707], [7.885565808796975, 49.03745668914672], [7.8719155033142565, 49.03801189271624]]]], "type": "MultiPolygon"}, "id": "48628", "properties": {"DALLE": "1056-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.87275894043726, 49.04643113989707, 7.887257677787903, 49.055960893305404], "geometry": {"coordinates": [[[[7.87275894043726, 49.04698643467929], [7.873602669275358, 49.055960893305404], [7.887257677787903, 49.055405507293166], [7.886411597031435, 49.04643113989707], [7.87275894043726, 49.04698643467929]]]], "type": "MultiPolygon"}, "id": "48629", "properties": {"DALLE": "1056-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1056-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.873755403683644, 48.911250279755194, 7.888216636332188, 48.92078134968153], "geometry": {"coordinates": [[[[7.873755403683644, 48.91180575631936], [7.874597112468449, 48.92078134968153], [7.888216636332188, 48.920225781893095], [7.887372587839345, 48.911250279755194], [7.873755403683644, 48.91180575631936]]]], "type": "MultiPolygon"}, "id": "48661", "properties": {"DALLE": "1057-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.874597112468449, 48.920225781893095, 7.889060976036775, 48.929756862934816], "geometry": {"coordinates": [[[[7.874597112468449, 48.92078134968153], [7.875439111663961, 48.929756862934816], [7.889060976036775, 48.92920120390487], [7.888216636332188, 48.920225781893095], [7.874597112468449, 48.92078134968153]]]], "type": "MultiPolygon"}, "id": "48662", "properties": {"DALLE": "1057-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.875439111663961, 48.92920120390487, 7.889905607103646, 48.938732295847664], "geometry": {"coordinates": [[[[7.875439111663961, 48.929756862934816], [7.876281401420308, 48.938732295847664], [7.889905607103646, 48.93817654555892], [7.889060976036775, 48.92920120390487], [7.875439111663961, 48.929756862934816]]]], "type": "MultiPolygon"}, "id": "48663", "properties": {"DALLE": "1057-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.876281401420308, 48.93817654555892, 7.89075052968345, 48.94770764818839], "geometry": {"coordinates": [[[[7.876281401420308, 48.938732295847664], [7.877123981887726, 48.94770764818839], [7.89075052968345, 48.9471518066236], [7.889905607103646, 48.93817654555892], [7.876281401420308, 48.938732295847664]]]], "type": "MultiPolygon"}, "id": "48664", "properties": {"DALLE": "1057-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.877123981887726, 48.9471518066236, 7.891595743926934, 48.95668291972534], "geometry": {"coordinates": [[[[7.877123981887726, 48.94770764818839], [7.8779668532165585, 48.95668291972534], [7.891595743926934, 48.95612698686722], [7.89075052968345, 48.9471518066236], [7.877123981887726, 48.94770764818839]]]], "type": "MultiPolygon"}, "id": "48665", "properties": {"DALLE": "1057-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8779668532165585, 48.95612698686722, 7.892441249984954, 48.965658110226826], "geometry": {"coordinates": [[[[7.8779668532165585, 48.95668291972534], [7.878810015557246, 48.965658110226826], [7.892441249984954, 48.965102086058074], [7.891595743926934, 48.95612698686722], [7.8779668532165585, 48.95668291972534]]]], "type": "MultiPolygon"}, "id": "48666", "properties": {"DALLE": "1057-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.878810015557246, 48.965102086058074, 7.893287048008467, 48.9746332194611], "geometry": {"coordinates": [[[[7.878810015557246, 48.965658110226826], [7.879653469060334, 48.9746332194611], [7.893287048008467, 48.974077103964426], [7.892441249984954, 48.965102086058074], [7.878810015557246, 48.965658110226826]]]], "type": "MultiPolygon"}, "id": "48667", "properties": {"DALLE": "1057-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.879653469060334, 48.974077103964426, 7.894133138148537, 48.9836082471964], "geometry": {"coordinates": [[[[7.879653469060334, 48.9746332194611], [7.880497213876478, 48.9836082471964], [7.894133138148537, 48.98305204035452], [7.893287048008467, 48.974077103964426], [7.879653469060334, 48.9746332194611]]]], "type": "MultiPolygon"}, "id": "48668", "properties": {"DALLE": "1057-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.880497213876478, 48.98305204035452, 7.8949795205563245, 48.9925831932009], "geometry": {"coordinates": [[[[7.880497213876478, 48.9836082471964], [7.881341250156427, 48.9925831932009], [7.8949795205563245, 48.992026894996506], [7.894133138148537, 48.98305204035452], [7.880497213876478, 48.9836082471964]]]], "type": "MultiPolygon"}, "id": "48669", "properties": {"DALLE": "1057-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.881341250156427, 48.992026894996506, 7.895826195383106, 49.001558057242804], "geometry": {"coordinates": [[[[7.881341250156427, 48.9925831932009], [7.882185578051043, 49.001558057242804], [7.895826195383106, 49.00100166765858], [7.8949795205563245, 48.992026894996506], [7.881341250156427, 48.9925831932009]]]], "type": "MultiPolygon"}, "id": "48670", "properties": {"DALLE": "1057-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.882185578051043, 49.00100166765858, 7.896673162780251, 49.01053283909026], "geometry": {"coordinates": [[[[7.882185578051043, 49.001558057242804], [7.88303019771129, 49.01053283909026], [7.896673162780251, 49.00997635810889], [7.895826195383106, 49.00100166765858], [7.882185578051043, 49.001558057242804]]]], "type": "MultiPolygon"}, "id": "48671", "properties": {"DALLE": "1057-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.88303019771129, 49.00997635810889, 7.89752042289924, 49.019507538511334], "geometry": {"coordinates": [[[[7.88303019771129, 49.01053283909026], [7.883875109288226, 49.019507538511334], [7.89752042289924, 49.0189509661155], [7.896673162780251, 49.00997635810889], [7.88303019771129, 49.01053283909026]]]], "type": "MultiPolygon"}, "id": "48672", "properties": {"DALLE": "1057-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.883875109288226, 49.0189509661155, 7.8983679758916585, 49.028482155274155], "geometry": {"coordinates": [[[[7.883875109288226, 49.019507538511334], [7.884720312933031, 49.028482155274155], [7.8983679758916585, 49.027925491446496], [7.89752042289924, 49.0189509661155], [7.883875109288226, 49.019507538511334]]]], "type": "MultiPolygon"}, "id": "48673", "properties": {"DALLE": "1057-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.884720312933031, 49.027925491446496, 7.8992158219091895, 49.03745668914672], "geometry": {"coordinates": [[[[7.884720312933031, 49.028482155274155], [7.885565808796975, 49.03745668914672], [7.8992158219091895, 49.0368999338699], [7.8983679758916585, 49.027925491446496], [7.884720312933031, 49.028482155274155]]]], "type": "MultiPolygon"}, "id": "48674", "properties": {"DALLE": "1057-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.885565808796975, 49.0368999338699, 7.900063961103629, 49.04643113989707], "geometry": {"coordinates": [[[[7.885565808796975, 49.03745668914672], [7.886411597031435, 49.04643113989707], [7.900063961103629, 49.045874293153744], [7.8992158219091895, 49.0368999338699], [7.885565808796975, 49.03745668914672]]]], "type": "MultiPolygon"}, "id": "48675", "properties": {"DALLE": "1057-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.886411597031435, 49.045874293153744, 7.900912393626873, 49.055405507293166], "geometry": {"coordinates": [[[[7.886411597031435, 49.04643113989707], [7.887257677787903, 49.055405507293166], [7.900912393626873, 49.05484856906598], [7.900063961103629, 49.045874293153744], [7.886411597031435, 49.04643113989707]]]], "type": "MultiPolygon"}, "id": "48676", "properties": {"DALLE": "1057-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1057-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.887372587839345, 48.91069325507918, 7.901835868984199, 48.920225781893095], "geometry": {"coordinates": [[[[7.887372587839345, 48.911250279755194], [7.888216636332188, 48.920225781893095], [7.901835868984199, 48.91966866573969], [7.900989480933757, 48.91069325507918], [7.887372587839345, 48.911250279755194]]]], "type": "MultiPolygon"}, "id": "48710", "properties": {"DALLE": "1058-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.888216636332188, 48.91966866573969, 7.902682549047321, 48.92920120390487], "geometry": {"coordinates": [[[[7.888216636332188, 48.920225781893095], [7.889060976036775, 48.92920120390487], [7.902682549047321, 48.92864399625679], [7.901835868984199, 48.91966866573969], [7.888216636332188, 48.920225781893095]]]], "type": "MultiPolygon"}, "id": "48711", "properties": {"DALLE": "1058-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.889060976036775, 48.92864399625679, 7.90352952127407, 48.93817654555892], "geometry": {"coordinates": [[[[7.889060976036775, 48.92920120390487], [7.889905607103646, 48.93817654555892], [7.90352952127407, 48.93761924639884], [7.902682549047321, 48.92864399625679], [7.889060976036775, 48.92920120390487]]]], "type": "MultiPolygon"}, "id": "48712", "properties": {"DALLE": "1058-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.889905607103646, 48.93761924639884, 7.904376785815508, 48.9471518066236], "geometry": {"coordinates": [[[[7.889905607103646, 48.93817654555892], [7.89075052968345, 48.9471518066236], [7.904376785815508, 48.94659441593419], [7.90352952127407, 48.93761924639884], [7.889905607103646, 48.93817654555892]]]], "type": "MultiPolygon"}, "id": "48713", "properties": {"DALLE": "1058-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.89075052968345, 48.94659441593419, 7.90522434282279, 48.95612698686722], "geometry": {"coordinates": [[[[7.89075052968345, 48.9471518066236], [7.891595743926934, 48.95612698686722], [7.90522434282279, 48.955569504631185], [7.904376785815508, 48.94659441593419], [7.89075052968345, 48.9471518066236]]]], "type": "MultiPolygon"}, "id": "48714", "properties": {"DALLE": "1058-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.891595743926934, 48.955569504631185, 7.906072192447187, 48.965102086058074], "geometry": {"coordinates": [[[[7.891595743926934, 48.95612698686722], [7.892441249984954, 48.965102086058074], [7.906072192447187, 48.96454451225805], [7.90522434282279, 48.955569504631185], [7.891595743926934, 48.95612698686722]]]], "type": "MultiPolygon"}, "id": "48715", "properties": {"DALLE": "1058-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.892441249984954, 48.96454451225805, 7.906920334840061, 48.974077103964426], "geometry": {"coordinates": [[[[7.892441249984954, 48.965102086058074], [7.893287048008467, 48.974077103964426], [7.906920334840061, 48.973519438583104], [7.906072192447187, 48.96454451225805], [7.892441249984954, 48.965102086058074]]]], "type": "MultiPolygon"}, "id": "48716", "properties": {"DALLE": "1058-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.893287048008467, 48.973519438583104, 7.90776877015289, 48.98305204035452], "geometry": {"coordinates": [[[[7.893287048008467, 48.974077103964426], [7.894133138148537, 48.98305204035452], [7.90776877015289, 48.982494283374514], [7.906920334840061, 48.973519438583104], [7.893287048008467, 48.974077103964426]]]], "type": "MultiPolygon"}, "id": "48717", "properties": {"DALLE": "1058-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.894133138148537, 48.982494283374514, 7.9086174985372475, 48.992026894996506], "geometry": {"coordinates": [[[[7.894133138148537, 48.98305204035452], [7.8949795205563245, 48.992026894996506], [7.9086174985372475, 48.991469046400496], [7.90776877015289, 48.982494283374514], [7.894133138148537, 48.98305204035452]]]], "type": "MultiPolygon"}, "id": "48718", "properties": {"DALLE": "1058-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8949795205563245, 48.991469046400496, 7.909466520144818, 49.00100166765858], "geometry": {"coordinates": [[[[7.8949795205563245, 48.992026894996506], [7.895826195383106, 49.00100166765858], [7.909466520144818, 49.000443727429214], [7.9086174985372475, 48.991469046400496], [7.8949795205563245, 48.992026894996506]]]], "type": "MultiPolygon"}, "id": "48720", "properties": {"DALLE": "1058-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.895826195383106, 49.000443727429214, 7.910315835127387, 49.00997635810889], "geometry": {"coordinates": [[[[7.895826195383106, 49.00100166765858], [7.896673162780251, 49.00997635810889], [7.910315835127387, 49.009418326228754], [7.909466520144818, 49.000443727429214], [7.895826195383106, 49.00100166765858]]]], "type": "MultiPolygon"}, "id": "48721", "properties": {"DALLE": "1058-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.896673162780251, 49.009418326228754, 7.911165443636844, 49.0189509661155], "geometry": {"coordinates": [[[[7.896673162780251, 49.00997635810889], [7.89752042289924, 49.0189509661155], [7.911165443636844, 49.01839284256726], [7.910315835127387, 49.009418326228754], [7.896673162780251, 49.00997635810889]]]], "type": "MultiPolygon"}, "id": "48722", "properties": {"DALLE": "1058-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.89752042289924, 49.01839284256726, 7.9120153458251865, 49.027925491446496], "geometry": {"coordinates": [[[[7.89752042289924, 49.0189509661155], [7.8983679758916585, 49.027925491446496], [7.9120153458251865, 49.02736727621275], [7.911165443636844, 49.01839284256726], [7.89752042289924, 49.0189509661155]]]], "type": "MultiPolygon"}, "id": "48723", "properties": {"DALLE": "1058-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8983679758916585, 49.02736727621275, 7.912865541844515, 49.0368999338699], "geometry": {"coordinates": [[[[7.8983679758916585, 49.027925491446496], [7.8992158219091895, 49.0368999338699], [7.912865541844515, 49.036341626933265], [7.9120153458251865, 49.02736727621275], [7.8983679758916585, 49.027925491446496]]]], "type": "MultiPolygon"}, "id": "48724", "properties": {"DALLE": "1058-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.8992158219091895, 49.036341626933265, 7.913716031847033, 49.045874293153744], "geometry": {"coordinates": [[[[7.8992158219091895, 49.0368999338699], [7.900063961103629, 49.045874293153744], [7.913716031847033, 49.045315894496824], [7.912865541844515, 49.036341626933265], [7.8992158219091895, 49.0368999338699]]]], "type": "MultiPolygon"}, "id": "48725", "properties": {"DALLE": "1058-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.900989480933757, 48.910134682338686, 7.915454809623551, 48.91966866573969], "geometry": {"coordinates": [[[[7.900989480933757, 48.91069325507918], [7.901835868984199, 48.91966866573969], [7.915454809623551, 48.91911000126873], [7.914606082166359, 48.910134682338686], [7.900989480933757, 48.91069325507918]]]], "type": "MultiPolygon"}, "id": "48759", "properties": {"DALLE": "1059-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.901835868984199, 48.91911000126873, 7.916303829894254, 48.92864399625679], "geometry": {"coordinates": [[[[7.901835868984199, 48.91966866573969], [7.902682549047321, 48.92864399625679], [7.916303829894254, 48.92808524003798], [7.915454809623551, 48.91911000126873], [7.901835868984199, 48.91966866573969]]]], "type": "MultiPolygon"}, "id": "48760", "properties": {"DALLE": "1059-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.902682549047321, 48.92808524003798, 7.917153143129826, 48.93761924639884], "geometry": {"coordinates": [[[[7.902682549047321, 48.92864399625679], [7.90352952127407, 48.93761924639884], [7.917153143129826, 48.93706039841485], [7.916303829894254, 48.92808524003798], [7.902682549047321, 48.92864399625679]]]], "type": "MultiPolygon"}, "id": "48761", "properties": {"DALLE": "1059-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.90352952127407, 48.93706039841485, 7.918002749481736, 48.94659441593419], "geometry": {"coordinates": [[[[7.90352952127407, 48.93761924639884], [7.904376785815508, 48.94659441593419], [7.918002749481736, 48.946035476167644], [7.917153143129826, 48.93706039841485], [7.90352952127407, 48.93761924639884]]]], "type": "MultiPolygon"}, "id": "48762", "properties": {"DALLE": "1059-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.904376785815508, 48.946035476167644, 7.918852649101556, 48.955569504631185], "geometry": {"coordinates": [[[[7.904376785815508, 48.94659441593419], [7.90522434282279, 48.955569504631185], [7.918852649101556, 48.95501047306469], [7.918002749481736, 48.946035476167644], [7.904376785815508, 48.94659441593419]]]], "type": "MultiPolygon"}, "id": "48764", "properties": {"DALLE": "1059-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.90522434282279, 48.95501047306469, 7.919702842140957, 48.96454451225805], "geometry": {"coordinates": [[[[7.90522434282279, 48.955569504631185], [7.906072192447187, 48.96454451225805], [7.919702842140957, 48.963985388874256], [7.918852649101556, 48.95501047306469], [7.90522434282279, 48.955569504631185]]]], "type": "MultiPolygon"}, "id": "48765", "properties": {"DALLE": "1059-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.906072192447187, 48.963985388874256, 7.92055332875172, 48.973519438583104], "geometry": {"coordinates": [[[[7.906072192447187, 48.96454451225805], [7.906920334840061, 48.973519438583104], [7.92055332875172, 48.9729602233646], [7.919702842140957, 48.963985388874256], [7.906072192447187, 48.96454451225805]]]], "type": "MultiPolygon"}, "id": "48766", "properties": {"DALLE": "1059-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.906920334840061, 48.9729602233646, 7.9214041090857314, 48.982494283374514], "geometry": {"coordinates": [[[[7.906920334840061, 48.973519438583104], [7.90776877015289, 48.982494283374514], [7.9214041090857314, 48.98193497630393], [7.92055332875172, 48.9729602233646], [7.906920334840061, 48.973519438583104]]]], "type": "MultiPolygon"}, "id": "48767", "properties": {"DALLE": "1059-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.90776877015289, 48.98193497630393, 7.922255183294976, 48.991469046400496], "geometry": {"coordinates": [[[[7.90776877015289, 48.982494283374514], [7.9086174985372475, 48.991469046400496], [7.922255183294976, 48.990909647460406], [7.9214041090857314, 48.98193497630393], [7.90776877015289, 48.982494283374514]]]], "type": "MultiPolygon"}, "id": "48768", "properties": {"DALLE": "1059-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.9086174985372475, 48.990909647460406, 7.923106551531551, 49.000443727429214], "geometry": {"coordinates": [[[[7.9086174985372475, 48.991469046400496], [7.909466520144818, 49.000443727429214], [7.923106551531551, 48.99988423660221], [7.922255183294976, 48.990909647460406], [7.9086174985372475, 48.991469046400496]]]], "type": "MultiPolygon"}, "id": "48769", "properties": {"DALLE": "1059-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.910315835127387, 49.00885874349745, 7.924810170695579, 49.01839284256726], "geometry": {"coordinates": [[[[7.910315835127387, 49.009418326228754], [7.911165443636844, 49.01839284256726], [7.924810170695579, 49.01783316791421], [7.9239582139476505, 49.00885874349745], [7.910315835127387, 49.009418326228754]]]], "type": "MultiPolygon"}, "id": "48771", "properties": {"DALLE": "1059-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.911165443636844, 49.01783316791421, 7.925662421927747, 49.02736727621275], "geometry": {"coordinates": [[[[7.911165443636844, 49.01839284256726], [7.9120153458251865, 49.02736727621275], [7.925662421927747, 49.02680750962054], [7.924810170695579, 49.01783316791421], [7.911165443636844, 49.01839284256726]]]], "type": "MultiPolygon"}, "id": "48772", "properties": {"DALLE": "1059-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.9120153458251865, 49.02680750962054, 7.926514967796666, 49.036341626933265], "geometry": {"coordinates": [[[[7.9120153458251865, 49.02736727621275], [7.912865541844515, 49.036341626933265], [7.926514967796666, 49.03578176838447], [7.925662421927747, 49.02680750962054], [7.9120153458251865, 49.02736727621275]]]], "type": "MultiPolygon"}, "id": "48773", "properties": {"DALLE": "1059-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.164561037342117, 48.92910120740679, 7.178911849436826, 48.93855610894808], "geometry": {"coordinates": [[[[7.164561037342117, 48.92957604208525], [7.16528063569713, 48.93855610894808], [7.178911849436826, 48.93808119624474], [7.17818990492292, 48.92910120740679], [7.164561037342117, 48.92957604208525]]]], "type": "MultiPolygon"}, "id": "48774", "properties": {"DALLE": "1005-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1005-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.912865541844515, 49.03578176838447, 7.927367808454955, 49.045315894496824], "geometry": {"coordinates": [[[[7.912865541844515, 49.036341626933265], [7.913716031847033, 49.045315894496824], [7.927367808454955, 49.044755943973975], [7.926514967796666, 49.03578176838447], [7.912865541844515, 49.036341626933265]]]], "type": "MultiPolygon"}, "id": "48775", "properties": {"DALLE": "1059-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.913716031847033, 49.044755943973975, 7.928220944055336, 49.054290078671386], "geometry": {"coordinates": [[[[7.913716031847033, 49.045315894496824], [7.9145668159850535, 49.054290078671386], [7.928220944055336, 49.05373003615703], [7.927367808454955, 49.044755943973975], [7.913716031847033, 49.045315894496824]]]], "type": "MultiPolygon"}, "id": "48776", "properties": {"DALLE": "1059-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.16528063569713, 48.93808119624474, 7.1796340432486465, 48.94753609676549], "geometry": {"coordinates": [[[[7.16528063569713, 48.93855610894808], [7.166000482544432, 48.94753609676549], [7.1796340432486465, 48.9470611060225], [7.178911849436826, 48.93808119624474], [7.16528063569713, 48.93855610894808]]]], "type": "MultiPolygon"}, "id": "48785", "properties": {"DALLE": "1005-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1005-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.166000482544432, 48.9470611060225, 7.180356486487409, 48.956516005306256], "geometry": {"coordinates": [[[[7.166000482544432, 48.94753609676549], [7.166720578012641, 48.956516005306256], [7.180356486487409, 48.95604093650881], [7.1796340432486465, 48.9470611060225], [7.166000482544432, 48.94753609676549]]]], "type": "MultiPolygon"}, "id": "48796", "properties": {"DALLE": "1005-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1005-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.166720578012641, 48.95604093650881, 7.1810791792822375, 48.96549583433908], "geometry": {"coordinates": [[[[7.166720578012641, 48.956516005306256], [7.16744092223046, 48.96549583433908], [7.1810791792822375, 48.96502068747241], [7.180356486487409, 48.95604093650881], [7.166720578012641, 48.956516005306256]]]], "type": "MultiPolygon"}, "id": "48807", "properties": {"DALLE": "1005-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1005-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.915454809623551, 48.9185497885277, 7.929924817776332, 48.92808524003798], "geometry": {"coordinates": [[[[7.915454809623551, 48.91911000126873], [7.916303829894254, 48.92808524003798], [7.929924817776332, 48.927524935295985], [7.929073457449411, 48.9185497885277], [7.915454809623551, 48.91911000126873]]]], "type": "MultiPolygon"}, "id": "48811", "properties": {"DALLE": "1060-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.916303829894254, 48.927524935295985, 7.930776471869261, 48.93706039841485], "geometry": {"coordinates": [[[[7.916303829894254, 48.92808524003798], [7.917153143129826, 48.93706039841485], [7.930776471869261, 48.93650000165447], [7.929924817776332, 48.927524935295985], [7.916303829894254, 48.92808524003798]]]], "type": "MultiPolygon"}, "id": "48812", "properties": {"DALLE": "1060-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.917153143129826, 48.93650000165447, 7.931628419880074, 48.946035476167644], "geometry": {"coordinates": [[[[7.917153143129826, 48.93706039841485], [7.918002749481736, 48.946035476167644], [7.931628419880074, 48.9454749873715], [7.930776471869261, 48.93650000165447], [7.917153143129826, 48.93706039841485]]]], "type": "MultiPolygon"}, "id": "48813", "properties": {"DALLE": "1060-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.918002749481736, 48.9454749873715, 7.932480661960751, 48.95501047306469], "geometry": {"coordinates": [[[[7.918002749481736, 48.946035476167644], [7.918852649101556, 48.95501047306469], [7.932480661960751, 48.95444989221532], [7.931628419880074, 48.9454749873715], [7.918002749481736, 48.946035476167644]]]], "type": "MultiPolygon"}, "id": "48814", "properties": {"DALLE": "1060-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.918852649101556, 48.95444989221532, 7.933333198263381, 48.963985388874256], "geometry": {"coordinates": [[[[7.918852649101556, 48.95501047306469], [7.919702842140957, 48.963985388874256], [7.933333198263381, 48.96342471595426], [7.932480661960751, 48.95444989221532], [7.918852649101556, 48.95501047306469]]]], "type": "MultiPolygon"}, "id": "48815", "properties": {"DALLE": "1060-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.919702842140957, 48.96342471595426, 7.934186028940149, 48.9729602233646], "geometry": {"coordinates": [[[[7.919702842140957, 48.963985388874256], [7.92055332875172, 48.9729602233646], [7.934186028940149, 48.97239945835655], [7.933333198263381, 48.96342471595426], [7.919702842140957, 48.963985388874256]]]], "type": "MultiPolygon"}, "id": "48816", "properties": {"DALLE": "1060-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.92055332875172, 48.97239945835655, 7.935039154143354, 48.98193497630393], "geometry": {"coordinates": [[[[7.92055332875172, 48.9729602233646], [7.9214041090857314, 48.98193497630393], [7.935039154143354, 48.98137411919036], [7.934186028940149, 48.97239945835655], [7.92055332875172, 48.9729602233646]]]], "type": "MultiPolygon"}, "id": "48817", "properties": {"DALLE": "1060-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.16744092223046, 48.96502068747241, 7.181802121762338, 48.97447558363269], "geometry": {"coordinates": [[[[7.16744092223046, 48.96549583433908], [7.168161515326687, 48.97447558363269], [7.181802121762338, 48.97400035868196], [7.1810791792822375, 48.96502068747241], [7.16744092223046, 48.96549583433908]]]], "type": "MultiPolygon"}, "id": "48818", "properties": {"DALLE": "1005-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1005-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.9214041090857314, 48.98137411919036, 7.935892574025393, 48.990909647460406], "geometry": {"coordinates": [[[[7.9214041090857314, 48.98193497630393], [7.922255183294976, 48.990909647460406], [7.935892574025393, 48.9903486982239], [7.935039154143354, 48.98137411919036], [7.9214041090857314, 48.98193497630393]]]], "type": "MultiPolygon"}, "id": "48819", "properties": {"DALLE": "1060-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.924810170695579, 49.01727194220406, 7.939309203393575, 49.02680750962054], "geometry": {"coordinates": [[[[7.924810170695579, 49.01783316791421], [7.925662421927747, 49.02680750962054], [7.939309203393575, 49.026246191717576], [7.938454603270096, 49.01727194220406], [7.924810170695579, 49.01783316791421]]]], "type": "MultiPolygon"}, "id": "48823", "properties": {"DALLE": "1060-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.925662421927747, 49.026246191717576, 7.940164098959467, 49.03578176838447], "geometry": {"coordinates": [[[[7.925662421927747, 49.02680750962054], [7.926514967796666, 49.03578176838447], [7.940164098959467, 49.0352203582712], [7.939309203393575, 49.026246191717576], [7.925662421927747, 49.02680750962054]]]], "type": "MultiPolygon"}, "id": "48824", "properties": {"DALLE": "1060-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.926514967796666, 49.0352203582712, 7.941019290120799, 49.044755943973975], "geometry": {"coordinates": [[[[7.926514967796666, 49.03578176838447], [7.927367808454955, 49.044755943973975], [7.941019290120799, 49.04419444163291], [7.940164098959467, 49.0352203582712], [7.926514967796666, 49.03578176838447]]]], "type": "MultiPolygon"}, "id": "48825", "properties": {"DALLE": "1060-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.927367808454955, 49.04419444163291, 7.941874777030713, 49.05373003615703], "geometry": {"coordinates": [[[[7.927367808454955, 49.044755943973975], [7.928220944055336, 49.05373003615703], [7.941874777030713, 49.053168441570676], [7.941019290120799, 49.04419444163291], [7.927367808454955, 49.044755943973975]]]], "type": "MultiPolygon"}, "id": "48826", "properties": {"DALLE": "1060-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.928220944055336, 49.053168441570676, 7.942730559842449, 49.06270404470156], "geometry": {"coordinates": [[[[7.928220944055336, 49.05373003615703], [7.92907437475064, 49.06270404470156], [7.942730559842449, 49.06214235785241], [7.941874777030713, 49.053168441570676], [7.928220944055336, 49.05373003615703]]]], "type": "MultiPolygon"}, "id": "48827", "properties": {"DALLE": "1060-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6896-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.168161515326687, 48.97400035868196, 7.182525314057007, 48.98345525295576], "geometry": {"coordinates": [[[[7.168161515326687, 48.97447558363269], [7.168882357430199, 48.98345525295576], [7.182525314057007, 48.98297994990617], [7.181802121762338, 48.97400035868196], [7.168161515326687, 48.97447558363269]]]], "type": "MultiPolygon"}, "id": "48829", "properties": {"DALLE": "1005-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1005-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.929073457449411, 48.91798802756428, 7.943545511892419, 48.927524935295985], "geometry": {"coordinates": [[[[7.929073457449411, 48.9185497885277], [7.929924817776332, 48.927524935295985], [7.943545511892419, 48.92696308207849], [7.942691811661051, 48.91798802756428], [7.929073457449411, 48.9185497885277]]]], "type": "MultiPolygon"}, "id": "48857", "properties": {"DALLE": "1061-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.929924817776332, 48.92696308207849, 7.9443995066908295, 48.93650000165447], "geometry": {"coordinates": [[[[7.929924817776332, 48.927524935295985], [7.930776471869261, 48.93650000165447], [7.9443995066908295, 48.93593805616544], [7.943545511892419, 48.92696308207849], [7.929924817776332, 48.927524935295985]]]], "type": "MultiPolygon"}, "id": "48858", "properties": {"DALLE": "1061-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.930776471869261, 48.93593805616544, 7.945253796208565, 48.9454749873715], "geometry": {"coordinates": [[[[7.930776471869261, 48.93650000165447], [7.931628419880074, 48.9454749873715], [7.945253796208565, 48.944912949593444], [7.9443995066908295, 48.93593805616544], [7.930776471869261, 48.93650000165447]]]], "type": "MultiPolygon"}, "id": "48859", "properties": {"DALLE": "1061-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.931628419880074, 48.944912949593444, 7.9461083805980195, 48.95444989221532], "geometry": {"coordinates": [[[[7.931628419880074, 48.9454749873715], [7.932480661960751, 48.95444989221532], [7.9461083805980195, 48.95388776213083], [7.945253796208565, 48.944912949593444], [7.931628419880074, 48.9454749873715]]]], "type": "MultiPolygon"}, "id": "48860", "properties": {"DALLE": "1061-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.932480661960751, 48.95388776213083, 7.946963260011683, 48.96342471595426], "geometry": {"coordinates": [[[[7.932480661960751, 48.95444989221532], [7.933333198263381, 48.96342471595426], [7.946963260011683, 48.96286249354583], [7.9461083805980195, 48.95388776213083], [7.932480661960751, 48.95444989221532]]]], "type": "MultiPolygon"}, "id": "48861", "properties": {"DALLE": "1061-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.933333198263381, 48.96286249354583, 7.947818434602161, 48.97239945835655], "geometry": {"coordinates": [[[[7.933333198263381, 48.96342471595426], [7.934186028940149, 48.97239945835655], [7.947818434602161, 48.971837143606706], [7.946963260011683, 48.96286249354583], [7.933333198263381, 48.96342471595426]]]], "type": "MultiPolygon"}, "id": "48862", "properties": {"DALLE": "1061-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.934186028940149, 48.971837143606706, 7.94867390452216, 48.98137411919036], "geometry": {"coordinates": [[[[7.934186028940149, 48.97239945835655], [7.935039154143354, 48.98137411919036], [7.94867390452216, 48.980811712081625], [7.947818434602161, 48.971837143606706], [7.934186028940149, 48.97239945835655]]]], "type": "MultiPolygon"}, "id": "48863", "properties": {"DALLE": "1061-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.937600298436102, 49.007734925672196, 7.952098740555143, 49.01727194220406], "geometry": {"coordinates": [[[[7.937600298436102, 49.00829760996265], [7.938454603270096, 49.01727194220406], [7.952098740555143, 49.01670916548467], [7.9512420877879055, 49.007734925672196], [7.937600298436102, 49.00829760996265]]]], "type": "MultiPolygon"}, "id": "48867", "properties": {"DALLE": "1061-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.938454603270096, 49.01670916548467, 7.952955689417007, 49.026246191717576], "geometry": {"coordinates": [[[[7.938454603270096, 49.01727194220406], [7.939309203393575, 49.026246191717576], [7.952955689417007, 49.025683322551735], [7.952098740555143, 49.01670916548467], [7.938454603270096, 49.01727194220406]]]], "type": "MultiPolygon"}, "id": "48868", "properties": {"DALLE": "1061-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.939309203393575, 49.025683322551735, 7.95381293452684, 49.0352203582712], "geometry": {"coordinates": [[[[7.939309203393575, 49.026246191717576], [7.940164098959467, 49.0352203582712], [7.95381293452684, 49.03465739664137], [7.952955689417007, 49.025683322551735], [7.939309203393575, 49.026246191717576]]]], "type": "MultiPolygon"}, "id": "48869", "properties": {"DALLE": "1061-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.940164098959467, 49.03465739664137, 7.954670476038082, 49.04419444163291], "geometry": {"coordinates": [[[[7.940164098959467, 49.0352203582712], [7.941019290120799, 49.04419444163291], [7.954670476038082, 49.043631387521565], [7.95381293452684, 49.03465739664137], [7.940164098959467, 49.0352203582712]]]], "type": "MultiPolygon"}, "id": "48870", "properties": {"DALLE": "1061-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.941019290120799, 49.043631387521565, 7.955528314104287, 49.053168441570676], "geometry": {"coordinates": [[[[7.941019290120799, 49.04419444163291], [7.941874777030713, 49.053168441570676], [7.955528314104287, 49.052605294960266], [7.954670476038082, 49.043631387521565], [7.941019290120799, 49.04419444163291]]]], "type": "MultiPolygon"}, "id": "48871", "properties": {"DALLE": "1061-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.941874777030713, 49.052605294960266, 7.956386448879107, 49.06214235785241], "geometry": {"coordinates": [[[[7.941874777030713, 49.053168441570676], [7.942730559842449, 49.06214235785241], [7.956386448879107, 49.06157911872539], [7.955528314104287, 49.052605294960266], [7.941874777030713, 49.053168441570676]]]], "type": "MultiPolygon"}, "id": "48872", "properties": {"DALLE": "1061-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-6896-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.945253796208565, 48.94434936288137, 7.959735804211087, 48.95388776213083], "geometry": {"coordinates": [[[[7.945253796208565, 48.944912949593444], [7.9461083805980195, 48.95388776213083], [7.959735804211087, 48.95332408285906], [7.958878877665358, 48.94434936288137], [7.945253796208565, 48.944912949593444]]]], "type": "MultiPolygon"}, "id": "48906", "properties": {"DALLE": "1062-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.9461083805980195, 48.95332408285906, 7.960593026583189, 48.96286249354583], "geometry": {"coordinates": [[[[7.9461083805980195, 48.95388776213083], [7.946963260011683, 48.96286249354583], [7.960593026583189, 48.96229872169683], [7.959735804211087, 48.95332408285906], [7.9461083805980195, 48.95388776213083]]]], "type": "MultiPolygon"}, "id": "48907", "properties": {"DALLE": "1062-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.946963260011683, 48.96229872169683, 7.9614505449346735, 48.971837143606706], "geometry": {"coordinates": [[[[7.946963260011683, 48.96286249354583], [7.947818434602161, 48.971837143606706], [7.9614505449346735, 48.97127327916295], [7.960593026583189, 48.96229872169683], [7.946963260011683, 48.96286249354583]]]], "type": "MultiPolygon"}, "id": "48908", "properties": {"DALLE": "1062-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-6886-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.950385730962062, 48.998196461012995, 7.964883581198333, 49.007734925672196], "geometry": {"coordinates": [[[[7.950385730962062, 48.99876060334625], [7.9512420877879055, 49.007734925672196], [7.964883581198333, 49.007170690674016], [7.9640248773971045, 48.998196461012995], [7.950385730962062, 48.99876060334625]]]], "type": "MultiPolygon"}, "id": "48912", "properties": {"DALLE": "1062-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.9512420877879055, 49.007170690674016, 7.96574258174558, 49.01670916548467], "geometry": {"coordinates": [[[[7.9512420877879055, 49.007734925672196], [7.952098740555143, 49.01670916548467], [7.96574258174558, 49.016144837804006], [7.964883581198333, 49.007170690674016], [7.9512420877879055, 49.007734925672196]]]], "type": "MultiPolygon"}, "id": "48914", "properties": {"DALLE": "1062-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.952098740555143, 49.016144837804006, 7.966601879192495, 49.025683322551735], "geometry": {"coordinates": [[[[7.952098740555143, 49.01670916548467], [7.952955689417007, 49.025683322551735], [7.966601879192495, 49.02511890217099], [7.96574258174558, 49.016144837804006], [7.952098740555143, 49.01670916548467]]]], "type": "MultiPolygon"}, "id": "48915", "properties": {"DALLE": "1062-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.952955689417007, 49.02511890217099, 7.967461473692824, 49.03465739664137], "geometry": {"coordinates": [[[[7.952955689417007, 49.025683322551735], [7.95381293452684, 49.03465739664137], [7.967461473692824, 49.03409288354298], [7.966601879192495, 49.02511890217099], [7.952955689417007, 49.025683322551735]]]], "type": "MultiPolygon"}, "id": "48916", "properties": {"DALLE": "1062-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.95381293452684, 49.03409288354298, 7.968321365400424, 49.043631387521565], "geometry": {"coordinates": [[[[7.95381293452684, 49.03465739664137], [7.954670476038082, 49.043631387521565], [7.968321365400424, 49.04306678168794], [7.967461473692824, 49.03409288354298], [7.95381293452684, 49.03465739664137]]]], "type": "MultiPolygon"}, "id": "48917", "properties": {"DALLE": "1062-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.954670476038082, 49.04306678168794, 7.969181554469262, 49.052605294960266], "geometry": {"coordinates": [[[[7.954670476038082, 49.043631387521565], [7.955528314104287, 49.052605294960266], [7.969181554469262, 49.05204059637382], [7.968321365400424, 49.04306678168794], [7.954670476038082, 49.043631387521565]]]], "type": "MultiPolygon"}, "id": "48918", "properties": {"DALLE": "1062-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-6895-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.958878877665358, 48.94378422728321, 7.973362931997804, 48.95332408285906], "geometry": {"coordinates": [[[[7.958878877665358, 48.94434936288137], [7.959735804211087, 48.95332408285906], [7.973362931997804, 48.952758854447964], [7.9725036634487, 48.94378422728321], [7.958878877665358, 48.94434936288137]]]], "type": "MultiPolygon"}, "id": "48951", "properties": {"DALLE": "1063-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.959735804211087, 48.952758854447964, 7.974222497175332, 48.96229872169683], "geometry": {"coordinates": [[[[7.959735804211087, 48.95332408285906], [7.960593026583189, 48.96229872169683], [7.974222497175332, 48.961733400455266], [7.973362931997804, 48.952758854447964], [7.959735804211087, 48.95332408285906]]]], "type": "MultiPolygon"}, "id": "48952", "properties": {"DALLE": "1063-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-6885-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.9614505449346735, 48.970707865073315, 7.975942518029444, 48.98024775502558], "geometry": {"coordinates": [[[[7.9614505449346735, 48.97127327916295], [7.962308359418653, 48.98024775502558], [7.975942518029444, 48.9796822480703], [7.975082359134701, 48.970707865073315], [7.9614505449346735, 48.97127327916295]]]], "type": "MultiPolygon"}, "id": "48954", "properties": {"DALLE": "1063-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-6887-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.962308359418653, 48.9796822480703, 7.97680297401319, 48.989222149052885], "geometry": {"coordinates": [[[[7.962308359418653, 48.98024775502558], [7.963166470188355, 48.989222149052885], [7.97680297401319, 48.98865654921436], [7.975942518029444, 48.9796822480703], [7.962308359418653, 48.98024775502558]]]], "type": "MultiPolygon"}, "id": "48955", "properties": {"DALLE": "1063-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.963166470188355, 48.98865654921436, 7.977663727239679, 48.998196461012995], "geometry": {"coordinates": [[[[7.963166470188355, 48.989222149052885], [7.9640248773971045, 48.998196461012995], [7.977663727239679, 48.997630768273645], [7.97680297401319, 48.98865654921436], [7.963166470188355, 48.989222149052885]]]], "type": "MultiPolygon"}, "id": "48956", "properties": {"DALLE": "1063-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.9640248773971045, 48.997630768273645, 7.978524777862756, 49.007170690674016], "geometry": {"coordinates": [[[[7.9640248773971045, 48.998196461012995], [7.964883581198333, 49.007170690674016], [7.978524777862756, 49.006604905016225], [7.977663727239679, 48.997630768273645], [7.9640248773971045, 48.998196461012995]]]], "type": "MultiPolygon"}, "id": "48958", "properties": {"DALLE": "1063-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.964883581198333, 49.006604905016225, 7.9793861260363705, 49.016144837804006], "geometry": {"coordinates": [[[[7.964883581198333, 49.007170690674016], [7.96574258174558, 49.016144837804006], [7.9793861260363705, 49.01557895921016], [7.978524777862756, 49.006604905016225], [7.964883581198333, 49.007170690674016]]]], "type": "MultiPolygon"}, "id": "48959", "properties": {"DALLE": "1063-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.96574258174558, 49.01557895921016, 7.9802477719145815, 49.02511890217099], "geometry": {"coordinates": [[[[7.96574258174558, 49.016144837804006], [7.966601879192495, 49.02511890217099], [7.9802477719145815, 49.02455293062348], [7.9793861260363705, 49.01557895921016], [7.96574258174558, 49.016144837804006]]]], "type": "MultiPolygon"}, "id": "48960", "properties": {"DALLE": "1063-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.966601879192495, 49.02455293062348, 7.9811097156515505, 49.03409288354298], "geometry": {"coordinates": [[[[7.966601879192495, 49.02511890217099], [7.967461473692824, 49.03409288354298], [7.9811097156515505, 49.03352681902418], [7.9802477719145815, 49.02455293062348], [7.966601879192495, 49.02511890217099]]]], "type": "MultiPolygon"}, "id": "48961", "properties": {"DALLE": "1063-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.967461473692824, 49.03352681902418, 7.981971957401546, 49.04306678168794], "geometry": {"coordinates": [[[[7.967461473692824, 49.03409288354298], [7.968321365400424, 49.04306678168794], [7.981971957401546, 49.04250062418023], [7.9811097156515505, 49.03352681902418], [7.967461473692824, 49.03409288354298]]]], "type": "MultiPolygon"}, "id": "48962", "properties": {"DALLE": "1063-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-6894-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.975942518029444, 48.97911519126392, 7.990439180595303, 48.98865654921436], "geometry": {"coordinates": [[[[7.975942518029444, 48.9796822480703], [7.97680297401319, 48.98865654921436], [7.990439180595303, 48.98808939927135], [7.98957637955125, 48.97911519126392], [7.975942518029444, 48.9796822480703]]]], "type": "MultiPolygon"}, "id": "48998", "properties": {"DALLE": "1064-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1064-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.97680297401319, 48.98808939927135, 7.991302279685687, 48.997630768273645], "geometry": {"coordinates": [[[[7.97680297401319, 48.98865654921436], [7.977663727239679, 48.997630768273645], [7.991302279685687, 48.99706352517637], [7.990439180595303, 48.98808939927135], [7.97680297401319, 48.98865654921436]]]], "type": "MultiPolygon"}, "id": "48999", "properties": {"DALLE": "1064-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1064-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.977663727239679, 48.99706352517637, 7.99216567697666, 49.006604905016225], "geometry": {"coordinates": [[[[7.977663727239679, 48.997630768273645], [7.978524777862756, 49.006604905016225], [7.99216567697666, 49.00603756874703], [7.991302279685687, 48.99706352517637], [7.977663727239679, 48.997630768273645]]]], "type": "MultiPolygon"}, "id": "49000", "properties": {"DALLE": "1064-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1064-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.978524777862756, 49.00603756874703, 7.9930293726225825, 49.01557895921016], "geometry": {"coordinates": [[[[7.978524777862756, 49.006604905016225], [7.9793861260363705, 49.01557895921016], [7.9930293726225825, 49.01501152975136], [7.99216567697666, 49.00603756874703], [7.978524777862756, 49.006604905016225]]]], "type": "MultiPolygon"}, "id": "49002", "properties": {"DALLE": "1064-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1064-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.9793861260363705, 49.01501152975136, 7.993893366777929, 49.02455293062348], "geometry": {"coordinates": [[[[7.9793861260363705, 49.01557895921016], [7.9802477719145815, 49.02455293062348], [7.993893366777929, 49.023985407957454], [7.9930293726225825, 49.01501152975136], [7.9793861260363705, 49.01557895921016]]]], "type": "MultiPolygon"}, "id": "49003", "properties": {"DALLE": "1064-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1064-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.9802477719145815, 49.023985407957454, 7.994757659597267, 49.03352681902418], "geometry": {"coordinates": [[[[7.9802477719145815, 49.02455293062348], [7.9811097156515505, 49.03352681902418], [7.994757659597267, 49.032959203133245], [7.993893366777929, 49.023985407957454], [7.9802477719145815, 49.02455293062348]]]], "type": "MultiPolygon"}, "id": "49004", "properties": {"DALLE": "1064-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1064-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.98957637955125, 48.97854658465477, 8.0040750891311, 48.98808939927135], "geometry": {"coordinates": [[[[7.98957637955125, 48.97911519126392], [7.990439180595303, 48.98808939927135], [8.0040750891311, 48.98752069927221], [8.00320994318089, 48.97854658465477], [7.98957637955125, 48.97911519126392]]]], "type": "MultiPolygon"}, "id": "49039", "properties": {"DALLE": "1065-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1065-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.990439180595303, 48.98752069927221, 8.004940533931123, 48.99706352517637], "geometry": {"coordinates": [[[[7.990439180595303, 48.98808939927135], [7.991302279685687, 48.99706352517637], [8.004940533931123, 48.99649473176951], [8.0040750891311, 48.98752069927221], [7.990439180595303, 48.98808939927135]]]], "type": "MultiPolygon"}, "id": "49040", "properties": {"DALLE": "1065-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1065-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.991302279685687, 48.99649473176951, 8.005806277735628, 49.00603756874703], "geometry": {"coordinates": [[[[7.991302279685687, 48.99706352517637], [7.99216567697666, 49.00603756874703], [8.005806277735628, 49.005468681914785], [8.004940533931123, 48.99649473176951], [7.991302279685687, 48.99706352517637]]]], "type": "MultiPolygon"}, "id": "49041", "properties": {"DALLE": "1065-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1065-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.99216567697666, 49.005468681914785, 8.006672320699394, 49.01501152975136], "geometry": {"coordinates": [[[[7.99216567697666, 49.00603756874703], [7.9930293726225825, 49.01501152975136], [8.006672320699394, 49.01444254947604], [8.005806277735628, 49.005468681914785], [7.99216567697666, 49.00603756874703]]]], "type": "MultiPolygon"}, "id": "49042", "properties": {"DALLE": "1065-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1065-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.9930293726225825, 49.01444254947604, 8.007538662977296, 49.023985407957454], "geometry": {"coordinates": [[[[7.9930293726225825, 49.01501152975136], [7.993893366777929, 49.023985407957454], [8.007538662977296, 49.023416334221295], [8.006672320699394, 49.01444254947604], [7.9930293726225825, 49.01501152975136]]]], "type": "MultiPolygon"}, "id": "49043", "properties": {"DALLE": "1065-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1065-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.993893366777929, 49.023416334221295, 8.008405304724324, 49.032959203133245], "geometry": {"coordinates": [[[[7.993893366777929, 49.023985407957454], [7.994757659597267, 49.032959203133245], [8.008405304724324, 49.03239003591854], [8.007538662977296, 49.023416334221295], [7.993893366777929, 49.023985407957454]]]], "type": "MultiPolygon"}, "id": "49044", "properties": {"DALLE": "1065-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1065-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.00320994318089, 48.977976428291264, 8.017710698817098, 48.98752069927221], "geometry": {"coordinates": [[[[8.00320994318089, 48.97854658465477], [8.0040750891311, 48.98752069927221], [8.017710698817098, 48.98695044926533], [8.016843208115294, 48.977976428291264], [8.00320994318089, 48.97854658465477]]]], "type": "MultiPolygon"}, "id": "49074", "properties": {"DALLE": "1066-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1066-6888-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.004940533931123, 48.99592438810153, 8.019446579335362, 49.005468681914785], "geometry": {"coordinates": [[[[8.004940533931123, 48.99649473176951], [8.005806277735628, 49.005468681914785], [8.019446579335362, 49.004898244567954], [8.018578489172095, 48.99592438810153], [8.004940533931123, 48.99649473176951]]]], "type": "MultiPolygon"}, "id": "49076", "properties": {"DALLE": "1066-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1066-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.005806277735628, 49.004898244567954, 8.020314969462085, 49.01444254947604], "geometry": {"coordinates": [[[[8.005806277735628, 49.005468681914785], [8.006672320699394, 49.01444254947604], [8.020314969462085, 49.01387201843261], [8.019446579335362, 49.004898244567954], [8.005806277735628, 49.005468681914785]]]], "type": "MultiPolygon"}, "id": "49077", "properties": {"DALLE": "1066-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1066-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.006672320699394, 49.01387201843261, 8.021183659707557, 49.023416334221295], "geometry": {"coordinates": [[[[8.006672320699394, 49.01444254947604], [8.007538662977296, 49.023416334221295], [8.021183659707557, 49.02284570946351], [8.020314969462085, 49.01387201843261], [8.006672320699394, 49.01444254947604]]]], "type": "MultiPolygon"}, "id": "49079", "properties": {"DALLE": "1066-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1066-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.007538662977296, 49.02284570946351, 8.02205265022718, 49.03239003591854], "geometry": {"coordinates": [[[[8.007538662977296, 49.023416334221295], [8.008405304724324, 49.03239003591854], [8.02205265022718, 49.03181931742862], [8.021183659707557, 49.02284570946351], [8.007538662977296, 49.023416334221295]]]], "type": "MultiPolygon"}, "id": "49080", "properties": {"DALLE": "1066-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1066-6893-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.018578489172095, 48.99535249422103, 8.033086580971652, 49.004898244567954], "geometry": {"coordinates": [[[[8.018578489172095, 48.99592438810153], [8.019446579335362, 49.004898244567954], [8.033086580971652, 49.00432625675517], [8.032216144604812, 48.99535249422103], [8.018578489172095, 48.99592438810153]]]], "type": "MultiPolygon"}, "id": "49110", "properties": {"DALLE": "1067-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1067-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.019446579335362, 49.00432625675517, 8.033957318106044, 49.01387201843261], "geometry": {"coordinates": [[[[8.019446579335362, 49.004898244567954], [8.020314969462085, 49.01387201843261], [8.033957318106044, 49.01329993666973], [8.033086580971652, 49.00432625675517], [8.019446579335362, 49.004898244567954]]]], "type": "MultiPolygon"}, "id": "49111", "properties": {"DALLE": "1067-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1067-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.020314969462085, 49.01329993666973, 8.034828356163688, 49.02284570946351], "geometry": {"coordinates": [[[[8.020314969462085, 49.01387201843261], [8.021183659707557, 49.02284570946351], [8.034828356163688, 49.02227353373274], [8.033957318106044, 49.01329993666973], [8.020314969462085, 49.01387201843261]]]], "type": "MultiPolygon"}, "id": "49112", "properties": {"DALLE": "1067-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1067-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.032216144604812, 48.99477905017672, 8.046726281840414, 49.00432625675517], "geometry": {"coordinates": [[[[8.032216144604812, 48.99535249422103], [8.033086580971652, 49.00432625675517], [8.046726281840414, 49.003752718525156], [8.045853499425595, 48.99477905017672], [8.032216144604812, 48.99535249422103]]]], "type": "MultiPolygon"}, "id": "49141", "properties": {"DALLE": "1068-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1068-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.033086580971652, 49.003752718525156, 8.047599365826766, 49.01329993666973], "geometry": {"coordinates": [[[[8.033086580971652, 49.00432625675517], [8.033957318106044, 49.01329993666973], [8.047599365826766, 49.01272630423619], [8.046726281840414, 49.003752718525156], [8.033086580971652, 49.00432625675517]]]], "type": "MultiPolygon"}, "id": "49142", "properties": {"DALLE": "1068-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1068-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.033957318106044, 49.01272630423619, 8.048472751540771, 49.02227353373274], "geometry": {"coordinates": [[[[8.033957318106044, 49.01329993666973], [8.034828356163688, 49.02227353373274], [8.048472751540771, 49.0216998070778], [8.047599365826766, 49.01272630423619], [8.033957318106044, 49.01329993666973]]]], "type": "MultiPolygon"}, "id": "49143", "properties": {"DALLE": "1068-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1068-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.044981018426302, 48.98523039968481, 8.059490552830871, 48.99477905017672], "geometry": {"coordinates": [[[[8.044981018426302, 48.98580529942286], [8.045853499425595, 48.99477905017672], [8.059490552830871, 48.994204056017466], [8.058615726743076, 48.98523039968481], [8.044981018426302, 48.98580529942286]]]], "type": "MultiPolygon"}, "id": "49171", "properties": {"DALLE": "1069-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1069-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.045853499425595, 48.994204056017466, 8.060365681137657, 49.003752718525156], "geometry": {"coordinates": [[[[8.045853499425595, 48.99477905017672], [8.046726281840414, 49.003752718525156], [8.060365681137657, 49.00317762992682], [8.059490552830871, 48.994204056017466], [8.045853499425595, 48.99477905017672]]]], "type": "MultiPolygon"}, "id": "49172", "properties": {"DALLE": "1069-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1069-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.046726281840414, 49.00317762992682, 8.061241111819859, 49.01272630423619], "geometry": {"coordinates": [[[[8.046726281840414, 49.003752718525156], [8.047599365826766, 49.01272630423619], [8.061241111819859, 49.012151121180835], [8.060365681137657, 49.00317762992682], [8.046726281840414, 49.003752718525156]]]], "type": "MultiPolygon"}, "id": "49173", "properties": {"DALLE": "1069-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1069-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.047599365826766, 49.012151121180835, 8.062116845033996, 49.0216998070778], "geometry": {"coordinates": [[[[8.047599365826766, 49.01272630423619], [8.048472751540771, 49.0216998070778], [8.062116845033996, 49.02112452954756], [8.061241111819859, 49.012151121180835], [8.047599365826766, 49.01272630423619]]]], "type": "MultiPolygon"}, "id": "49174", "properties": {"DALLE": "1069-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1069-6892-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.058615726743076, 48.98465395013412, 8.073127304017174, 48.994204056017466], "geometry": {"coordinates": [[[[8.058615726743076, 48.98523039968481], [8.059490552830871, 48.994204056017466], [8.073127304017174, 48.993627511792226], [8.072250132997187, 48.98465395013412], [8.058615726743076, 48.98523039968481]]]], "type": "MultiPolygon"}, "id": "49200", "properties": {"DALLE": "1070-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1070-6889-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.059490552830871, 48.993627511792226, 8.074004778059509, 49.00317762992682], "geometry": {"coordinates": [[[[8.059490552830871, 48.994204056017466], [8.060365681137657, 49.00317762992682], [8.074004778059509, 49.002600991009096], [8.073127304017174, 48.993627511792226], [8.059490552830871, 48.994204056017466]]]], "type": "MultiPolygon"}, "id": "49201", "properties": {"DALLE": "1070-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1070-6890-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [8.060365681137657, 49.002600991009096, 8.074882555281029, 49.012151121180835], "geometry": {"coordinates": [[[[8.060365681137657, 49.00317762992682], [8.061241111819859, 49.012151121180835], [8.074882555281029, 49.01157438755271], [8.074004778059509, 49.002600991009096], [8.060365681137657, 49.00317762992682]]]], "type": "MultiPolygon"}, "id": "49202", "properties": {"DALLE": "1070-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1070-6891-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.174583917312237, 48.88372409175677, 7.1889238596080665, 48.89318046607666], "geometry": {"coordinates": [[[[7.174583917312237, 48.88420008540523], [7.175304617268925, 48.89318046607666], [7.1889238596080665, 48.89270439422352], [7.188200817642908, 48.88372409175677], [7.174583917312237, 48.88420008540523]]]], "type": "MultiPolygon"}, "id": "49214", "properties": {"DALLE": "1006-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.175304617268925, 48.89270439422352, 7.189647151030788, 48.902160768843636], "geometry": {"coordinates": [[[[7.175304617268925, 48.89318046607666], [7.1760255658797085, 48.902160768843636], [7.189647151030788, 48.90168461877102], [7.1889238596080665, 48.89270439422352], [7.175304617268925, 48.89318046607666]]]], "type": "MultiPolygon"}, "id": "49225", "properties": {"DALLE": "1006-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.1760255658797085, 48.90168461877102, 7.190370692040072, 48.91114099347506], "geometry": {"coordinates": [[[[7.1760255658797085, 48.902160768843636], [7.176746763273171, 48.91114099347506], [7.190370692040072, 48.91066476516816], [7.189647151030788, 48.90168461877102], [7.1760255658797085, 48.902160768843636]]]], "type": "MultiPolygon"}, "id": "49236", "properties": {"DALLE": "1006-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.176746763273171, 48.91066476516816, 7.191094482765007, 48.92012113973982], "geometry": {"coordinates": [[[[7.176746763273171, 48.91114099347506], [7.177468209577986, 48.92012113973982], [7.191094482765007, 48.91964483318382], [7.190370692040072, 48.91066476516816], [7.176746763273171, 48.91114099347506]]]], "type": "MultiPolygon"}, "id": "49247", "properties": {"DALLE": "1006-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.177468209577986, 48.91964483318382, 7.19181852333477, 48.92910120740679], "geometry": {"coordinates": [[[[7.177468209577986, 48.92012113973982], [7.17818990492292, 48.92910120740679], [7.19181852333477, 48.92862482258685], [7.191094482765007, 48.91964483318382], [7.177468209577986, 48.92012113973982]]]], "type": "MultiPolygon"}, "id": "49258", "properties": {"DALLE": "1006-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.17818990492292, 48.92862482258685, 7.1925428138786245, 48.93808119624474], "geometry": {"coordinates": [[[[7.17818990492292, 48.92910120740679], [7.178911849436826, 48.93808119624474], [7.1925428138786245, 48.93760473314603], [7.19181852333477, 48.92862482258685], [7.17818990492292, 48.92910120740679]]]], "type": "MultiPolygon"}, "id": "49270", "properties": {"DALLE": "1006-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.178911849436826, 48.93760473314603, 7.193267354525931, 48.9470611060225], "geometry": {"coordinates": [[[[7.178911849436826, 48.93808119624474], [7.1796340432486465, 48.9470611060225], [7.193267354525931, 48.94658456463021], [7.1925428138786245, 48.93760473314603], [7.178911849436826, 48.93808119624474]]]], "type": "MultiPolygon"}, "id": "49281", "properties": {"DALLE": "1006-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.1796340432486465, 48.94658456463021, 7.193992145406131, 48.95604093650881], "geometry": {"coordinates": [[[[7.1796340432486465, 48.9470611060225], [7.180356486487409, 48.95604093650881], [7.193992145406131, 48.95556431680808], [7.193267354525931, 48.94658456463021], [7.1796340432486465, 48.9470611060225]]]], "type": "MultiPolygon"}, "id": "49292", "properties": {"DALLE": "1006-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.180356486487409, 48.95556431680808, 7.194717186648757, 48.96502068747241], "geometry": {"coordinates": [[[[7.180356486487409, 48.95604093650881], [7.1810791792822375, 48.96502068747241], [7.194717186648757, 48.96454398944839], [7.193992145406131, 48.95556431680808], [7.180356486487409, 48.95604093650881]]]], "type": "MultiPolygon"}, "id": "49303", "properties": {"DALLE": "1006-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.1810791792822375, 48.96454398944839, 7.195442478383434, 48.97400035868196], "geometry": {"coordinates": [[[[7.1810791792822375, 48.96502068747241], [7.181802121762338, 48.97400035868196], [7.195442478383434, 48.97352358231982], [7.194717186648757, 48.96454398944839], [7.1810791792822375, 48.96502068747241]]]], "type": "MultiPolygon"}, "id": "49314", "properties": {"DALLE": "1006-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.181802121762338, 48.97352358231982, 7.196168020739873, 48.98297994990617], "geometry": {"coordinates": [[[[7.181802121762338, 48.97400035868196], [7.182525314057007, 48.98297994990617], [7.196168020739873, 48.982503095191014], [7.195442478383434, 48.97352358231982], [7.181802121762338, 48.97400035868196]]]], "type": "MultiPolygon"}, "id": "49325", "properties": {"DALLE": "1006-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-6884-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.186755481569729, 48.86528586838109, 7.20109233493185, 48.87474371160181], "geometry": {"coordinates": [[[[7.186755481569729, 48.86576325398967], [7.187478025006402, 48.87474371160181], [7.20109233493185, 48.8742662475646], [7.200367451221147, 48.86528586838109], [7.186755481569729, 48.86576325398967]]]], "type": "MultiPolygon"}, "id": "49588", "properties": {"DALLE": "1007-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.187478025006402, 48.8742662475646, 7.201817468644941, 48.88372409175677], "geometry": {"coordinates": [[[[7.187478025006402, 48.87474371160181], [7.188200817642908, 48.88372409175677], [7.201817468644941, 48.88324654927609], [7.20109233493185, 48.8742662475646], [7.187478025006402, 48.87474371160181]]]], "type": "MultiPolygon"}, "id": "49589", "properties": {"DALLE": "1007-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.188200817642908, 48.88324654927609, 7.202542852489658, 48.89270439422352], "geometry": {"coordinates": [[[[7.188200817642908, 48.88372409175677], [7.1889238596080665, 48.89270439422352], [7.202542852489658, 48.892226773284534], [7.201817468644941, 48.88324654927609], [7.188200817642908, 48.88372409175677]]]], "type": "MultiPolygon"}, "id": "49591", "properties": {"DALLE": "1007-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.1889238596080665, 48.892226773284534, 7.203268486595318, 48.90168461877102], "geometry": {"coordinates": [[[[7.1889238596080665, 48.89270439422352], [7.189647151030788, 48.90168461877102], [7.203268486595318, 48.90120691935886], [7.202542852489658, 48.892226773284534], [7.1889238596080665, 48.89270439422352]]]], "type": "MultiPolygon"}, "id": "49592", "properties": {"DALLE": "1007-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.189647151030788, 48.90120691935886, 7.203994371091337, 48.91066476516816], "geometry": {"coordinates": [[[[7.189647151030788, 48.90168461877102], [7.190370692040072, 48.91066476516816], [7.203994371091337, 48.91018698726797], [7.203268486595318, 48.90120691935886], [7.189647151030788, 48.90168461877102]]]], "type": "MultiPolygon"}, "id": "49593", "properties": {"DALLE": "1007-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.190370692040072, 48.91018698726797, 7.204720506107214, 48.91964483318382], "geometry": {"coordinates": [[[[7.190370692040072, 48.91066476516816], [7.191094482765007, 48.91964483318382], [7.204720506107214, 48.91916697678074], [7.203994371091337, 48.91018698726797], [7.190370692040072, 48.91066476516816]]]], "type": "MultiPolygon"}, "id": "49594", "properties": {"DALLE": "1007-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.191094482765007, 48.91916697678074, 7.205446891772538, 48.92862482258685], "geometry": {"coordinates": [[[[7.191094482765007, 48.91964483318382], [7.19181852333477, 48.92862482258685], [7.205446891772538, 48.928146887666], [7.204720506107214, 48.91916697678074], [7.191094482765007, 48.91964483318382]]]], "type": "MultiPolygon"}, "id": "49595", "properties": {"DALLE": "1007-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.19181852333477, 48.928146887666, 7.206173528216989, 48.93760473314603], "geometry": {"coordinates": [[[[7.19181852333477, 48.92862482258685], [7.1925428138786245, 48.93760473314603], [7.206173528216989, 48.937126719692564], [7.205446891772538, 48.928146887666], [7.19181852333477, 48.92862482258685]]]], "type": "MultiPolygon"}, "id": "49596", "properties": {"DALLE": "1007-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.1925428138786245, 48.937126719692564, 7.2069004155703364, 48.94658456463021], "geometry": {"coordinates": [[[[7.1925428138786245, 48.93760473314603], [7.193267354525931, 48.94658456463021], [7.2069004155703364, 48.94610647262919], [7.206173528216989, 48.937126719692564], [7.1925428138786245, 48.93760473314603]]]], "type": "MultiPolygon"}, "id": "49597", "properties": {"DALLE": "1007-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.193267354525931, 48.94610647262919, 7.207627553962437, 48.95556431680808], "geometry": {"coordinates": [[[[7.193267354525931, 48.94658456463021], [7.193992145406131, 48.95556431680808], [7.207627553962437, 48.95508614624465], [7.2069004155703364, 48.94610647262919], [7.193267354525931, 48.94658456463021]]]], "type": "MultiPolygon"}, "id": "49598", "properties": {"DALLE": "1007-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.193992145406131, 48.95508614624465, 7.20835494352324, 48.96454398944839], "geometry": {"coordinates": [[[[7.193992145406131, 48.95556431680808], [7.194717186648757, 48.96454398944839], [7.20835494352324, 48.96406574030765], [7.207627553962437, 48.95508614624465], [7.193992145406131, 48.95556431680808]]]], "type": "MultiPolygon"}, "id": "49599", "properties": {"DALLE": "1007-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.194717186648757, 48.96406574030765, 7.209082584382783, 48.97352358231982], "geometry": {"coordinates": [[[[7.194717186648757, 48.96454398944839], [7.195442478383434, 48.97352358231982], [7.209082584382783, 48.97304525458686], [7.20835494352324, 48.96406574030765], [7.194717186648757, 48.96454398944839]]]], "type": "MultiPolygon"}, "id": "49600", "properties": {"DALLE": "1007-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.198918433290419, 48.84684610194866, 7.213252197819051, 48.85630541195657], "geometry": {"coordinates": [[[[7.198918433290419, 48.84732487852201], [7.199642817383688, 48.85630541195657], [7.213252197819051, 48.855826556730804], [7.212525475184605, 48.84684610194866], [7.198918433290419, 48.84732487852201]]]], "type": "MultiPolygon"}, "id": "49625", "properties": {"DALLE": "1008-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.199642817383688, 48.855826556730804, 7.213979170999334, 48.86528586838109], "geometry": {"coordinates": [[[[7.199642817383688, 48.85630541195657], [7.200367451221147, 48.86528586838109], [7.213979170999334, 48.86480693448805], [7.213252197819051, 48.855826556730804], [7.199642817383688, 48.85630541195657]]]], "type": "MultiPolygon"}, "id": "49626", "properties": {"DALLE": "1008-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.200367451221147, 48.86480693448805, 7.214706394854921, 48.8742662475646], "geometry": {"coordinates": [[[[7.200367451221147, 48.86528586838109], [7.20109233493185, 48.8742662475646], [7.214706394854921, 48.8737872349894], [7.213979170999334, 48.86480693448805], [7.200367451221147, 48.86528586838109]]]], "type": "MultiPolygon"}, "id": "49627", "properties": {"DALLE": "1008-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.20109233493185, 48.8737872349894, 7.215433869515368, 48.88324654927609], "geometry": {"coordinates": [[[[7.20109233493185, 48.8742662475646], [7.201817468644941, 48.88324654927609], [7.215433869515368, 48.88276745800383], [7.214706394854921, 48.8737872349894], [7.20109233493185, 48.8742662475646]]]], "type": "MultiPolygon"}, "id": "49628", "properties": {"DALLE": "1008-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.201817468644941, 48.88276745800383, 7.216161595110318, 48.892226773284534], "geometry": {"coordinates": [[[[7.201817468644941, 48.88324654927609], [7.202542852489658, 48.892226773284534], [7.216161595110318, 48.89174760330034], [7.215433869515368, 48.88276745800383], [7.201817468644941, 48.88324654927609]]]], "type": "MultiPolygon"}, "id": "49629", "properties": {"DALLE": "1008-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.202542852489658, 48.89174760330034, 7.216889571769508, 48.90120691935886], "geometry": {"coordinates": [[[[7.202542852489658, 48.892226773284534], [7.203268486595318, 48.90120691935886], [7.216889571769508, 48.900727670647804], [7.216161595110318, 48.89174760330034], [7.202542852489658, 48.892226773284534]]]], "type": "MultiPolygon"}, "id": "49630", "properties": {"DALLE": "1008-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.203268486595318, 48.900727670647804, 7.217617799622761, 48.91018698726797], "geometry": {"coordinates": [[[[7.203268486595318, 48.90120691935886], [7.203994371091337, 48.91018698726797], [7.217617799622761, 48.90970765981515], [7.216889571769508, 48.900727670647804], [7.203268486595318, 48.90120691935886]]]], "type": "MultiPolygon"}, "id": "49631", "properties": {"DALLE": "1008-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.203994371091337, 48.90970765981515, 7.218346278799989, 48.91916697678074], "geometry": {"coordinates": [[[[7.203994371091337, 48.91018698726797], [7.204720506107214, 48.91916697678074], [7.218346278799989, 48.918687570571244], [7.217617799622761, 48.90970765981515], [7.203994371091337, 48.91018698726797]]]], "type": "MultiPolygon"}, "id": "49632", "properties": {"DALLE": "1008-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.204720506107214, 48.918687570571244, 7.219075009431195, 48.928146887666], "geometry": {"coordinates": [[[[7.204720506107214, 48.91916697678074], [7.205446891772538, 48.928146887666], [7.219075009431195, 48.92766740268493], [7.218346278799989, 48.918687570571244], [7.204720506107214, 48.91916697678074]]]], "type": "MultiPolygon"}, "id": "49633", "properties": {"DALLE": "1008-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.205446891772538, 48.92766740268493, 7.219803991646474, 48.937126719692564], "geometry": {"coordinates": [[[[7.205446891772538, 48.928146887666], [7.206173528216989, 48.937126719692564], [7.219803991646474, 48.93664715592497], [7.219075009431195, 48.92766740268493], [7.205446891772538, 48.928146887666]]]], "type": "MultiPolygon"}, "id": "49634", "properties": {"DALLE": "1008-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.206173528216989, 48.93664715592497, 7.220533225576005, 48.94610647262919], "geometry": {"coordinates": [[[[7.206173528216989, 48.937126719692564], [7.2069004155703364, 48.94610647262919], [7.220533225576005, 48.94562683006017], [7.219803991646474, 48.93664715592497], [7.206173528216989, 48.937126719692564]]]], "type": "MultiPolygon"}, "id": "49635", "properties": {"DALLE": "1008-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2069004155703364, 48.94562683006017, 7.221262711350061, 48.95508614624465], "geometry": {"coordinates": [[[[7.2069004155703364, 48.94610647262919], [7.207627553962437, 48.95508614624465], [7.221262711350061, 48.95460642485926], [7.220533225576005, 48.94562683006017], [7.2069004155703364, 48.94610647262919]]]], "type": "MultiPolygon"}, "id": "49636", "properties": {"DALLE": "1008-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.207627553962437, 48.95460642485926, 7.221992449099, 48.96406574030765], "geometry": {"coordinates": [[[[7.207627553962437, 48.95508614624465], [7.20835494352324, 48.96406574030765], [7.221992449099, 48.96358594009092], [7.221262711350061, 48.95460642485926], [7.207627553962437, 48.95508614624465]]]], "type": "MultiPolygon"}, "id": "49637", "properties": {"DALLE": "1008-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.20835494352324, 48.96358594009092, 7.222722438953281, 48.97304525458686], "geometry": {"coordinates": [[[[7.20835494352324, 48.96406574030765], [7.209082584382783, 48.97304525458686], [7.222722438953281, 48.97256537552387], [7.221992449099, 48.96358594009092], [7.20835494352324, 48.96406574030765]]]], "type": "MultiPolygon"}, "id": "49638", "properties": {"DALLE": "1008-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1008-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.211799002966616, 48.837385324953225, 7.226132266662344, 48.84684610194866], "geometry": {"coordinates": [[[[7.211799002966616, 48.83786557037252], [7.212525475184605, 48.84684610194866], [7.226132266662344, 48.84636577763845], [7.225403456833705, 48.837385324953225], [7.211799002966616, 48.83786557037252]]]], "type": "MultiPolygon"}, "id": "49663", "properties": {"DALLE": "1009-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.212525475184605, 48.84636577763845, 7.226861327708592, 48.855826556730804], "geometry": {"coordinates": [[[[7.212525475184605, 48.84684610194866], [7.213252197819051, 48.855826556730804], [7.226861327708592, 48.855346153514766], [7.226132266662344, 48.84636577763845], [7.212525475184605, 48.84684610194866]]]], "type": "MultiPolygon"}, "id": "49664", "properties": {"DALLE": "1009-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.213252197819051, 48.855346153514766, 7.227590640102235, 48.86480693448805], "geometry": {"coordinates": [[[[7.213252197819051, 48.855826556730804], [7.213979170999334, 48.86480693448805], [7.227590640102235, 48.86432645235126], [7.226861327708592, 48.855346153514766], [7.213252197819051, 48.855826556730804]]]], "type": "MultiPolygon"}, "id": "49665", "properties": {"DALLE": "1009-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.213979170999334, 48.86432645235126, 7.22832020397315, 48.8737872349894], "geometry": {"coordinates": [[[[7.213979170999334, 48.86480693448805], [7.214706394854921, 48.8737872349894], [7.22832020397315, 48.873306673916915], [7.227590640102235, 48.86432645235126], [7.213979170999334, 48.86480693448805]]]], "type": "MultiPolygon"}, "id": "49666", "properties": {"DALLE": "1009-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.214706394854921, 48.873306673916915, 7.2290500194513045, 48.88276745800383], "geometry": {"coordinates": [[[[7.214706394854921, 48.8737872349894], [7.215433869515368, 48.88276745800383], [7.2290500194513045, 48.88228681798074], [7.22832020397315, 48.873306673916915], [7.214706394854921, 48.8737872349894]]]], "type": "MultiPolygon"}, "id": "49667", "properties": {"DALLE": "1009-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.215433869515368, 48.88228681798074, 7.229780086666755, 48.89174760330034], "geometry": {"coordinates": [[[[7.215433869515368, 48.88276745800383], [7.216161595110318, 48.89174760330034], [7.229780086666755, 48.891266884311676], [7.2290500194513045, 48.88228681798074], [7.215433869515368, 48.88276745800383]]]], "type": "MultiPolygon"}, "id": "49668", "properties": {"DALLE": "1009-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.216161595110318, 48.891266884311676, 7.230510405749649, 48.900727670647804], "geometry": {"coordinates": [[[[7.216161595110318, 48.89174760330034], [7.216889571769508, 48.900727670647804], [7.230510405749649, 48.900246872678636], [7.229780086666755, 48.891266884311676], [7.216161595110318, 48.89174760330034]]]], "type": "MultiPolygon"}, "id": "49669", "properties": {"DALLE": "1009-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.216889571769508, 48.900246872678636, 7.23124097683022, 48.90970765981515], "geometry": {"coordinates": [[[[7.216889571769508, 48.900727670647804], [7.217617799622761, 48.90970765981515], [7.23124097683022, 48.909226782850524], [7.230510405749649, 48.900246872678636], [7.216889571769508, 48.900727670647804]]]], "type": "MultiPolygon"}, "id": "49670", "properties": {"DALLE": "1009-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.217617799622761, 48.909226782850524, 7.231971800038798, 48.918687570571244], "geometry": {"coordinates": [[[[7.217617799622761, 48.90970765981515], [7.218346278799989, 48.918687570571244], [7.231971800038798, 48.91820661459619], [7.23124097683022, 48.909226782850524], [7.217617799622761, 48.90970765981515]]]], "type": "MultiPolygon"}, "id": "49671", "properties": {"DALLE": "1009-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.218346278799989, 48.91820661459619, 7.2327028755057965, 48.92766740268493], "geometry": {"coordinates": [[[[7.218346278799989, 48.918687570571244], [7.219075009431195, 48.92766740268493], [7.2327028755057965, 48.92718636768448], [7.231971800038798, 48.91820661459619], [7.218346278799989, 48.918687570571244]]]], "type": "MultiPolygon"}, "id": "49672", "properties": {"DALLE": "1009-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.219075009431195, 48.92718636768448, 7.233434203361717, 48.93664715592497], "geometry": {"coordinates": [[[[7.219075009431195, 48.92766740268493], [7.219803991646474, 48.93664715592497], [7.233434203361717, 48.93616604188416], [7.2327028755057965, 48.92718636768448], [7.219075009431195, 48.92766740268493]]]], "type": "MultiPolygon"}, "id": "49673", "properties": {"DALLE": "1009-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.219803991646474, 48.93616604188416, 7.23416578373716, 48.94562683006017], "geometry": {"coordinates": [[[[7.219803991646474, 48.93664715592497], [7.220533225576005, 48.94562683006017], [7.23416578373716, 48.94514563696402], [7.233434203361717, 48.93616604188416], [7.219803991646474, 48.93664715592497]]]], "type": "MultiPolygon"}, "id": "49674", "properties": {"DALLE": "1009-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.220533225576005, 48.94514563696402, 7.234897616762809, 48.95460642485926], "geometry": {"coordinates": [[[[7.220533225576005, 48.94562683006017], [7.221262711350061, 48.95460642485926], [7.234897616762809, 48.95412515269276], [7.23416578373716, 48.94514563696402], [7.220533225576005, 48.94562683006017]]]], "type": "MultiPolygon"}, "id": "49675", "properties": {"DALLE": "1009-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.221262711350061, 48.95412515269276, 7.2356297025694385, 48.96358594009092], "geometry": {"coordinates": [[[[7.221262711350061, 48.95460642485926], [7.221992449099, 48.96358594009092], [7.2356297025694385, 48.96310458883913], [7.234897616762809, 48.95412515269276], [7.221262711350061, 48.95460642485926]]]], "type": "MultiPolygon"}, "id": "49676", "properties": {"DALLE": "1009-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.221992449099, 48.96310458883913, 7.236362041287913, 48.97256537552387], "geometry": {"coordinates": [[[[7.221992449099, 48.96358594009092], [7.222722438953281, 48.97256537552387], [7.236362041287913, 48.972083945171754], [7.2356297025694385, 48.96310458883913], [7.221992449099, 48.96358594009092]]]], "type": "MultiPolygon"}, "id": "49677", "properties": {"DALLE": "1009-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1009-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.225403456833705, 48.83690353209127, 7.239738806922496, 48.84636577763845], "geometry": {"coordinates": [[[[7.225403456833705, 48.837385324953225], [7.226132266662344, 48.84636577763845], [7.239738806922496, 48.84588390563221], [7.239007659612902, 48.83690353209127], [7.225403456833705, 48.837385324953225]]]], "type": "MultiPolygon"}, "id": "49708", "properties": {"DALLE": "1010-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.226132266662344, 48.84588390563221, 7.240470206250754, 48.855346153514766], "geometry": {"coordinates": [[[[7.226132266662344, 48.84636577763845], [7.226861327708592, 48.855346153514766], [7.240470206250754, 48.85486420234929], [7.239738806922496, 48.84588390563221], [7.226132266662344, 48.84636577763845]]]], "type": "MultiPolygon"}, "id": "49709", "properties": {"DALLE": "1010-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.226861327708592, 48.85486420234929, 7.241201857727877, 48.86432645235126], "geometry": {"coordinates": [[[[7.226861327708592, 48.855346153514766], [7.227590640102235, 48.86432645235126], [7.241201857727877, 48.86384442201157], [7.240470206250754, 48.85486420234929], [7.226861327708592, 48.855346153514766]]]], "type": "MultiPolygon"}, "id": "49710", "properties": {"DALLE": "1010-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.227590640102235, 48.86384442201157, 7.241933761484153, 48.873306673916915], "geometry": {"coordinates": [[[[7.227590640102235, 48.86432645235126], [7.22832020397315, 48.873306673916915], [7.241933761484153, 48.87282456438804], [7.241201857727877, 48.86384442201157], [7.227590640102235, 48.86432645235126]]]], "type": "MultiPolygon"}, "id": "49711", "properties": {"DALLE": "1010-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.22832020397315, 48.87282456438804, 7.242665917649958, 48.88228681798074], "geometry": {"coordinates": [[[[7.22832020397315, 48.873306673916915], [7.2290500194513045, 48.88228681798074], [7.242665917649958, 48.88180462924767], [7.241933761484153, 48.87282456438804], [7.22832020397315, 48.873306673916915]]]], "type": "MultiPolygon"}, "id": "49712", "properties": {"DALLE": "1010-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2290500194513045, 48.88180462924767, 7.243398326355764, 48.891266884311676], "geometry": {"coordinates": [[[[7.2290500194513045, 48.88228681798074], [7.229780086666755, 48.891266884311676], [7.243398326355764, 48.890784616359454], [7.242665917649958, 48.88180462924767], [7.2290500194513045, 48.88228681798074]]]], "type": "MultiPolygon"}, "id": "49713", "properties": {"DALLE": "1010-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.229780086666755, 48.890784616359454, 7.2441309877321265, 48.900246872678636], "geometry": {"coordinates": [[[[7.229780086666755, 48.891266884311676], [7.230510405749649, 48.900246872678636], [7.2441309877321265, 48.89976452549226], [7.243398326355764, 48.890784616359454], [7.229780086666755, 48.891266884311676]]]], "type": "MultiPolygon"}, "id": "49714", "properties": {"DALLE": "1010-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.230510405749649, 48.89976452549226, 7.244863901909694, 48.909226782850524], "geometry": {"coordinates": [[[[7.230510405749649, 48.900246872678636], [7.23124097683022, 48.909226782850524], [7.244863901909694, 48.90874435641498], [7.2441309877321265, 48.89976452549226], [7.230510405749649, 48.900246872678636]]]], "type": "MultiPolygon"}, "id": "49715", "properties": {"DALLE": "1010-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.23124097683022, 48.90874435641498, 7.2455970690192055, 48.91820661459619], "geometry": {"coordinates": [[[[7.23124097683022, 48.909226782850524], [7.231971800038798, 48.91820661459619], [7.2455970690192055, 48.91772410889648], [7.244863901909694, 48.90874435641498], [7.23124097683022, 48.909226782850524]]]], "type": "MultiPolygon"}, "id": "49716", "properties": {"DALLE": "1010-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.231971800038798, 48.91772410889648, 7.246330489191487, 48.92718636768448], "geometry": {"coordinates": [[[[7.231971800038798, 48.91820661459619], [7.2327028755057965, 48.92718636768448], [7.246330489191487, 48.92670378270559], [7.2455970690192055, 48.91772410889648], [7.231971800038798, 48.91820661459619]]]], "type": "MultiPolygon"}, "id": "49718", "properties": {"DALLE": "1010-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2327028755057965, 48.92670378270559, 7.247064162557457, 48.93616604188416], "geometry": {"coordinates": [[[[7.2327028755057965, 48.92718636768448], [7.233434203361717, 48.93616604188416], [7.247064162557457, 48.93568337761106], [7.246330489191487, 48.92670378270559], [7.2327028755057965, 48.92718636768448]]]], "type": "MultiPolygon"}, "id": "49719", "properties": {"DALLE": "1010-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.233434203361717, 48.93568337761106, 7.2477980892481275, 48.94514563696402], "geometry": {"coordinates": [[[[7.233434203361717, 48.93616604188416], [7.23416578373716, 48.94514563696402], [7.2477980892481275, 48.9446628933817], [7.247064162557457, 48.93568337761106], [7.233434203361717, 48.93616604188416]]]], "type": "MultiPolygon"}, "id": "49720", "properties": {"DALLE": "1010-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.23416578373716, 48.9446628933817, 7.248532269394593, 48.95412515269276], "geometry": {"coordinates": [[[[7.23416578373716, 48.94514563696402], [7.234897616762809, 48.95412515269276], [7.248532269394593, 48.95364232978619], [7.2477980892481275, 48.9446628933817], [7.23416578373716, 48.94514563696402]]]], "type": "MultiPolygon"}, "id": "49721", "properties": {"DALLE": "1010-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.234897616762809, 48.95364232978619, 7.249266703128043, 48.96310458883913], "geometry": {"coordinates": [[[[7.234897616762809, 48.95412515269276], [7.2356297025694385, 48.96310458883913], [7.249266703128043, 48.96262168659325], [7.248532269394593, 48.95364232978619], [7.234897616762809, 48.95412515269276]]]], "type": "MultiPolygon"}, "id": "49722", "properties": {"DALLE": "1010-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2356297025694385, 48.96262168659325, 7.250001390579759, 48.972083945171754], "geometry": {"coordinates": [[[[7.2356297025694385, 48.96310458883913], [7.236362041287913, 48.972083945171754], [7.250001390579759, 48.97160096357154], [7.249266703128043, 48.96262168659325], [7.2356297025694385, 48.96310458883913]]]], "type": "MultiPolygon"}, "id": "49723", "properties": {"DALLE": "1010-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1010-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.238276764191864, 48.827439821076354, 7.252611610503558, 48.83690353209127], "geometry": {"coordinates": [[[[7.238276764191864, 48.827923081957415], [7.239007659612902, 48.83690353209127], [7.252611610503558, 48.83642019182759], [7.251878378532233, 48.827439821076354], [7.238276764191864, 48.827923081957415]]]], "type": "MultiPolygon"}, "id": "49751", "properties": {"DALLE": "1011-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.239007659612902, 48.83642019182759, 7.253345095163995, 48.84588390563221], "geometry": {"coordinates": [[[[7.239007659612902, 48.83690353209127], [7.239738806922496, 48.84588390563221], [7.253345095163995, 48.8454004859709], [7.252611610503558, 48.83642019182759], [7.239007659612902, 48.83690353209127]]]], "type": "MultiPolygon"}, "id": "49752", "properties": {"DALLE": "1011-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.239738806922496, 48.8454004859709, 7.254078832644066, 48.85486420234929], "geometry": {"coordinates": [[[[7.239738806922496, 48.84588390563221], [7.240470206250754, 48.85486420234929], [7.254078832644066, 48.854380703275346], [7.253345095163995, 48.8454004859709], [7.239738806922496, 48.84588390563221]]]], "type": "MultiPolygon"}, "id": "49753", "properties": {"DALLE": "1011-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.240470206250754, 48.854380703275346, 7.2548128230743805, 48.86384442201157], "geometry": {"coordinates": [[[[7.240470206250754, 48.85486420234929], [7.241201857727877, 48.86384442201157], [7.2548128230743805, 48.86336084350995], [7.254078832644066, 48.854380703275346], [7.240470206250754, 48.85486420234929]]]], "type": "MultiPolygon"}, "id": "49754", "properties": {"DALLE": "1011-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.241201857727877, 48.86336084350995, 7.255547066585637, 48.87282456438804], "geometry": {"coordinates": [[[[7.241201857727877, 48.86384442201157], [7.241933761484153, 48.87282456438804], [7.255547066585637, 48.87234090644375], [7.2548128230743805, 48.86336084350995], [7.241201857727877, 48.86384442201157]]]], "type": "MultiPolygon"}, "id": "49755", "properties": {"DALLE": "1011-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.241933761484153, 48.87234090644375, 7.256281563308627, 48.88180462924767], "geometry": {"coordinates": [[[[7.241933761484153, 48.87282456438804], [7.242665917649958, 48.88180462924767], [7.256281563308627, 48.88132089184567], [7.255547066585637, 48.87234090644375], [7.241933761484153, 48.87282456438804]]]], "type": "MultiPolygon"}, "id": "49756", "properties": {"DALLE": "1011-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.242665917649958, 48.88132089184567, 7.257016313374231, 48.890784616359454], "geometry": {"coordinates": [[[[7.242665917649958, 48.88180462924767], [7.243398326355764, 48.890784616359454], [7.257016313374231, 48.890300799484685], [7.256281563308627, 48.88132089184567], [7.242665917649958, 48.88180462924767]]]], "type": "MultiPolygon"}, "id": "49757", "properties": {"DALLE": "1011-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.243398326355764, 48.890300799484685, 7.257751316913414, 48.89976452549226], "geometry": {"coordinates": [[[[7.243398326355764, 48.890784616359454], [7.2441309877321265, 48.89976452549226], [7.257751316913414, 48.89928062912971], [7.257016313374231, 48.890300799484685], [7.243398326355764, 48.890784616359454]]]], "type": "MultiPolygon"}, "id": "49758", "properties": {"DALLE": "1011-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2441309877321265, 48.89928062912971, 7.258486574057239, 48.90874435641498], "geometry": {"coordinates": [[[[7.2441309877321265, 48.89976452549226], [7.244863901909694, 48.90874435641498], [7.258486574057239, 48.90826038054959], [7.257751316913414, 48.89928062912971], [7.2441309877321265, 48.89976452549226]]]], "type": "MultiPolygon"}, "id": "49759", "properties": {"DALLE": "1011-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.244863901909694, 48.90826038054959, 7.259222084936855, 48.91772410889648], "geometry": {"coordinates": [[[[7.244863901909694, 48.90874435641498], [7.2455970690192055, 48.91772410889648], [7.259222084936855, 48.9172400535132], [7.258486574057239, 48.90826038054959], [7.244863901909694, 48.90874435641498]]]], "type": "MultiPolygon"}, "id": "49760", "properties": {"DALLE": "1011-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2455970690192055, 48.9172400535132, 7.259957849683502, 48.92670378270559], "geometry": {"coordinates": [[[[7.2455970690192055, 48.91772410889648], [7.246330489191487, 48.92670378270559], [7.259957849683502, 48.92621964778936], [7.259222084936855, 48.9172400535132], [7.2455970690192055, 48.91772410889648]]]], "type": "MultiPolygon"}, "id": "49761", "properties": {"DALLE": "1011-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.246330489191487, 48.92621964778936, 7.260693868428515, 48.93568337761106], "geometry": {"coordinates": [[[[7.246330489191487, 48.92670378270559], [7.247064162557457, 48.93568337761106], [7.260693868428515, 48.9351991631468], [7.259957849683502, 48.92621964778936], [7.246330489191487, 48.92670378270559]]]], "type": "MultiPolygon"}, "id": "49762", "properties": {"DALLE": "1011-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.247064162557457, 48.9351991631468, 7.261430141303313, 48.9446628933817], "geometry": {"coordinates": [[[[7.247064162557457, 48.93568337761106], [7.2477980892481275, 48.9446628933817], [7.261430141303313, 48.94417859935433], [7.260693868428515, 48.9351991631468], [7.247064162557457, 48.93568337761106]]]], "type": "MultiPolygon"}, "id": "49763", "properties": {"DALLE": "1011-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2477980892481275, 48.94417859935433, 7.262166668439407, 48.95364232978619], "geometry": {"coordinates": [[[[7.2477980892481275, 48.9446628933817], [7.248532269394593, 48.95364232978619], [7.262166668439407, 48.953157956180654], [7.261430141303313, 48.94417859935433], [7.2477980892481275, 48.9446628933817]]]], "type": "MultiPolygon"}, "id": "49764", "properties": {"DALLE": "1011-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.248532269394593, 48.953157956180654, 7.262903449968399, 48.96262168659325], "geometry": {"coordinates": [[[[7.248532269394593, 48.95364232978619], [7.249266703128043, 48.96262168659325], [7.262903449968399, 48.96213723339445], [7.262166668439407, 48.953157956180654], [7.248532269394593, 48.95364232978619]]]], "type": "MultiPolygon"}, "id": "49765", "properties": {"DALLE": "1011-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.249266703128043, 48.96213723339445, 7.263640486021987, 48.97160096357154], "geometry": {"coordinates": [[[[7.249266703128043, 48.96262168659325], [7.250001390579759, 48.97160096357154], [7.263640486021987, 48.97111643076438], [7.262903449968399, 48.96213723339445], [7.249266703128043, 48.96262168659325]]]], "type": "MultiPolygon"}, "id": "49766", "properties": {"DALLE": "1011-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1011-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.251878378532233, 48.826955013087904, 7.266215308705116, 48.83642019182759], "geometry": {"coordinates": [[[[7.251878378532233, 48.827439821076354], [7.252611610503558, 48.83642019182759], [7.266215308705116, 48.83593530420325], [7.265479740313936, 48.826955013087904], [7.251878378532233, 48.827439821076354]]]], "type": "MultiPolygon"}, "id": "49792", "properties": {"DALLE": "1012-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.252611610503558, 48.83593530420325, 7.266951130585876, 48.8454004859709], "geometry": {"coordinates": [[[[7.252611610503558, 48.83642019182759], [7.253345095163995, 48.8454004859709], [7.266951130585876, 48.84491551869559], [7.266215308705116, 48.83593530420325], [7.252611610503558, 48.83642019182759]]]], "type": "MultiPolygon"}, "id": "49793", "properties": {"DALLE": "1012-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.253345095163995, 48.84491551869559, 7.2676872060871505, 48.854380703275346], "geometry": {"coordinates": [[[[7.253345095163995, 48.8454004859709], [7.254078832644066, 48.854380703275346], [7.2676872060871505, 48.853895656334025], [7.266951130585876, 48.84491551869559], [7.253345095163995, 48.8454004859709]]]], "type": "MultiPolygon"}, "id": "49794", "properties": {"DALLE": "1012-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.254078832644066, 48.853895656334025, 7.268423535339958, 48.86336084350995], "geometry": {"coordinates": [[[[7.254078832644066, 48.854380703275346], [7.2548128230743805, 48.86336084350995], [7.268423535339958, 48.86287571688754], [7.2676872060871505, 48.853895656334025], [7.254078832644066, 48.854380703275346]]]], "type": "MultiPolygon"}, "id": "49795", "properties": {"DALLE": "1012-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2548128230743805, 48.86287571688754, 7.269160118475409, 48.87234090644375], "geometry": {"coordinates": [[[[7.2548128230743805, 48.86336084350995], [7.255547066585637, 48.87234090644375], [7.269160118475409, 48.87185570012519], [7.268423535339958, 48.86287571688754], [7.2548128230743805, 48.86336084350995]]]], "type": "MultiPolygon"}, "id": "49796", "properties": {"DALLE": "1012-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.255547066585637, 48.87185570012519, 7.269896955624701, 48.88132089184567], "geometry": {"coordinates": [[[[7.255547066585637, 48.87234090644375], [7.256281563308627, 48.88132089184567], [7.269896955624701, 48.88083560581587], [7.269160118475409, 48.87185570012519], [7.255547066585637, 48.87234090644375]]]], "type": "MultiPolygon"}, "id": "49797", "properties": {"DALLE": "1012-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.256281563308627, 48.88083560581587, 7.270634046919129, 48.890300799484685], "geometry": {"coordinates": [[[[7.256281563308627, 48.88132089184567], [7.257016313374231, 48.890300799484685], [7.270634046919129, 48.88981543372857], [7.269896955624701, 48.88083560581587], [7.256281563308627, 48.88132089184567]]]], "type": "MultiPolygon"}, "id": "49798", "properties": {"DALLE": "1012-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.257016313374231, 48.88981543372857, 7.271371392490073, 48.89928062912971], "geometry": {"coordinates": [[[[7.257016313374231, 48.890300799484685], [7.257751316913414, 48.89928062912971], [7.271371392490073, 48.898795183632174], [7.270634046919129, 48.88981543372857], [7.257016313374231, 48.890300799484685]]]], "type": "MultiPolygon"}, "id": "49799", "properties": {"DALLE": "1012-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.257751316913414, 48.898795183632174, 7.272108992469005, 48.90826038054959], "geometry": {"coordinates": [[[[7.257751316913414, 48.89928062912971], [7.258486574057239, 48.90826038054959], [7.272108992469005, 48.90777485529554], [7.271371392490073, 48.898795183632174], [7.257751316913414, 48.89928062912971]]]], "type": "MultiPolygon"}, "id": "49800", "properties": {"DALLE": "1012-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.258486574057239, 48.90777485529554, 7.272846846987488, 48.9172400535132], "geometry": {"coordinates": [[[[7.258486574057239, 48.90826038054959], [7.259222084936855, 48.9172400535132], [7.272846846987488, 48.916754448487545], [7.272108992469005, 48.90777485529554], [7.258486574057239, 48.90826038054959]]]], "type": "MultiPolygon"}, "id": "49801", "properties": {"DALLE": "1012-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.259222084936855, 48.916754448487545, 7.273584956177172, 48.92621964778936], "geometry": {"coordinates": [[[[7.259222084936855, 48.9172400535132], [7.259957849683502, 48.92621964778936], [7.273584956177172, 48.92573396297698], [7.272846846987488, 48.916754448487545], [7.259222084936855, 48.9172400535132]]]], "type": "MultiPolygon"}, "id": "49802", "properties": {"DALLE": "1012-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.259957849683502, 48.92573396297698, 7.2743233201698025, 48.9351991631468], "geometry": {"coordinates": [[[[7.259957849683502, 48.92621964778936], [7.260693868428515, 48.9351991631468], [7.2743233201698025, 48.93471339853259], [7.273584956177172, 48.92573396297698], [7.259957849683502, 48.92621964778936]]]], "type": "MultiPolygon"}, "id": "49803", "properties": {"DALLE": "1012-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.260693868428515, 48.93471339853259, 7.275061939097215, 48.94417859935433], "geometry": {"coordinates": [[[[7.260693868428515, 48.9351991631468], [7.261430141303313, 48.94417859935433], [7.275061939097215, 48.94369275492318], [7.2743233201698025, 48.93471339853259], [7.260693868428515, 48.9351991631468]]]], "type": "MultiPolygon"}, "id": "49804", "properties": {"DALLE": "1012-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.261430141303313, 48.94369275492318, 7.275800813091334, 48.953157956180654], "geometry": {"coordinates": [[[[7.261430141303313, 48.94417859935433], [7.262166668439407, 48.953157956180654], [7.275800813091334, 48.952672031917416], [7.275061939097215, 48.94369275492318], [7.261430141303313, 48.94417859935433]]]], "type": "MultiPolygon"}, "id": "49805", "properties": {"DALLE": "1012-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6881-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.262166668439407, 48.952672031917416, 7.2765399422841766, 48.96213723339445], "geometry": {"coordinates": [[[[7.262166668439407, 48.953157956180654], [7.262903449968399, 48.96213723339445], [7.2765399422841766, 48.96165122928399], [7.275800813091334, 48.952672031917416], [7.262166668439407, 48.953157956180654]]]], "type": "MultiPolygon"}, "id": "49806", "properties": {"DALLE": "1012-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6882-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.262903449968399, 48.96165122928399, 7.277279326807848, 48.97111643076438], "geometry": {"coordinates": [[[[7.262903449968399, 48.96213723339445], [7.263640486021987, 48.97111643076438], [7.277279326807848, 48.970630346791566], [7.2765399422841766, 48.96165122928399], [7.262903449968399, 48.96213723339445]]]], "type": "MultiPolygon"}, "id": "49807", "properties": {"DALLE": "1012-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1012-6883-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.265479740313936, 48.826468658033285, 7.279818753417106, 48.83593530420325], "geometry": {"coordinates": [[[[7.265479740313936, 48.826955013087904], [7.266215308705116, 48.83593530420325], [7.279818753417106, 48.83544886925945], [7.279080848736911, 48.826468658033285], [7.265479740313936, 48.826955013087904]]]], "type": "MultiPolygon"}, "id": "49836", "properties": {"DALLE": "1013-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.266215308705116, 48.83544886925945, 7.280556912387261, 48.84491551869559], "geometry": {"coordinates": [[[[7.266215308705116, 48.83593530420325], [7.266951130585876, 48.84491551869559], [7.280556912387261, 48.84442900384752], [7.279818753417106, 48.83544886925945], [7.266215308705116, 48.83593530420325]]]], "type": "MultiPolygon"}, "id": "49837", "properties": {"DALLE": "1013-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.266951130585876, 48.84442900384752, 7.281295325778719, 48.853895656334025], "geometry": {"coordinates": [[[[7.266951130585876, 48.84491551869559], [7.2676872060871505, 48.853895656334025], [7.281295325778719, 48.85340906156655], [7.280556912387261, 48.84442900384752], [7.266951130585876, 48.84491551869559]]]], "type": "MultiPolygon"}, "id": "49838", "properties": {"DALLE": "1013-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2676872060871505, 48.85340906156655, 7.282033993722908, 48.86287571688754], "geometry": {"coordinates": [[[[7.2676872060871505, 48.853895656334025], [7.268423535339958, 48.86287571688754], [7.282033993722908, 48.86238904218557], [7.281295325778719, 48.85340906156655], [7.2676872060871505, 48.853895656334025]]]], "type": "MultiPolygon"}, "id": "49839", "properties": {"DALLE": "1013-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.268423535339958, 48.86238904218557, 7.28277291635135, 48.87185570012519], "geometry": {"coordinates": [[[[7.268423535339958, 48.86287571688754], [7.269160118475409, 48.87185570012519], [7.28277291635135, 48.87136894547359], [7.282033993722908, 48.86238904218557], [7.268423535339958, 48.86287571688754]]]], "type": "MultiPolygon"}, "id": "49840", "properties": {"DALLE": "1013-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.269160118475409, 48.87136894547359, 7.283512093795657, 48.88083560581587], "geometry": {"coordinates": [[[[7.269160118475409, 48.87185570012519], [7.269896955624701, 48.88083560581587], [7.283512093795657, 48.88034877119954], [7.28277291635135, 48.87136894547359], [7.269160118475409, 48.87185570012519]]]], "type": "MultiPolygon"}, "id": "49841", "properties": {"DALLE": "1013-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.269896955624701, 48.88034877119954, 7.284251526187529, 48.88981543372857], "geometry": {"coordinates": [[[[7.269896955624701, 48.88083560581587], [7.270634046919129, 48.88981543372857], [7.284251526187529, 48.889328519132356], [7.283512093795657, 48.88034877119954], [7.269896955624701, 48.88083560581587]]]], "type": "MultiPolygon"}, "id": "49842", "properties": {"DALLE": "1013-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.270634046919129, 48.889328519132356, 7.284991213658762, 48.898795183632174], "geometry": {"coordinates": [[[[7.270634046919129, 48.88981543372857], [7.271371392490073, 48.898795183632174], [7.284991213658762, 48.89830818904095], [7.284251526187529, 48.889328519132356], [7.270634046919129, 48.88981543372857]]]], "type": "MultiPolygon"}, "id": "49843", "properties": {"DALLE": "1013-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.271371392490073, 48.89830818904095, 7.285731156341238, 48.90777485529554], "geometry": {"coordinates": [[[[7.271371392490073, 48.898795183632174], [7.272108992469005, 48.90777485529554], [7.285731156341238, 48.90728778069416], [7.284991213658762, 48.89830818904095], [7.271371392490073, 48.898795183632174]]]], "type": "MultiPolygon"}, "id": "49844", "properties": {"DALLE": "1013-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.272108992469005, 48.90728778069416, 7.286471354366931, 48.916754448487545], "geometry": {"coordinates": [[[[7.272108992469005, 48.90777485529554], [7.272846846987488, 48.916754448487545], [7.286471354366931, 48.916267293860855], [7.285731156341238, 48.90728778069416], [7.272108992469005, 48.90777485529554]]]], "type": "MultiPolygon"}, "id": "49845", "properties": {"DALLE": "1013-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.272846846987488, 48.916267293860855, 7.28721180786791, 48.92573396297698], "geometry": {"coordinates": [[[[7.272846846987488, 48.916754448487545], [7.273584956177172, 48.92573396297698], [7.28721180786791, 48.92524672830982], [7.286471354366931, 48.916267293860855], [7.272846846987488, 48.916754448487545]]]], "type": "MultiPolygon"}, "id": "49846", "properties": {"DALLE": "1013-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.273584956177172, 48.92524672830982, 7.2879525169763255, 48.93471339853259], "geometry": {"coordinates": [[[[7.273584956177172, 48.92573396297698], [7.2743233201698025, 48.93471339853259], [7.2879525169763255, 48.93422608380982], [7.28721180786791, 48.92524672830982], [7.273584956177172, 48.92573396297698]]]], "type": "MultiPolygon"}, "id": "49847", "properties": {"DALLE": "1013-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2743233201698025, 48.93422608380982, 7.288693481824429, 48.94369275492318], "geometry": {"coordinates": [[[[7.2743233201698025, 48.93471339853259], [7.275061939097215, 48.94369275492318], [7.288693481824429, 48.94320536012959], [7.2879525169763255, 48.93422608380982], [7.2743233201698025, 48.93471339853259]]]], "type": "MultiPolygon"}, "id": "49848", "properties": {"DALLE": "1013-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1013-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.277605801721497, 48.80802026475029, 7.291941717121818, 48.817488370399964], "geometry": {"coordinates": [[[[7.277605801721497, 48.80850800659032], [7.2783431982154285, 48.817488370399964], [7.291941717121818, 48.81700054844776], [7.291201986069471, 48.80802026475029], [7.277605801721497, 48.80850800659032]]]], "type": "MultiPolygon"}, "id": "49881", "properties": {"DALLE": "1014-6866", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6866-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2783431982154285, 48.81700054844776, 7.29268170300119, 48.826468658033285], "geometry": {"coordinates": [[[[7.2783431982154285, 48.817488370399964], [7.279080848736911, 48.826468658033285], [7.29268170300119, 48.825980755953786], [7.291941717121818, 48.81700054844776], [7.2783431982154285, 48.817488370399964]]]], "type": "MultiPolygon"}, "id": "49882", "properties": {"DALLE": "1014-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6867-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.279080848736911, 48.825980755953786, 7.293421943839148, 48.83544886925945], "geometry": {"coordinates": [[[[7.279080848736911, 48.826468658033285], [7.279818753417106, 48.83544886925945], [7.293421943839148, 48.834960887037525], [7.29268170300119, 48.825980755953786], [7.279080848736911, 48.826468658033285]]]], "type": "MultiPolygon"}, "id": "49883", "properties": {"DALLE": "1014-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6868-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.279818753417106, 48.834960887037525, 7.294162439767359, 48.84442900384752], "geometry": {"coordinates": [[[[7.279818753417106, 48.83544886925945], [7.280556912387261, 48.84442900384752], [7.294162439767359, 48.84394094146801], [7.293421943839148, 48.834960887037525], [7.279818753417106, 48.83544886925945]]]], "type": "MultiPolygon"}, "id": "49884", "properties": {"DALLE": "1014-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6869-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.280556912387261, 48.84394094146801, 7.294903190917568, 48.85340906156655], "geometry": {"coordinates": [[[[7.280556912387261, 48.84442900384752], [7.281295325778719, 48.85340906156655], [7.294903190917568, 48.852920919014295], [7.294162439767359, 48.84394094146801], [7.280556912387261, 48.84442900384752]]]], "type": "MultiPolygon"}, "id": "49886", "properties": {"DALLE": "1014-6870", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6870-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.281295325778719, 48.852920919014295, 7.295644197421619, 48.86238904218557], "geometry": {"coordinates": [[[[7.281295325778719, 48.85340906156655], [7.282033993722908, 48.86238904218557], [7.295644197421619, 48.86190081944543], [7.294903190917568, 48.852920919014295], [7.281295325778719, 48.85340906156655]]]], "type": "MultiPolygon"}, "id": "49887", "properties": {"DALLE": "1014-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6871-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.282033993722908, 48.86190081944543, 7.2963854594114395, 48.87136894547359], "geometry": {"coordinates": [[[[7.282033993722908, 48.86238904218557], [7.28277291635135, 48.87136894547359], [7.2963854594114395, 48.870880642530366], [7.295644197421619, 48.86190081944543], [7.282033993722908, 48.86238904218557]]]], "type": "MultiPolygon"}, "id": "49888", "properties": {"DALLE": "1014-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6872-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.28277291635135, 48.870880642530366, 7.297126977019056, 48.88034877119954], "geometry": {"coordinates": [[[[7.28277291635135, 48.87136894547359], [7.283512093795657, 48.88034877119954], [7.297126977019056, 48.87986038803808], [7.2963854594114395, 48.870880642530366], [7.28277291635135, 48.87136894547359]]]], "type": "MultiPolygon"}, "id": "49889", "properties": {"DALLE": "1014-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6873-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.283512093795657, 48.87986038803808, 7.297868750376583, 48.889328519132356], "geometry": {"coordinates": [[[[7.283512093795657, 48.88034877119954], [7.284251526187529, 48.889328519132356], [7.297868750376583, 48.88884005573749], [7.297126977019056, 48.87986038803808], [7.283512093795657, 48.88034877119954]]]], "type": "MultiPolygon"}, "id": "49890", "properties": {"DALLE": "1014-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6874-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.284251526187529, 48.88884005573749, 7.298610779616222, 48.89830818904095], "geometry": {"coordinates": [[[[7.284251526187529, 48.889328519132356], [7.284991213658762, 48.89830818904095], [7.298610779616222, 48.89781964539747], [7.297868750376583, 48.88884005573749], [7.284251526187529, 48.889328519132356]]]], "type": "MultiPolygon"}, "id": "49891", "properties": {"DALLE": "1014-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6875-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.284991213658762, 48.89781964539747, 7.299353064870268, 48.90728778069416], "geometry": {"coordinates": [[[[7.284991213658762, 48.89830818904095], [7.285731156341238, 48.90728778069416], [7.299353064870268, 48.906799156786896], [7.298610779616222, 48.89781964539747], [7.284991213658762, 48.89830818904095]]]], "type": "MultiPolygon"}, "id": "49892", "properties": {"DALLE": "1014-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6876-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.285731156341238, 48.906799156786896, 7.300095606271109, 48.916267293860855], "geometry": {"coordinates": [[[[7.285731156341238, 48.90728778069416], [7.286471354366931, 48.916267293860855], [7.300095606271109, 48.9157785896746], [7.299353064870268, 48.906799156786896], [7.285731156341238, 48.90728778069416]]]], "type": "MultiPolygon"}, "id": "49893", "properties": {"DALLE": "1014-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6877-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.286471354366931, 48.9157785896746, 7.30083840395122, 48.92524672830982], "geometry": {"coordinates": [[[[7.286471354366931, 48.916267293860855], [7.28721180786791, 48.92524672830982], [7.30083840395122, 48.924757943829356], [7.300095606271109, 48.9157785896746], [7.286471354366931, 48.916267293860855]]]], "type": "MultiPolygon"}, "id": "49894", "properties": {"DALLE": "1014-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6878-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.28721180786791, 48.924757943829356, 7.301581458043173, 48.93422608380982], "geometry": {"coordinates": [[[[7.28721180786791, 48.92524672830982], [7.2879525169763255, 48.93422608380982], [7.301581458043173, 48.93373721901996], [7.30083840395122, 48.924757943829356], [7.28721180786791, 48.92524672830982]]]], "type": "MultiPolygon"}, "id": "49895", "properties": {"DALLE": "1014-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6879-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.2879525169763255, 48.93373721901996, 7.302324768679629, 48.94320536012959], "geometry": {"coordinates": [[[[7.2879525169763255, 48.93422608380982], [7.288693481824429, 48.94320536012959], [7.302324768679629, 48.94271641501511], [7.301581458043173, 48.93373721901996], [7.2879525169763255, 48.93422608380982]]]], "type": "MultiPolygon"}, "id": "49897", "properties": {"DALLE": "1014-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1014-6880-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}], "type": "FeatureCollection"});
geo_json_f16ba6d619f0823f005cf2e6a02d6781.bindTooltip(
function(layer){
let div = L.DomUtil.create('div');
let handleObject = feature=>typeof(feature)=='object' ? JSON.stringify(feature) : feature;
let fields = ["DALLE"];
let aliases = ["DALLE"];
let table = '<table>' +
String(
fields.map(
(v,i)=>
`<tr>
<th>${aliases[i]}</th>
<td>${handleObject(layer.feature.properties[v])}</td>
</tr>`).join(''))
+'</table>';
div.innerHTML=table;
return div
}
,{"className": "foliumtooltip", "sticky": true});
var layer_control_ee7f2e0df6bcfad00bf0103d934e8239 = {
base_layers : {
"stamenterrain" : tile_layer_901d367252777ad5546e8818356dbe03,
},
overlays : {
"extent" : geo_json_470c3482b9939b73c7ce05b65f7044f9,
"tiles" : geo_json_f16ba6d619f0823f005cf2e6a02d6781,
},
};
L.control.layers(
layer_control_ee7f2e0df6bcfad00bf0103d934e8239.base_layers,
layer_control_ee7f2e0df6bcfad00bf0103d934e8239.overlays,
{"autoZIndex": true, "collapsed": true, "position": "topright"}
).addTo(map_a9d68dba48e141160ccf60095587c569);
</script>
</html>