raster-dl/python/eel/web/map.html
Guillaume RYCKELYNCK 209b8c3b99 version 20230116
2023-01-16 09:22:07 +01:00

308 lines
1.3 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_c0f5047df05757c88353e811ec483883 {
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_c0f5047df05757c88353e811ec483883" ></div>
</body>
<script>
var map_c0f5047df05757c88353e811ec483883 = L.map(
"map_c0f5047df05757c88353e811ec483883",
{
center: [48.9627849019566, 7.593585717527158],
crs: L.CRS.EPSG3857,
zoom: 10,
zoomControl: true,
preferCanvas: false,
}
);
L.control.scale().addTo(map_c0f5047df05757c88353e811ec483883);
var tile_layer_5ea63ec9facd7bb894b26129aaf821dc = 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_c0f5047df05757c88353e811ec483883);
map_c0f5047df05757c88353e811ec483883.fitBounds(
[[48.73676907137174, 7.112201822538259], [49.188800732541466, 8.074969612516057]],
{}
);
function geo_json_13e0be7149b4aa895ceeb7f77fb66465_styler(feature) {
switch(feature.id) {
default:
return {"color": "green", "fillColor": "green", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_13e0be7149b4aa895ceeb7f77fb66465_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_13e0be7149b4aa895ceeb7f77fb66465_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_13e0be7149b4aa895ceeb7f77fb66465_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_13e0be7149b4aa895ceeb7f77fb66465_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_13e0be7149b4aa895ceeb7f77fb66465.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_13e0be7149b4aa895ceeb7f77fb66465_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_13e0be7149b4aa895ceeb7f77fb66465 = L.geoJson(null, {
onEachFeature: geo_json_13e0be7149b4aa895ceeb7f77fb66465_onEachFeature,
style: geo_json_13e0be7149b4aa895ceeb7f77fb66465_styler,
pointToLayer: geo_json_13e0be7149b4aa895ceeb7f77fb66465_pointToLayer
});
function geo_json_13e0be7149b4aa895ceeb7f77fb66465_add (data) {
geo_json_13e0be7149b4aa895ceeb7f77fb66465
.addData(data)
.addTo(map_c0f5047df05757c88353e811ec483883);
}
geo_json_13e0be7149b4aa895ceeb7f77fb66465_add({"bbox": [7.112201822538259, 48.73676907137174, 8.074969612516057, 49.188800732541466], "features": [{"bbox": [7.112201822538259, 48.73676907137174, 8.074969612516057, 49.188800732541466], "geometry": {"coordinates": [[[7.114780147441581, 48.94658325589584], [7.114754367061484, 48.94660607188309], [7.114366053666154, 48.946989265380886], [7.114039306941837, 48.947396619467895], [7.113511419908837, 48.94814524575452], [7.112883209202071, 48.94899669432582], [7.112619976640476, 48.94940313490399], [7.112418584460223, 48.94982463027411], [7.112280979141759, 48.950257109801825], [7.112208491252803, 48.95069639667458], [7.112201822538259, 48.951138248234486], [7.11226103907958, 48.95157839695087], [7.11238557059205, 48.952012591637036], [7.112574215869284, 48.95243663851312], [7.112825154324805, 48.95284644171829], [7.1131359635215246, 48.95323804288075], [7.1137511964913545, 48.95392828191382], [7.114257331601013, 48.954418838171925], [7.114770150971748, 48.9548514554892], [7.115182765338985, 48.95516807261517], [7.115638174398742, 48.95545813607245], [7.116297457576481, 48.955840692126024], [7.1167649902674475, 48.95608880308914], [7.1172638210369605, 48.95630890098722], [7.117787617539281, 48.956498388265246], [7.118731919724844, 48.95689990794871], [7.1192789425918805, 48.95710950461818], [7.119853090265723, 48.95728484247393], [7.1234439470533415, 48.958250862004355], [7.12415348123252, 48.95841236699354], [7.124885655521726, 48.95852159509928], [7.125631616224926, 48.95857722549789], [7.126382342806628, 48.958578585484524], [7.126723266230686, 48.95856684237549], [7.127310615200436, 48.95852979736766], [7.127890912753049, 48.95845949498299], [7.128459824220822, 48.95835646035954], [7.132014173387823, 48.95760246857189], [7.132076585507701, 48.95759460802215], [7.132261969282725, 48.95759364166774], [7.133697216646208, 48.957704164862726], [7.134362506565291, 48.957733801983366], [7.135029013753398, 48.957720558117146], [7.135690379404495, 48.9576645596155], [7.13623226900196, 48.95760082760721], [7.1369620941228495, 48.95748744270398], [7.137668632056234, 48.95732203321956], [7.138343358763677, 48.95710659477719], [7.139010318318442, 48.95686297915789], [7.139786021397717, 48.957583648807685], [7.140878826102114, 48.958657113816315], [7.141193600345289, 48.95894156755446], [7.1415412024841025, 48.959208934932285], [7.142168806386552, 48.959655063534825], [7.142454990152402, 48.95987640622554], [7.142644924633966, 48.96001722069407], [7.142762001312485, 48.96010044112793], [7.143090121819378, 48.960523000772724], [7.1432851156076795, 48.96075674109053], [7.143675501759132, 48.961193476765835], [7.144008854174227, 48.96153088010105], [7.144386702098749, 48.96184729862751], [7.144806017466346, 48.9621401959372], [7.145263439634509, 48.96240722412885], [7.145755302316957, 48.962646242638385], [7.146038809886609, 48.96277150331433], [7.1466079583388815, 48.96299732572619], [7.147207751357723, 48.96318564996671], [7.147832507910296, 48.963334692219156], [7.149323279245178, 48.96363715883819], [7.15084650432852, 48.964006939487014], [7.150973288845099, 48.964043329684515], [7.151873233033479, 48.96425366724117], [7.15363142127724, 48.96457541997787], [7.155572249832379, 48.96510132943491], [7.155635865097248, 48.965162188388526], [7.15601719110571, 48.96548855767641], [7.156035028714828, 48.96569985596726], [7.1563488692763215, 48.96757096691664], [7.1564151343322395, 48.967872176771074], [7.156840961932536, 48.9694332375079], [7.156991973623352, 48.96986391050744], [7.1572064888244, 48.970282740058266], [7.157257896759093, 48.9703688738113], [7.1571895171451265, 48.970592741186614], [7.157123131868927, 48.97108319379902], [7.157101635065471, 48.97149815748874], [7.157112153762802, 48.97194410609549], [7.157183296816408, 48.97266201639618], [7.157237864530261, 48.97300706679047], [7.15733268245536, 48.97334832016756], [7.157410816635834, 48.97357887554287], [7.157183079730516, 48.97386063667021], [7.156920694254451, 48.974284210374215], [7.156725041501309, 48.97472314222861], [7.156598148274499, 48.97517288907695], [7.156541329804646, 48.975628795709255], [7.156555176063779, 48.976086143040405], [7.1566615214352405, 48.97707297047483], [7.156678935725716, 48.97720638315046], [7.1568376698915745, 48.9782414696191], [7.156922070456771, 48.97912477869152], [7.156326036815914, 48.979637162137294], [7.155935422906737, 48.98001054220429], [7.155603912625997, 48.98040791503614], [7.155334877337876, 48.980825241106544], [7.155300641303083, 48.98089797831315], [7.155060132614933, 48.98120938132847], [7.154787942337814, 48.98160883211174], [7.154576060728586, 48.9820238127976], [7.154104574192835, 48.983121556723084], [7.152048418540117, 48.98667580410704], [7.152008665067902, 48.98674628253136], [7.150838093819583, 48.988875881167615], [7.150638303848807, 48.989305257704515], [7.150504591103753, 48.989745608115975], [7.150438291073709, 48.99019253985117], [7.150440066867184, 48.99064159460155], [7.150458013930934, 48.990866086552785], [7.150522767878658, 48.991290654748276], [7.150648392626105, 48.99170927090832], [7.150833758051473, 48.99211816432393], [7.151077195807619, 48.992513651780705], [7.152082877150775, 48.99394777640939], [7.152125896715606, 48.994085003940626], [7.152331500309407, 48.994516248256225], [7.152601865641013, 48.994931729389094], [7.152734481441192, 48.99508953007545], [7.152787198533662, 48.99532651031029], [7.152799689602166, 48.99538038119101], [7.153086286091693, 48.996568052574624], [7.153119257431887, 48.99669323715088], [7.153224037095688, 48.997060165638416], [7.15314368402482, 48.99715330627855], [7.15286240392055, 48.997574633691656], [7.152648046752133, 48.998012672544824], [7.152522352768889, 48.99832317836657], [7.152387242152849, 48.998732884791735], [7.1523107166639255, 48.9991490904663], [7.152293443084502, 48.99956817657752], [7.152335573039276, 48.99998649918464], [7.152436741627235, 49.000400420902125], [7.152596070545202, 49.000806342528975], [7.152812175677474, 49.001200734348664], [7.1530831790872496, 49.00158016682768], [7.153406725307026, 49.00194134044539], [7.153778827491366, 49.00231564213857], [7.153871616627635, 49.00240654276567], [7.154318580986096, 49.002833088862424], [7.154847850787701, 49.00356375299214], [7.154872226355797, 49.00366473525471], [7.155023741800923, 49.00413113665827], [7.155249504095656, 49.00458435375433], [7.155546974440782, 49.00501928611168], [7.155912806807298, 49.005431038953716], [7.156731101899139, 49.006249093458045], [7.157116327726404, 49.00659675076653], [7.1575503054341585, 49.00691859152466], [7.158029061387212, 49.00721166824035], [7.15854821163181, 49.007473296804115], [7.159103002042417, 49.00770108108438], [7.159688351868707, 49.00789293488533], [7.160298900283519, 49.008047101065536], [7.16092905550463, 49.008162167641764], [7.161573046039288, 49.00823708073004], [7.161682608010309, 49.00824629482757], [7.163098204237355, 49.00864667274835], [7.163834324277627, 49.00882272408563], [7.164596234017577, 49.00894220758857], [7.165914484087598, 49.009097031327315], [7.1667086923165035, 49.00936155120097], [7.167310029210197, 49.00961200274295], [7.167804273720914, 49.009799314886244], [7.168320543626488, 49.009958861170865], [7.169160466114701, 49.01019079394443], [7.1698255061413265, 49.0103483520136], [7.170511730769087, 49.01045987840667], [7.171211798144052, 49.01052417990956], [7.171701335260956, 49.010535537410526], [7.172162668214941, 49.01064887756951], [7.172803489835073, 49.01076117876999], [7.173457842173004, 49.01083209302017], [7.174119562971373, 49.010860952500344], [7.174782420527561, 49.01084748543181], [7.175440172425316, 49.0107918186382], [7.176086624367666, 49.0106944763502], [7.176715688554943, 49.01055637526525], [7.177321441056035, 49.01037881590845], [7.177898177630739, 49.010163470376746], [7.178440467475733, 49.00991236658214], [7.181437610999548, 49.008376174520336], [7.1819763496793545, 49.008069014979355], [7.182463511685508, 49.00772660476769], [7.182893796152673, 49.007352670408494], [7.183769720100428, 49.00650269515172], [7.184056066411451, 49.006199582287685], [7.184178054163584, 49.00604416785355], [7.185494079134381, 49.00554077906207], [7.1856392544448635, 49.00547736738995], [7.185863203933454, 49.00579389362019], [7.18760647679091, 49.00797992036149], [7.187948568078972, 49.00858953558014], [7.188179066169588, 49.00895095153316], [7.188456539814837, 49.00929778754135], [7.188998664647108, 49.00990917388893], [7.189385556862036, 49.010297845346535], [7.189831361932824, 49.01065817579332], [7.190189153573917, 49.01091862974402], [7.190461192909762, 49.01121975993492], [7.190655912151263, 49.01154057091079], [7.190960118023706, 49.01192788911221], [7.191319925703074, 49.012294004309446], [7.191793006361664, 49.01272769964376], [7.1921197053298895, 49.01300383890366], [7.192478065303085, 49.01326242844306], [7.193358094414072, 49.013849799444166], [7.19358452810206, 49.014158279224766], [7.19386110366342, 49.01458520130416], [7.194019107086887, 49.01492787899046], [7.194187686724265, 49.01524921254497], [7.194999217022699, 49.016625012504505], [7.195121720469231, 49.016923664456456], [7.195336083607241, 49.01730515449056], [7.195601988027342, 49.01767234138041], [7.1959213515272324, 49.01806637530939], [7.196322613808393, 49.01850043868697], [7.196795771406614, 49.01890195663318], [7.198195738133564, 49.019960526772905], [7.198601728516411, 49.02024199428351], [7.20013175349178, 49.02121494937135], [7.200367709092422, 49.021358095278714], [7.2037096581475755, 49.02329189172894], [7.204729941767814, 49.023918873491375], [7.20524002575802, 49.024202912542385], [7.205789853055009, 49.02445283448241], [7.206374167573472, 49.024666249959886], [7.206987383294094, 49.02484111861345], [7.207623637690622, 49.024975768591375], [7.208276847809644, 49.02506891254626], [7.208940768465455, 49.02511965995162], [7.209609051991767, 49.025127525622004], [7.210275308976996, 49.02509243435525], [7.210933169400165, 49.02501472165203], [7.211576343580726, 49.02489513050562], [7.212198682357311, 49.024734804293495], [7.212794235917937, 49.02453527583784], [7.213357310717287, 49.02429845274084], [7.213882523935295, 49.024026599135006], [7.214364854955013, 49.0237223140237], [7.216995598141401, 49.02189195903943], [7.217445131349118, 49.02154560124021], [7.217839079271656, 49.02117111182], [7.218173400997154, 49.02077233324819], [7.218444667658731, 49.02035335712777], [7.218650097571506, 49.019918482199216], [7.218656661101628, 49.019897175792636], [7.219109327955206, 49.01959528906659], [7.219532594048937, 49.0192509794229], [7.219816069335103, 49.01896726749926], [7.220725640786058, 49.01892980673924], [7.2216252691339475, 49.018853080751036], [7.2220994320161775, 49.018791366953], [7.222808213360938, 49.01867288442399], [7.222867189821941, 49.01865846386172], [7.227769514756165, 49.01893331765715], [7.229480051152545, 49.01920613496142], [7.2301320396761914, 49.01928829968234], [7.230793072763613, 49.01932847829663], [7.231456914526896, 49.01932629178136], [7.232753846589821, 49.019280530239556], [7.233146968333321, 49.01925916002375], [7.236209107996713, 49.019033985530925], [7.236934257090271, 49.01895448774136], [7.237642229083166, 49.018824227079186], [7.238324833639819, 49.018644710505384], [7.23841284949354, 49.01861786766672], [7.238529535883473, 49.01862271152457], [7.239326857560759, 49.018625161307945], [7.240214215647983, 49.01859379410371], [7.240844938267151, 49.01855213548362], [7.24146707999687, 49.018472225006924], [7.242075289445326, 49.01835475002672], [7.242545752531102, 49.01824806100009], [7.243294881834236, 49.01804475149763], [7.244002157323839, 49.01778455490278], [7.2451933164669775, 49.017283151035365], [7.245738711365162, 49.0170279779055], [7.246243544511599, 49.01673894298599], [7.246488350003123, 49.01658428989151], [7.24710325613799, 49.016235655134345], [7.247125708823292, 49.016240140194014], [7.247881672932472, 49.01633181442005], [7.248639829044221, 49.016395008465395], [7.249320250729009, 49.01642913519279], [7.250002455004352, 49.01641846414756], [7.250679640854382, 49.01636310170995], [7.251345057331398, 49.01626359978995], [7.2519920709077175, 49.01612095032142], [7.255598611979987, 49.01519159221212], [7.255828347803015, 49.015129195033744], [7.257392636625912, 49.01468224506911], [7.257950708239042, 49.01470470123935], [7.258613439663327, 49.01468901485293], [7.259270739617959, 49.014631154461405], [7.259916419228536, 49.014531664850765], [7.260544399116813, 49.014391482763955], [7.260745468114344, 49.01433931449828], [7.261296877991462, 49.01417738441773], [7.267121742695317, 49.012259313352686], [7.267444303571929, 49.012145885344694], [7.269188907594959, 49.011492304263534], [7.271642621595683, 49.01250860685991], [7.27177233597497, 49.012561012945696], [7.27290424216208, 49.013006963223134], [7.273419959044788, 49.0131908392978], [7.274910492407499, 49.01366901711475], [7.275480939528563, 49.013831333978644], [7.276071447178198, 49.01395889143585], [7.277058365932781, 49.014139820728126], [7.277746885736171, 49.0142411740343], [7.2784476233214646, 49.01429529620302], [7.281538908085433, 49.014428112527504], [7.282354723296069, 49.01443105690067], [7.282506818343336, 49.014425625834264], [7.284861455996697, 49.01455131471148], [7.284879117322372, 49.01496999055803], [7.2849669240346255, 49.01541790924234], [7.285122609174969, 49.01585777333143], [7.285123193482353, 49.01585911503158], [7.285014659889081, 49.01609780836762], [7.284904105798945, 49.01641693800279], [7.28479083743069, 49.0168335668945], [7.284737632855806, 49.017255355125386], [7.284744965023696, 49.017678564917794], [7.2848127704318255, 49.018099445809845], [7.284940449636307, 49.018514267892044], [7.285126872513112, 49.018919354864884], [7.2853703882250835, 49.01931111662424], [7.2856688398080784, 49.01968608108566], [7.28601958324857, 49.02004092496512], [7.286419510884956, 49.02037250324309], [7.28820479581156, 49.021717394707004], [7.288351130956885, 49.02184977666326], [7.288810076961727, 49.02222158120842], [7.2893265592908225, 49.02255916896111], [7.2898947178399025, 49.02285870892935], [7.290508105726717, 49.02311680183342], [7.291159762459404, 49.02333051870408], [7.292001191639376, 49.02357056724817], [7.292322766725541, 49.023655999592286], [7.2952581761200825, 49.02437939404493], [7.295402975576776, 49.02441385764909], [7.298557659946792, 49.025138326893476], [7.298792244379278, 49.02518908778947], [7.299792411747592, 49.025392414017254], [7.300475323821488, 49.026318103119785], [7.300777629586217, 49.02682135323473], [7.301045562672346, 49.02721182549056], [7.301366204619156, 49.027580771902905], [7.301253397147724, 49.02786275216951], [7.301114201553516, 49.02829664646811], [7.301040683102316, 49.028737447201536], [7.3010335586755755, 49.02918086614851], [7.301092899279553, 49.02962258951276], [7.301218129288686, 49.03005831988938], [7.30153686921195, 49.030929392736226], [7.301734598430736, 49.03136958959792], [7.301999558360961, 49.03179423527178], [7.302328988684027, 49.03219890329465], [7.302719456815402, 49.032579375352704], [7.30316689363878, 49.032931685268835], [7.303765669569198, 49.033356993243785], [7.304393789620499, 49.033988808682906], [7.304237212477378, 49.03435193695371], [7.304118034151011, 49.03478869144238], [7.304064916001178, 49.03523104295539], [7.304078377136727, 49.03567468258165], [7.304158288130184, 49.03611528875794], [7.3043038722124844, 49.03654856936638], [7.3045137127753215, 49.0369703035495], [7.304785767110528, 49.03737638283456], [7.305117386254988, 49.037762851166946], [7.305505340749836, 49.03812594346177], [7.307081377021711, 49.039456160836146], [7.307513601718868, 49.039786582516484], [7.307992462776786, 49.040087937237615], [7.3085134605575215, 49.04035739284867], [7.309071699180856, 49.0405924169491], [7.309661932542128, 49.04079080070245], [7.310278613631986, 49.04095067960861], [7.310915946693663, 49.041070551038665], [7.311567941726356, 49.04114928836706], [7.312228470820944, 49.04118615156793], [7.312891325796733, 49.04118079417517], [7.313550276595556, 49.04113326654139], [7.31398096742336, 49.041074024509875], [7.314159569064511, 49.04115743786769], [7.314761935854325, 49.04138225628253], [7.3153958106387105, 49.041565859453684], [7.316054689179128, 49.041706363350386], [7.316731810472852, 49.04180232618913], [7.317420226175824, 49.041852763239035], [7.318112871955119, 49.0418571569339], [7.318744414305086, 49.04181898194202], [7.318807175643223, 49.04184887416778], [7.3194960391944885, 49.042103017932156], [7.320401024866562, 49.04239305324033], [7.320567517427434, 49.04256192221834], [7.3206158988828784, 49.04263762628701], [7.320672490484486, 49.04316745964587], [7.320750052057055, 49.04359680032226], [7.32088999248137, 49.04401925756983], [7.321091018959803, 49.04443092411863], [7.321347699455018, 49.044880941884614], [7.321660891901236, 49.045347612071176], [7.322052487621318, 49.045787957157124], [7.322283150054699, 49.04601650211168], [7.32231379723584, 49.04606211059593], [7.322633878109365, 49.04647852893545], [7.323017892665954, 49.046870898291004], [7.3234617061248075, 49.04723499252463], [7.324147824832048, 49.04774157307663], [7.324607596737453, 49.04804985621628], [7.325109489999962, 49.048355530328955], [7.325189063124727, 49.04848082453702], [7.325503914299255, 49.048866219572346], [7.325874261992904, 49.04922967574794], [7.3262966005393535, 49.04956775155191], [7.326430294457396, 49.04965572734134], [7.326654586494226, 49.04994240659971], [7.326877817523065, 49.05020564000511], [7.327881316926283, 49.05130091315383], [7.3284425762428205, 49.05196942581571], [7.328785292942556, 49.05233515461164], [7.329179552547291, 49.05267771612212], [7.329780840464581, 49.05315130594548], [7.330356194780997, 49.05355179569725], [7.331196610113555, 49.054069238686466], [7.33119884812187, 49.054078130425026], [7.331327315116343, 49.054475872478974], [7.331509935767197, 49.05486435893694], [7.331745217377187, 49.05524041187179], [7.332149152247638, 49.05581116383694], [7.332526904005894, 49.05627252394475], [7.333294139063124, 49.05709130534644], [7.333374601491558, 49.05717508987978], [7.333786604939186, 49.05759380454214], [7.335486810408942, 49.05977472627541], [7.335840813908799, 49.0601762677427], [7.336529334735335, 49.060871801557894], [7.336844326981167, 49.0611638590863], [7.337193684052265, 49.06143852060502], [7.338914186617577, 49.06268656919554], [7.339010537145906, 49.06313913033675], [7.339101918549252, 49.063453348321275], [7.339000087067246, 49.06340965120235], [7.338575182658932, 49.063244907435305], [7.337990661233834, 49.06304260916357], [7.337379176495738, 49.06287829751828], [7.336746428962937, 49.06275350423893], [7.33609831722074, 49.062669392659146], [7.334532002064664, 49.06251730616368], [7.332907293628446, 49.06225250851048], [7.3322860345273755, 49.062171105462575], [7.331655981957961, 49.062127810000206], [7.331022536628263, 49.06212299324879], [7.330391128305883, 49.06215669649708], [7.329767169311151, 49.06222863084357], [7.329361049558608, 49.06228830355425], [7.328670656801081, 49.06241502861608], [7.3280042272737855, 49.06258852387549], [7.327369075587281, 49.06280688512863], [7.326772173305052, 49.06306771571754], [7.326396766355115, 49.06327200184232], [7.326367455535093, 49.0632739792289], [7.325724490236117, 49.06335883113361], [7.325096839337414, 49.06348374289934], [7.324490268590899, 49.06364756706837], [7.323910350246254, 49.063848798716144], [7.323653708141781, 49.063948469531475], [7.323050282357107, 49.063898028189065], [7.3223673734898185, 49.06388606815615], [7.321686053363734, 49.06391891634134], [7.32101311326705, 49.06399624531545], [7.320355261021457, 49.06411728426465], [7.319719054168419, 49.0642808266682], [7.318782845324711, 49.06455764428219], [7.318192747384687, 49.06475521590149], [7.317634480121979, 49.064989349925405], [7.317113273982784, 49.065257852906335], [7.31663401243305, 49.065558209381905], [7.316201186213366, 49.06588760542741], [7.315818851262299, 49.06624295500434], [7.315490590702348, 49.066620928858896], [7.315219481245089, 49.06701798570037], [7.315008064330945, 49.06743040536793], [7.314858322275273, 49.06785432367554], [7.314771659645699, 49.06828576860923], [7.314748890046999, 49.06872069753759], [7.3147902284393815, 49.06915503508767], [7.314895289064345, 49.06958471133095], [7.31506308899972, 49.07000569992217], [7.315292057312877, 49.0704140558331], [7.31558004972843, 49.07080595232782], [7.315924368674982, 49.071177716832494], [7.315939303916246, 49.071192212604295], [7.31632545788936, 49.07167206950213], [7.316542012219179, 49.07197062727009], [7.316831950261371, 49.072732740452544], [7.31710680940481, 49.073295163605216], [7.31718635426881, 49.07342737615168], [7.317464088316058, 49.07382990144833], [7.31780064286194, 49.074212564964085], [7.318192766297198, 49.07457166819924], [7.318636669695928, 49.07490374029718], [7.31912806341082, 49.07520557160585], [7.319662198519716, 49.07547424471577], [7.320233912723378, 49.07570716267394], [7.320837680250621, 49.075902074100256], [7.321467665288016, 49.07605709496291], [7.3221177784166045, 49.076170726801614], [7.322460388740115, 49.07620743871238], [7.322531159419477, 49.07624529049955], [7.323069968285209, 49.07648157592307], [7.323640377918926, 49.07668332870962], [7.324237275693862, 49.076848740434166], [7.324855311384851, 49.076976328402445], [7.325488945152602, 49.07706494895028], [7.325820207493815, 49.077090098972384], [7.326073695022624, 49.07721844364974], [7.326657584356797, 49.077456861107486], [7.326810755712753, 49.077506166733656], [7.326841150004149, 49.07754104242111], [7.327242603008803, 49.07790978766335], [7.327698552512607, 49.07825009573683], [7.3279622276003185, 49.07841086834335], [7.327987524469819, 49.07854255883989], [7.32813288464406, 49.07896555690085], [7.328339610058632, 49.079377386719614], [7.328605778598219, 49.079774216295945], [7.328928914877691, 49.08015235312227], [7.329306013233476, 49.080508278552855], [7.329723371024239, 49.080830802463005], [7.329412636685999, 49.08078825577877], [7.3285178258833525, 49.08068817200185], [7.327435653247602, 49.080425378656955], [7.327303380391228, 49.0803974952485], [7.32693835618482, 49.08020923741818], [7.326422835794239, 49.07996781577616], [7.3258755634572665, 49.07975871880565], [7.325301221995335, 49.079583735562366], [7.324704725672824, 49.079444363205525], [7.324091178172128, 49.07934179419691], [7.323465828953871, 49.0792769061051], [7.323052078632379, 49.07924677790415], [7.322414948227951, 49.0792200625228], [7.32177680036807, 49.079232461610246], [7.321143187100439, 49.079283867289945], [7.320519621051169, 49.07937383231294], [7.319911527499582, 49.079501573946374], [7.31932419721008, 49.0796659807786], [7.318762740429929, 49.079865622382265], [7.3182320424519345, 49.08009876175136], [7.317736721127485, 49.08036337040442], [7.316495175276038, 49.081092366934406], [7.315972250625944, 49.0814344598408], [7.315508436363442, 49.08181154904001], [7.315109126339939, 49.08221925029126], [7.3147789647840655, 49.08265282333976], [7.3145217922544115, 49.08310722700902], [7.314300225137684, 49.083574428509976], [7.314082381964521, 49.08417737036886], [7.314060033700831, 49.08426605531184], [7.314045807314819, 49.084270595200366], [7.313489655991459, 49.08449328427664], [7.313357457144338, 49.084552060701476], [7.312851242737966, 49.08480024435437], [7.312382014306227, 49.085078023396065], [7.311651386388329, 49.08555246038412], [7.311389818279166, 49.08568520261043], [7.310914513627987, 49.08594996003227], [7.310477838624558, 49.086242014494445], [7.3102193998052405, 49.08643138341707], [7.309800022074517, 49.08677047658643], [7.309432729853029, 49.08713470332611], [7.309120992258697, 49.08752062456801], [7.3088677540628355, 49.08792459632749], [7.308675407847181, 49.088342804098914], [7.308545771366312, 49.0887712988642], [7.30848007033085, 49.08920603437425], [7.308478926775989, 49.08964290535203], [7.3085423531272715, 49.09007778625649], [7.308611769115641, 49.09031141921828], [7.3085702627374305, 49.090523218582284], [7.308564130393858, 49.09067529429817], [7.308378436377431, 49.09076986076704], [7.307869459641612, 49.09108912064058], [7.307583639005404, 49.091309507176554], [7.307171923370837, 49.09154366361186], [7.3068542242403645, 49.09176042115632], [7.304359461261529, 49.09271131342505], [7.303785562613313, 49.09295601190658], [7.3015694024248905, 49.09400788931713], [7.301111573507969, 49.09424532335137], [7.298256434111072, 49.09586028364187], [7.297769458125791, 49.096164293497054], [7.297330204530731, 49.09649818627252], [7.296942904925665, 49.09685874607584], [7.296611290753315, 49.097242500104805], [7.296338557332527, 49.09764575208216], [7.296127333044556, 49.09806461784487], [7.295979653970531, 49.09849506274552], [7.295896944226086, 49.09893294050643], [7.295880002184576, 49.09937403315232], [7.2959289927238204, 49.09981409163742], [7.296043445573469, 49.10024887677576], [7.29613556943209, 49.100468001364135], [7.295566970284687, 49.10051968103338], [7.294933714019873, 49.10059732423321], [7.2943143721169, 49.10071370186271], [7.292765811564573, 49.10105718777141], [7.292186162061515, 49.10120533596118], [7.2916293777330266, 49.10138741276204], [7.290098625715787, 49.10194633275218], [7.289587554703542, 49.102152680936705], [7.289105953678141, 49.10238761220638], [7.287677812034335, 49.103150225389115], [7.287583451519499, 49.10311953774614], [7.287443001027464, 49.1030795279846], [7.286596492183095, 49.10288063028359], [7.286402081149222, 49.10284420675174], [7.286267179742622, 49.10277456745107], [7.285689451077015, 49.10253342542734], [7.285077940207142, 49.10233136647426], [7.284438759475126, 49.102170410172626], [7.284000850626089, 49.10209201021774], [7.283919160295104, 49.10203651936497], [7.283395581250316, 49.101745676652946], [7.282830321320102, 49.10149068327993], [7.282229051394865, 49.10127409720091], [7.281597803352662, 49.10109809106177], [7.28138019435019, 49.101053678593935], [7.281128198149495, 49.10086612532196], [7.280949290537654, 49.10075695799111], [7.280925736650542, 49.100736081586426], [7.280744425581649, 49.10060420053041], [7.280740408960156, 49.10059875359703], [7.2803773313718665, 49.10021171602963], [7.2799565911112465, 49.09985073131795], [7.279482490446009, 49.09951948973915], [7.278959876853322, 49.099221377447854], [7.278394093452963, 49.09895944187831], [7.277790924387953, 49.09873636060946], [7.277156535710646, 49.09855441401038], [7.276497412377714, 49.098415461944974], [7.2759408846058555, 49.098318215302655], [7.275239522733452, 49.09822115258666], [7.27452655212502, 49.09817276963774], [7.273809785854655, 49.09817359666494], [7.273331255474661, 49.09819061990955], [7.272659439137332, 49.0982364264869], [7.271997764025207, 49.09832547656783], [7.27165965701929, 49.09838252114228], [7.27080278500863, 49.098567364402726], [7.267582047909539, 49.099420173631856], [7.2669628810985865, 49.0996081687731], [7.266407820594272, 49.099823085125756], [7.264551704725455, 49.09953351526943], [7.263907576717225, 49.09945418843067], [7.263580957367869, 49.09943491078186], [7.2633415343658205, 49.09938095847348], [7.262679701364295, 49.09927863691147], [7.261294705393911, 49.099111669405154], [7.260927576814642, 49.099074138567744], [7.257194552822675, 49.098760319135636], [7.25687803391614, 49.09867428964441], [7.25622821000366, 49.098545437382086], [7.255562150732039, 49.09845947092169], [7.254886402368409, 49.098417235174736], [7.254207606333509, 49.09841914524898], [7.253729067266851, 49.098436090482366], [7.25307075222903, 49.09848043140944], [7.252422030346602, 49.09856629836468], [7.25178896151993, 49.09869288923779], [7.251177459540724, 49.09885902149656], [7.250593236885685, 49.099063143225656], [7.250041751383855, 49.09930334761384], [7.24952815525438, 49.099577390755066], [7.249328371703166, 49.099706924688896], [7.247910492211436, 49.099732982703976], [7.247222044541662, 49.099768507111456], [7.246542547185287, 49.09984938653896], [7.245878911674811, 49.09997479831466], [7.245237888326121, 49.10014346679502], [7.244625997623036, 49.100353676331075], [7.2435662421322125, 49.10076370598282], [7.241797036886368, 49.0997762115908], [7.241132989217149, 49.099448941035625], [7.240413500680332, 49.09917685539126], [7.23956814435423, 49.09890055009722], [7.238834119032963, 49.098694751013426], [7.238068611557519, 49.098546441083336], [7.237591198898581, 49.09847350511899], [7.237509466090924, 49.098431538988144], [7.236954144404888, 49.09819914011587], [7.236367393894039, 49.09800284774396], [7.235754642153699, 49.09784447754059], [7.235405487295141, 49.09776674661176], [7.234848342513232, 49.097659772289276], [7.234279402075593, 49.09758417241138], [7.233702755168417, 49.09754049034375], [7.226836261294073, 49.09721305513001], [7.2255419633566405, 49.09673886299449], [7.224808889936715, 49.09632438776549], [7.222360237476515, 49.09478638447312], [7.220606377479886, 49.093582285055], [7.2201156245632605, 49.09327705138972], [7.219581433439611, 49.09300508652765], [7.219009011638896, 49.09276904140333], [7.218403939094971, 49.092571216797246], [7.217909847164936, 49.092447913500685], [7.217735167645329, 49.09232672469691], [7.217218296181594, 49.09203320530139], [7.216659447792257, 49.091774987212155], [7.2160641902809735, 49.091554642812646], [7.215438453916834, 49.091374367157734], [7.214788472381096, 49.09123595612061], [7.21412072070186, 49.09114078851481], [7.213441850793221, 49.091089812368345], [7.212758625238952, 49.09108353548659], [7.212077849977942, 49.09112202039739], [7.2114063065594545, 49.09120488372869], [7.209355856052871, 49.09152819805653], [7.208578438770721, 49.0915917177777], [7.207919940821797, 49.091667115356216], [7.20727577676771, 49.09178432891294], [7.206652087387217, 49.09194224106504], [7.206054818421979, 49.09213934644362], [7.2054896639296135, 49.092373766034314], [7.2049620120275435, 49.092643265078316], [7.204476893543537, 49.092945274363444], [7.204038934061527, 49.09327691470296], [7.203589566271525, 49.09365279929358], [7.203191138519906, 49.09402309359223], [7.20285152818392, 49.094417859173404], [7.202132837197474, 49.09536140412857], [7.2019092239855125, 49.09569470025657], [7.201473879944831, 49.096074512415], [7.201133850414768, 49.096402129163714], [7.200902240124625, 49.096571332861124], [7.2004415944932525, 49.09694649369837], [7.2000447442695945, 49.097351877826405], [7.199716250795757, 49.0977828273596], [7.19953299350841, 49.0980593506613], [7.19936046204731, 49.09835487077067], [7.199064862666514, 49.09847664095461], [7.198560895520627, 49.09870549907165], [7.198090103967669, 49.098963027391605], [7.197656258978776, 49.099247163414645], [7.1974497025240245, 49.09939512712535], [7.196915804866104, 49.09950210917253], [7.196355907854061, 49.09965084220416], [7.195818148698924, 49.09983139609672], [7.195685050274943, 49.09988106371332], [7.195094854389056, 49.10012833567054], [7.1945461958296315, 49.100413889536185], [7.194044811319775, 49.10073473993527], [7.19359594363607, 49.10108753242305], [7.193204286788524, 49.1014685785369], [7.192873936922678, 49.1018738943411], [7.192608349457909, 49.10229924206281], [7.192410302911339, 49.10274017438477], [7.192281869787431, 49.10319208093215], [7.192224394840041, 49.103650236468475], [7.192238480937017, 49.10410985029714], [7.192292123969726, 49.10460318769684], [7.192391164286386, 49.105108541466045], [7.1925766671008455, 49.10560329077878], [7.192742489046465, 49.10595765627223], [7.193074210783259, 49.106526172486575], [7.193229135587446, 49.106745860695376], [7.193558325262553, 49.1071558036448], [7.193950052536529, 49.107541317227756], [7.19440015540953, 49.10789830417046], [7.19458450482845, 49.10801713062486], [7.194427537634036, 49.108254195306394], [7.194078928931481, 49.10886061280461], [7.193863405597048, 49.10930364587087], [7.193718752765498, 49.10975892612526], [7.193689645952841, 49.10994535898604], [7.193339850499454, 49.11029488655297], [7.193021265650635, 49.11069602369148], [7.192765699911536, 49.11111614905805], [7.192575742574574, 49.11155100864737], [7.192453318772213, 49.11199619915881], [7.192399669920218, 49.112447212574345], [7.192415341078119, 49.112899481800895], [7.192417643702247, 49.11291166745106], [7.192102432244886, 49.113310458587186], [7.1918487128271895, 49.113729550274826], [7.191660230032952, 49.11416321985859], [7.191538882163593, 49.11460710343576], [7.191485892071808, 49.115056734215656], [7.191501794788104, 49.11550758746298], [7.1915864320655185, 49.11595512602856], [7.191738953900312, 49.11639484600974], [7.191957827016181, 49.11682232208041], [7.192240850229431, 49.11723325203463], [7.192585176543071, 49.117623500095014], [7.192987341749805, 49.11798913854957], [7.193443299257982, 49.1183264872974], [7.19394846079148, 49.11863215090425], [7.19449774255483, 49.11890305279448], [7.195085616399394, 49.11913646623418], [7.195460352998211, 49.11925336302282], [7.195496946965778, 49.11934920801644], [7.195731921880896, 49.11977623958693], [7.196031326927451, 49.12018553543619], [7.196502667742196, 49.120754318690636], [7.196887369327521, 49.12116453020837], [7.197096815545427, 49.12136317194161], [7.197213734830366, 49.122530344533075], [7.19728645730628, 49.12295159453821], [7.197419318379413, 49.12336647492462], [7.197611137824257, 49.12377129580299], [7.197860210937582, 49.12416245667104], [7.198164323655508, 49.124536478443666], [7.198520772206964, 49.12489003440556], [7.198926387129982, 49.12521997981076], [7.199377561438371, 49.12552337986525], [7.19992575630738, 49.12585880897427], [7.200190772086685, 49.126106991279364], [7.200647471503845, 49.126453438596535], [7.201155530335659, 49.12676758158512], [7.201709672581577, 49.1270461574733], [7.202304143314965, 49.12728627285173], [7.202932768464832, 49.12748543374298], [7.20354966545321, 49.12763220850295], [7.203674318211238, 49.12772872354778], [7.204156629929789, 49.12803541263308], [7.204682390825601, 49.12830963112233], [7.205246547041939, 49.128548742790315], [7.205843675365683, 49.12875044888212], [7.206468035380252, 49.1289128102266], [7.207113624678305, 49.129034265891356], [7.207774236602085, 49.12911364819966], [7.21020619610078, 49.12932561865516], [7.210924047489443, 49.12936311985514], [7.211361219544813, 49.129355733647905], [7.2115333897026686, 49.12937212392777], [7.214020525529686, 49.12983606435893], [7.214684488812964, 49.12993678238958], [7.215360417605373, 49.129993707117734], [7.216041621096524, 49.13000627506807], [7.217768379925705, 49.129981717373525], [7.2183042949641765, 49.129960279824964], [7.218836004688878, 49.12991136298137], [7.220473755440405, 49.12971745957423], [7.2276972375022135, 49.13058092007171], [7.228610884319259, 49.13096000019231], [7.229265693239795, 49.13119981390569], [7.229936847893495, 49.131414887329015], [7.230040961138145, 49.13147760927795], [7.230833065643218, 49.13193593960341], [7.2313769444617595, 49.13221979684181], [7.231733664711394, 49.13238731642702], [7.232317858466792, 49.13263328158409], [7.23293698761588, 49.13283919067864], [7.233584695404676, 49.13300292948997], [7.2342543314280725, 49.133122816773785], [7.234435623473634, 49.13314262400343], [7.234485815965007, 49.13315683017932], [7.235089714783229, 49.1332857296202], [7.235298616334244, 49.13332338929276], [7.236061289058031, 49.13343066017057], [7.236837602751166, 49.13348034401244], [7.237617491632493, 49.13347179661832], [7.237923460941866, 49.13345697975729], [7.239779227527521, 49.13379779973452], [7.240673979951211, 49.133920559483876], [7.244351671141135, 49.1342589763294], [7.244995407875735, 49.13429798990542], [7.2456418829914755, 49.13429701126086], [7.246285338517947, 49.13425604911209], [7.246920043400217, 49.134175468292106], [7.247540344582525, 49.134055986498645], [7.248140717394634, 49.13389866789744], [7.248715814790366, 49.13370491363745], [7.249260514998334, 49.13347644936315], [7.24976996715919, 49.13321530983518], [7.25023963454192, 49.13292382079716], [7.250665334953578, 49.13260457825019], [7.251618618288774, 49.131817640985766], [7.252168982058619, 49.13146046742538], [7.252498529084965, 49.13131201421784], [7.258656994661099, 49.12946365742284], [7.263939760999245, 49.128016524397694], [7.264872140179486, 49.12778030774086], [7.265210424392849, 49.127869652112935], [7.265804247749733, 49.12800604574843], [7.266414637391099, 49.128106106800395], [7.267036443230345, 49.12816899101377], [7.267664418783027, 49.12819416780693], [7.26873638561308, 49.12820476799348], [7.268815430583692, 49.12823046898423], [7.269511707167191, 49.12842618491073], [7.270236658040827, 49.12857025153827], [7.270981417304092, 49.12866090696367], [7.27203149611601, 49.12874964961575], [7.272640387031136, 49.12878307223337], [7.273251394162557, 49.128780752605834], [7.2738596550334975, 49.12874270919284], [7.274460329039235, 49.12866924474461], [7.275048635998632, 49.12856094389091], [7.276046146305328, 49.12834538182458], [7.276802574563583, 49.12814851654766], [7.277211576820742, 49.12800312760822], [7.277452933450401, 49.12812843915823], [7.278003071147007, 49.128361717932165], [7.2785846484892, 49.128559446381026], [7.279192347478885, 49.12871981636682], [7.279820611074586, 49.12884136136355], [7.280463694037877, 49.128922969877244], [7.280740270320595, 49.12894913737228], [7.281430472612641, 49.128991183150575], [7.282123616424274, 49.12898723547978], [7.282812602654912, 49.12893733479095], [7.283490374818404, 49.12884199215381], [7.2841499913693655, 49.12870218403861], [7.284784696847829, 49.12851934230834], [7.285387991110911, 49.128295339543754], [7.287563123145222, 49.12738939017794], [7.2881349594728535, 49.127123328612996], [7.2886623634343515, 49.12682030521075], [7.289139811987018, 49.126483493713984], [7.289562305592332, 49.12611642168636], [7.289925420563623, 49.125722933548325], [7.2902253553676575, 49.12530715029582], [7.290458970396141, 49.12487342632482], [7.290623820792255, 49.12442630381441], [7.290718181990553, 49.12397046514715], [7.290741067705357, 49.123510683865476], [7.290692240182256, 49.123051774678224], [7.2906226421085965, 49.122675810400054], [7.290646094558907, 49.12255826131653], [7.290694737156399, 49.1222092067677], [7.290701796959858, 49.121858725741035], [7.290652352373599, 49.120599895106295], [7.29062874562461, 49.12040782568332], [7.292351098933126, 49.120167527040415], [7.292791414641439, 49.12009464678413], [7.292952998758116, 49.12017129329565], [7.293210484602504, 49.12057895377734], [7.293393151720415, 49.12084363384837], [7.293886690312289, 49.12150132290566], [7.294062877530962, 49.121720632231685], [7.295217123915979, 49.123066046053566], [7.295532911125038, 49.123399219506084], [7.295891765499657, 49.123713049849265], [7.297340477573359, 49.12487101463155], [7.2973695230435895, 49.125105597966865], [7.29744168921321, 49.125486313814974], [7.2975630556158695, 49.12586160470858], [7.297928579359623, 49.126793982031096], [7.298042714097237, 49.12705272224479], [7.298455520311567, 49.12789336436884], [7.298678663716827, 49.1282845109488], [7.2989561632430195, 49.12866037802551], [7.299285624460613, 49.129017720852595], [7.299897964712014, 49.12961711089766], [7.300479533945123, 49.13010895574929], [7.301005596024154, 49.130495325346125], [7.301550220581205, 49.130852679774314], [7.302152536707846, 49.13116765574561], [7.302804930795171, 49.13143627131908], [7.3028932821408, 49.13146825437583], [7.303115163113172, 49.13164257814439], [7.303552966328979, 49.13195525626768], [7.304033779127135, 49.132239431550055], [7.304553311558229, 49.132492568127084], [7.304599201506019, 49.13251279347393], [7.304608143253672, 49.13254279667755], [7.30486200208343, 49.13319001604183], [7.305147283192469, 49.1340158496109], [7.305194017102974, 49.1341425792291], [7.3055187381676685, 49.13497040824223], [7.3056059212587625, 49.13522115561765], [7.305810265000312, 49.13568996824927], [7.3058483649400365, 49.13576228611534], [7.3060543112149325, 49.13636267065801], [7.306188431849373, 49.136694097151995], [7.306722621502558, 49.137836505784364], [7.307059475919924, 49.1384125294406], [7.307370483869649, 49.13885159769812], [7.3076707017036755, 49.139227830261], [7.308215592127389, 49.13983860050573], [7.308586290457789, 49.14021061337443], [7.309011174260448, 49.14055678901683], [7.309756858512767, 49.14110633107084], [7.3101079679879595, 49.14134655162823], [7.310485207695268, 49.141569069548], [7.3138358105051156, 49.14340281617399], [7.3143198242377885, 49.143644619528466], [7.314724116390782, 49.143828581416955], [7.315809297921431, 49.14441708339202], [7.3164225789632065, 49.144713611899114], [7.317805076946148, 49.14530718835006], [7.319306429696429, 49.14613330156522], [7.319841686703336, 49.14639961857699], [7.320414127526894, 49.14663027051293], [7.321942315290396, 49.147180219152546], [7.32354010405859, 49.14788385741794], [7.324242863389444, 49.14815500769088], [7.3249897457586775, 49.14836948346522], [7.325558793531986, 49.14850705366851], [7.325733498637347, 49.14857398560882], [7.326358183995979, 49.14881585879441], [7.326935490820076, 49.14901570157243], [7.3275391682703, 49.1491786030989], [7.328163737995374, 49.14930308500653], [7.32880353190018, 49.14938801758569], [7.329452743619464, 49.14943263004398], [7.334261513499252, 49.149611668555316], [7.335483304800627, 49.149711657672555], [7.3364117497890105, 49.149745924006275], [7.338577268386436, 49.149729282222864], [7.339379739860308, 49.14978040535089], [7.340161779567541, 49.14980076701875], [7.340942257699496, 49.1497624992122], [7.341828033660529, 49.149685499440594], [7.342452943878744, 49.14961170799735], [7.343064757718028, 49.14950028994693], [7.343658221707126, 49.149352202010505], [7.34422824005848, 49.14916871577616], [7.345227482610057, 49.148808456416454], [7.345755506934778, 49.14859718900311], [7.346252338585951, 49.148355550155145], [7.347165799570598, 49.14786786578603], [7.347302263709516, 49.14780507803271], [7.34761750104572, 49.14781626237591], [7.350617662875397, 49.14805841283101], [7.351350546781761, 49.148174208531984], [7.351965314153907, 49.1482520383865], [7.3525883455427845, 49.148292732427386], [7.3548599285992635, 49.14837256747273], [7.355485159186053, 49.14837579554286], [7.355545171694935, 49.14837430793385], [7.355527035741771, 49.14848395380274], [7.355046299283476, 49.149818011651014], [7.354902732841481, 49.150365729307836], [7.354593061027991, 49.15223184713098], [7.3545528605062405, 49.15273460915563], [7.3545986196152, 49.15323716645506], [7.3547555352367615, 49.154122916856494], [7.354846912480362, 49.154498970723694], [7.3549864871003425, 49.154868602519564], [7.355523425650664, 49.15606995710714], [7.3555235235975625, 49.15610419092022], [7.35555171045812, 49.15650311394955], [7.355633766491271, 49.15689882190037], [7.355769045311825, 49.15728819173957], [7.355956480422266, 49.157668150390045], [7.356194593594155, 49.15803569898872], [7.356924080351404, 49.159035769790734], [7.357300539934345, 49.15948429166371], [7.35961793339035, 49.16190733890331], [7.359777128438577, 49.162083605823135], [7.359646655897218, 49.162258393856895], [7.35942768011723, 49.16263315204073], [7.3590273236518415, 49.16342203202669], [7.358852497894831, 49.16382966414289], [7.358641963763447, 49.16442723600411], [7.35841145505242, 49.16481647337858], [7.358225532599029, 49.1651743314134], [7.358086119492954, 49.165541168226504], [7.357994202729987, 49.165914389356175], [7.357863053143247, 49.16663948248656], [7.357815336269575, 49.16716941229041], [7.357863220056424, 49.167699335358634], [7.357964941248165, 49.16826070840935], [7.357938598347497, 49.16837897079497], [7.357911497034232, 49.1688666548723], [7.357965177566731, 49.169353391311496], [7.358086574262868, 49.16997929068135], [7.358170506777319, 49.17031184917988], [7.358292209508202, 49.17063934859185], [7.358391218796757, 49.17086811618795], [7.358335560952499, 49.17102276704715], [7.3582456570306185, 49.171465876350275], [7.358223315772609, 49.171912649251574], [7.358268759844624, 49.17235866786596], [7.358381541604833, 49.172799521659265], [7.358560547461555, 49.17323085106466], [7.358804008819835, 49.173648390599425], [7.3591095195107235, 49.17404801105493], [7.359474059533319, 49.174425760342835], [7.359894024876786, 49.17477790259244], [7.360365263129124, 49.17510095511237], [7.361379706639906, 49.17573049779334], [7.361847271527381, 49.17599550332194], [7.3623493405521, 49.17623182521161], [7.362881833611058, 49.176437542786374], [7.363440423168425, 49.17661098408274], [7.364452772672052, 49.17688941380648], [7.365177735329577, 49.1770581146414], [7.365926963384233, 49.17717250779904], [7.366976456436604, 49.17729250819896], [7.367530121908022, 49.177417739544005], [7.3682780718963565, 49.17752758037022], [7.369040050331866, 49.177582000297214], [7.369727405656503, 49.17760571515703], [7.37134798176967, 49.17797290116129], [7.372045187479183, 49.17810424656984], [7.372999599562425, 49.17824869520449], [7.37427663361788, 49.1785613928497], [7.374695979691471, 49.178654077336994], [7.379389417432968, 49.17958186481692], [7.379967834582311, 49.179678402689795], [7.3805568680162095, 49.179741596005194], [7.380732753435698, 49.17975027549876], [7.381878410465515, 49.17988800290155], [7.381966692235248, 49.179898224795274], [7.383807706877904, 49.18010324850973], [7.385322524134497, 49.18032364926913], [7.385607872627966, 49.180361018123016], [7.38725092026053, 49.18055250394881], [7.389398156762235, 49.180933696742], [7.389965457674834, 49.181017650682676], [7.39291182404943, 49.18136829003768], [7.394904536325852, 49.18163135673602], [7.400819383671019, 49.18244393392997], [7.401531352461824, 49.18258183086258], [7.4021212490672115, 49.18267767192142], [7.404872194188175, 49.183040598379115], [7.406813068521913, 49.183307457559955], [7.41001124553911, 49.18391672969268], [7.410753075949001, 49.18402918354306], [7.413151198311591, 49.184301768974144], [7.415730942589938, 49.18471899739384], [7.415992571493972, 49.18475776605825], [7.420495401130322, 49.1853644874966], [7.422497331332405, 49.185639732250145], [7.422739465065471, 49.185670053241104], [7.424903178758182, 49.18591464387899], [7.428459891188578, 49.186578554221], [7.42907804043613, 49.18667388990972], [7.429706994643675, 49.1867313343679], [7.432379408507473, 49.1868931422166], [7.433971058696075, 49.18710797799025], [7.435692635123177, 49.18754136737863], [7.436278678885567, 49.18766935726029], [7.436879917920617, 49.187762260313626], [7.438094068759795, 49.187912386857846], [7.440081426185199, 49.18823431419403], [7.440526772528869, 49.18829624736557], [7.442930306433923, 49.18857617864553], [7.442994023747062, 49.18859174454615], [7.443665459527885, 49.18870671399646], [7.444351186280465, 49.188776615298124], [7.445044180931753, 49.188800732541466], [7.445737345914296, 49.18877881872371], [7.446423581914766, 49.18871109828069], [7.4470958606404665, 49.18859826478652], [7.447635919372927, 49.18848826001946], [7.448240859009697, 49.18834430984859], [7.448822544637677, 49.18816382262558], [7.449375852926258, 49.18794838809752], [7.449895910668082, 49.18769990380979], [7.450378137717843, 49.18742055838195], [7.450818287341456, 49.18711281221918], [7.451212483619687, 49.1867793758297], [7.452026293313199, 49.18601989084908], [7.452376658957526, 49.185657246449885], [7.452672653414871, 49.185274349002974], [7.452911578580169, 49.184874690341594], [7.45309125695444, 49.18446191507478], [7.453210051458919, 49.18403978734218], [7.45326688031483, 49.18361215648144], [7.453261226854889, 49.183182921921926], [7.453245765551533, 49.18300339954578], [7.453181373666761, 49.18259246856931], [7.453059709290342, 49.18218714740011], [7.452881801148897, 49.181790858789164], [7.452649152827142, 49.18140694913825], [7.452363730031038, 49.18103866024746], [7.452027943953711, 49.180689101948424], [7.451644630885615, 49.180361225853574], [7.451423792312644, 49.18018930130445], [7.4509382910116315, 49.17984883908604], [7.450401632785809, 49.17954315913865], [7.449819586182704, 49.179275546768835], [7.449198407255569, 49.179048878105284], [7.448546748645534, 49.1788393136163], [7.447988751079822, 49.1785411058473], [7.447403261851517, 49.178260631379416], [7.446775871683471, 49.17802225841646], [7.446113596363227, 49.17782865239327], [7.445667297621211, 49.1777163264214], [7.445915730198111, 49.1774655571222], [7.446140587108104, 49.17727257115026], [7.446507205292715, 49.17692521912697], [7.446822469811552, 49.17655683890498], [7.447083597709806, 49.17617068360119], [7.447288284270315, 49.175770163231405], [7.4475953261765895, 49.175060212822515], [7.447820206580464, 49.17472399825796], [7.448079933335257, 49.174270751457655], [7.4482637979962965, 49.17380181829367], [7.4483696694360235, 49.17332263934107], [7.4483949094858, 49.17313921900374], [7.448674410487371, 49.17311074218735], [7.449325470169344, 49.17300071077678], [7.4495954161011495, 49.172945702838646], [7.450184730409908, 49.1728059487331], [7.450752116654057, 49.17263149452249], [7.451117421743058, 49.17249117649582], [7.4511831463066605, 49.17247644580252], [7.451760600207645, 49.17232756428943], [7.452315155850976, 49.17214505851269], [7.453258008681725, 49.171798879218464], [7.453536476904672, 49.17177131655408], [7.4542036627533514, 49.171659465316175], [7.454850365818735, 49.17150428913851], [7.455191843984242, 49.1713957699725], [7.455470793331156, 49.17135550198416], [7.456165021433572, 49.17120285277857], [7.456830455873265, 49.17100252366979], [7.457459504697485, 49.17075680030163], [7.459047320524149, 49.17005860933586], [7.459575757702513, 49.1698012904943], [7.46006411954316, 49.169511926423645], [7.460507904137887, 49.16919318498634], [7.460903020796148, 49.168848004847725], [7.460911051404611, 49.16883937391369], [7.4611093357391605, 49.16910098914711], [7.461434253368047, 49.16944717134706], [7.461748830534132, 49.16975067577972], [7.462180146956474, 49.17012347514633], [7.462668236094085, 49.17046485299056], [7.4632078092382255, 49.17077110958739], [7.463793019393165, 49.17103892578384], [7.464417524645462, 49.17126539899132], [7.465074556913585, 49.17144807466295], [7.467135800873195, 49.17193982845735], [7.467724080459593, 49.17217100026326], [7.468235828702316, 49.17235319028454], [7.468769314105647, 49.172506247138585], [7.469320687274282, 49.17262906639801], [7.471206093932451, 49.17299124435815], [7.471918926924096, 49.17310144184669], [7.472645622949655, 49.17316115151284], [7.474576224966626, 49.173251449197906], [7.4752821618605285, 49.173260560778786], [7.476960084229896, 49.17322551261423], [7.477015071604062, 49.173229944642486], [7.477796277061861, 49.17343280597135], [7.479972673028253, 49.174167103379794], [7.4805884542378065, 49.17435026536453], [7.481228762668446, 49.17449276396399], [7.4818873689105025, 49.17459321282132], [7.48255786540056, 49.17465063467158], [7.483233728805001, 49.174664470856314], [7.485717150572748, 49.174634935282604], [7.486253057628707, 49.17461477576628], [7.486784915956379, 49.17456718814542], [7.488169807380874, 49.17440683592776], [7.4903843304259645, 49.17434658979624], [7.490575201602475, 49.174339646429324], [7.491669646588493, 49.17428978458708], [7.492450363642633, 49.17422452116371], [7.493214526050831, 49.17410102109325], [7.493223628415623, 49.174099180803005], [7.493488242249869, 49.17412065856713], [7.494161830863829, 49.17413163488561], [7.494833809408542, 49.17409920502183], [7.495497686221508, 49.17402368226144], [7.496147047967526, 49.17390579618265], [7.496775621640146, 49.17374668560332], [7.497377335202401, 49.17354788757164], [7.497946376278932, 49.17331132250779], [7.498477248330808, 49.17303927564015], [7.498964823769039, 49.17273437491622], [7.4994043934927275, 49.17239956560217], [7.499791712372775, 49.17203808181715], [7.499980655594484, 49.17184190646624], [7.500332875371302, 49.17142969257124], [7.500617154645238, 49.17099551387383], [7.500830354060513, 49.17054416773625], [7.500970119847461, 49.170080641087736], [7.5010349097524225, 49.16961005531187], [7.501083900615639, 49.16875273158501], [7.501081764611973, 49.16838214503165], [7.501033084320905, 49.16801293301189], [7.500884559795251, 49.16725305042678], [7.500747605351334, 49.16676651446096], [7.5005299464319855, 49.166292793979196], [7.499533841905584, 49.16449043276239], [7.499496713015295, 49.16435831710661], [7.49962106872534, 49.16375233901882], [7.49967606605791, 49.16334461020028], [7.499784851930441, 49.16167419027644], [7.5007679213774106, 49.160064405172456], [7.500826044763965, 49.15995584589545], [7.500908940433768, 49.15993843138627], [7.501063474224834, 49.15989504001418], [7.502344613433366, 49.15983340455298], [7.5029811262069614, 49.159783059340526], [7.503607680214592, 49.15969392739705], [7.504218792430638, 49.1595667887226], [7.505152628195347, 49.15934046606665], [7.5053857577395595, 49.159363459616756], [7.506063122061088, 49.15940784599863], [7.506743859291368, 49.15940794361034], [7.507421253144692, 49.15936375148878], [7.508088620347335, 49.15927570563567], [7.508739376626109, 49.159144674712685], [7.509367101716459, 49.15897195146507], [7.5099656027463215, 49.1587592399585], [7.510528975368394, 49.15850863875563], [7.511051662035864, 49.15822262019872], [7.511528506845378, 49.15790400600363], [7.511954806405258, 49.157555939406436], [7.512326356226751, 49.15718185413826], [7.512639492180804, 49.15678544053564], [7.512891126611979, 49.156370609120714], [7.51307877875445, 49.15594145201189], [7.513200599151559, 49.15550220254604], [7.513255387840093, 49.1550571935111], [7.513242606122162, 49.154610814401565], [7.513162381811106, 49.15416746811868], [7.512979993484727, 49.15346128233615], [7.5130345141695605, 49.153122208313576], [7.513026388558823, 49.152603930082314], [7.512854176097511, 49.15094439458782], [7.512731213613173, 49.150349565899354], [7.5124261620288895, 49.149370418602714], [7.512267179736425, 49.14895980718209], [7.5120499814978094, 49.148560836067546], [7.5117764974921215, 49.148177048395176], [7.511449157598867, 49.1478118523887], [7.5110708697833815, 49.14746849110208], [7.510644994244386, 49.147150013631084], [7.510175313554121, 49.146859248048465], [7.509665999056895, 49.14659877630294], [7.5091215738246975, 49.14637091130422], [7.508546872498774, 49.14617767639698], [7.507946998373368, 49.146020787405575], [7.506431238794774, 49.145677703496624], [7.50627437961568, 49.14561629949246], [7.506024869236225, 49.14536924256882], [7.505556916438307, 49.144958789438945], [7.50351329648105, 49.143364466161024], [7.503657935628186, 49.142928250535064], [7.503736171709111, 49.14247151643526], [7.503742914669673, 49.142011928347], [7.503678095922224, 49.14155429037968], [7.503542394885128, 49.14110338613781], [7.503337231803039, 49.14066392872234], [7.50306475282782, 49.14024051147368], [7.502727807519207, 49.1398375599711], [7.502329919003047, 49.13945928578959], [7.501417181457499, 49.13867997385457], [7.501738904369471, 49.138473540459614], [7.502119076491536, 49.13818424053786], [7.502460439275044, 49.13787480749346], [7.504317575801389, 49.136031158871575], [7.504647365513149, 49.1356676455555], [7.504923613219023, 49.13528539966922], [7.505575587903449, 49.1342613539635], [7.505884080996124, 49.13366095652006], [7.506210448854886, 49.132838225428884], [7.50622799452214, 49.132775441182496], [7.506474555162836, 49.13255588768015], [7.506815492511235, 49.132222006366774], [7.5071096194419376, 49.13186947687332], [7.507354585696291, 49.1315011172844], [7.507548434133971, 49.13111987217055], [7.507689616348742, 49.130728789043324], [7.507736146650487, 49.130568195863425], [7.509217629153112, 49.12904901470553], [7.509611852963643, 49.12858685613961], [7.510446535828698, 49.12745685357116], [7.51052368748566, 49.12734876953196], [7.510727503472665, 49.127053079221334], [7.510967363312284, 49.12705677572234], [7.511235416417849, 49.127062676426014], [7.512083796145572, 49.12704682244823], [7.512493341865919, 49.12702244109703], [7.513172164480743, 49.12695941775506], [7.513837985347974, 49.12685217491813], [7.514484133326237, 49.12670178710011], [7.515489586682239, 49.1264298694449], [7.516078185350045, 49.12624878674021], [7.516637973106795, 49.12603189900563], [7.519203596587201, 49.12492681877381], [7.519818436801747, 49.12462847112448], [7.520378771267511, 49.12428700397827], [7.521078121323435, 49.123810412389204], [7.521525604389486, 49.12347341675442], [7.521919875766306, 49.12310891822365], [7.523027725334165, 49.121968529952206], [7.523357527592889, 49.12158963483899], [7.524874140420736, 49.119632326056454], [7.5251284492353845, 49.11926397690521], [7.526712279969306, 49.11666469243476], [7.526927113157712, 49.1162561540883], [7.52731254199251, 49.11539028694982], [7.527430428264164, 49.1152000563592], [7.527620723071942, 49.11477947831577], [7.5279985124740865, 49.113765595217295], [7.528086644938743, 49.113492615802265], [7.528325781368738, 49.11261904264342], [7.5283982911534055, 49.1122807760319], [7.528431464665979, 49.11193987149143], [7.528452730409574, 49.11139871861656], [7.528442116120003, 49.11100706223036], [7.528379607620981, 49.110617499097685], [7.528265680659018, 49.1102329869127], [7.528131183750791, 49.10992508406944], [7.529401157580566, 49.10850421609425], [7.5294788835143525, 49.10845755132094], [7.529916268591217, 49.10813970920723], [7.529921939472396, 49.10813470240308], [7.530230739381545, 49.10808541567396], [7.530837414478421, 49.107947987938104], [7.531239731452773, 49.107842755738886], [7.5318820028555304, 49.10764897264011], [7.532490418361897, 49.107412748633216], [7.533058493733051, 49.107136601462926], [7.533580174966693, 49.10682347434541], [7.534049902832905, 49.10647670458065], [7.534462672120921, 49.10609998796425], [7.534814084965149, 49.10569733937925], [7.5351003976826165, 49.10527304998893], [7.53520772052004, 49.105088879317705], [7.53540187335216, 49.10470470645598], [7.535450075582628, 49.104569731536294], [7.535687986866501, 49.10434717739104], [7.536015726131284, 49.10396669400748], [7.53628563208764, 49.10356710986732], [7.53649515404689, 49.1031522031521], [7.536642312424217, 49.10272589683517], [7.536725717404992, 49.102292221581116], [7.5367445820290655, 49.10185527763028], [7.536698729571359, 49.1014191960288], [7.536617034814755, 49.10096502771585], [7.53929068467964, 49.10068686603906], [7.539952058412697, 49.100595878787985], [7.540596548052453, 49.100462521557674], [7.541217874068624, 49.100288093718646], [7.541809982792467, 49.10007429479987], [7.542367105432853, 49.099823207918355], [7.542883814306979, 49.099537279469516], [7.5433550757365975, 49.099219295276995], [7.543776299093544, 49.09887235343482], [7.544143381516354, 49.098499834107606], [7.5444527478624925, 49.09810536658321], [7.544701385507518, 49.097692793900286], [7.54488687365332, 49.09726613539534], [7.545007406861377, 49.09682954753527], [7.545061812583702, 49.09638728341739], [7.545049562522886, 49.0959436513316], [7.544970777712973, 49.09550297278895], [7.544826227274237, 49.095069540425534], [7.5446993058303375, 49.09481317623127], [7.545359565872278, 49.09445796298108], [7.546076599669048, 49.09401168026499], [7.548507889744194, 49.092262929368545], [7.5496676415257875, 49.09159238748869], [7.552949262626296, 49.090030352637434], [7.555666182531757, 49.08884654687073], [7.558854730348196, 49.08763611632326], [7.559004446862177, 49.08760069016992], [7.559555685364367, 49.087452148701054], [7.56008516351299, 49.087272681216824], [7.560588868508363, 49.087063647929895], [7.56269343306181, 49.086103580204586], [7.563467044209934, 49.08576924331448], [7.563653847324408, 49.085685573591725], [7.565266689224051, 49.084937222481166], [7.566024778216733, 49.08461143343513], [7.569223746846518, 49.08430850216855], [7.569287799412661, 49.084311927233436], [7.574904924615441, 49.08521714974777], [7.575396717333019, 49.08528393029409], [7.581943166526595, 49.086009310854955], [7.591419611131444, 49.087144336085146], [7.591785771985225, 49.08718148167972], [7.599121430032772, 49.087792408530035], [7.599787648186687, 49.08782627583235], [7.600455719655037, 49.08781731218281], [7.601119275893229, 49.08776560302842], [7.601866141134512, 49.0876829455121], [7.602416320702176, 49.08760666879409], [7.602955109246334, 49.087500986427386], [7.603963326703792, 49.08727319908494], [7.604471565971263, 49.08714327683749], [7.604962440369491, 49.08698718836828], [7.608074074075242, 49.08589511168865], [7.608602140346146, 49.08568925143257], [7.609099986148003, 49.08545313083877], [7.610593963605176, 49.08467524741065], [7.610937929295572, 49.084483693300314], [7.613008420807201, 49.08325131775329], [7.613483745900504, 49.08293912686458], [7.614592271136018, 49.082135735196104], [7.6162313813871485, 49.08120707727993], [7.619946920178997, 49.079656896169084], [7.6200231133136205, 49.079624637824175], [7.62248628145233, 49.078566510348054], [7.624590233152622, 49.07849615282514], [7.6247009227726785, 49.07849185940453], [7.627910276232028, 49.07835018256135], [7.628434128878542, 49.07831369976532], [7.630337403588122, 49.078132231462796], [7.631080942705474, 49.07803341992306], [7.631803261909436, 49.077881149963765], [7.632495483659936, 49.07767729305693], [7.633094283423485, 49.07747405024284], [7.633658933564044, 49.077259401321804], [7.63418990047516, 49.077010404497514], [7.634682358483061, 49.07672932298772], [7.635131832148898, 49.07641871160183], [7.636017560188041, 49.0757450240464], [7.636458732436151, 49.075371414940385], [7.636837726677989, 49.07496942908472], [7.637150351208105, 49.074543514022416], [7.637393148900804, 49.07409838194079], [7.637563435397984, 49.073638957520714], [7.637615680047394, 49.073456801010614], [7.637703121360467, 49.073051069034996], [7.637733966801523, 49.0726417914384], [7.637707961436758, 49.07223236861206], [7.637673622173192, 49.07197458419513], [7.637698130745603, 49.071930718426856], [7.6379737952537194, 49.07133461784409], [7.6381238825709215, 49.07094963982136], [7.638221636327767, 49.070557457372146], [7.63826629383424, 49.07016113514225], [7.63825750734637, 49.069763770060234], [7.63822938900738, 49.06944961314843], [7.63816035405617, 49.06902452583577], [7.638030181656666, 49.06860566844391], [7.637982974853648, 49.06850416012477], [7.637983281928766, 49.0680592402419], [7.637981317435035, 49.067949458654404], [7.637947296687491, 49.06701697278012], [7.638016982176424, 49.06695746645635], [7.638361807847257, 49.066596949662475], [7.638721805788452, 49.06617772375576], [7.639052630248427, 49.065738010774], [7.639308577060692, 49.06527723199968], [7.639486601150376, 49.0648008730796], [7.639591058780846, 49.06443655521523], [7.639697263063137, 49.06387124944797], [7.639807254359747, 49.062656655413974], [7.639840908691156, 49.06252180753809], [7.639906293296713, 49.06217670916976], [7.6399308892778715, 49.06182932201485], [7.639934325752504, 49.061540065084614], [7.639961373993249, 49.06136660379415], [7.64003367907414, 49.06064324527109], [7.6400322234657425, 49.060039675284074], [7.639844204154785, 49.058245533135754], [7.639790955731178, 49.057995485544744], [7.652483040744135, 49.055409467420404], [7.65260789724737, 49.05538315519006], [7.6597051500296915, 49.05383776573903], [7.660000791677605, 49.053768392730596], [7.664610679356061, 49.05260749588284], [7.665184383005742, 49.05244284203308], [7.665628891047396, 49.05228199346682], [7.673437509859802, 49.05018065387252], [7.673697969327912, 49.05032932882034], [7.673735645563857, 49.05036167563678], [7.674071304547349, 49.050749257280536], [7.674511888538549, 49.05119455400516], [7.675029309960114, 49.051602585168915], [7.675394997863093, 49.051858558165705], [7.675844507198749, 49.05214562802322], [7.676332112450796, 49.052404447391325], [7.67685371942941, 49.052632842823044], [7.677351128287085, 49.05282963226845], [7.677954925685881, 49.05304219839132], [7.678588045248516, 49.053214005824884], [7.679244137151427, 49.05334333139015], [7.679916620993099, 49.053428877978334], [7.6805987518379855, 49.05346978756973], [7.6812836879168644, 49.053465649845684], [7.681761665691905, 49.05344700258575], [7.68244953014253, 49.05339711454674], [7.682778485685288, 49.053350777626584], [7.683259347314177, 49.05348379224683], [7.683749489570325, 49.053599773308946], [7.684432710851519, 49.0537354279322], [7.685133721961304, 49.053823550417405], [7.68572565900628, 49.05385653719353], [7.68570339616021, 49.054111230183764], [7.685725715333455, 49.05452727132648], [7.685775883669713, 49.05493064553781], [7.685853269774168, 49.05533076855269], [7.685984910584652, 49.055724722618756], [7.686169747691782, 49.05610933665066], [7.68626792020557, 49.056285650896925], [7.6866701720063, 49.05687358412317], [7.687378766543878, 49.05773764099408], [7.687706602794296, 49.05809634823175], [7.6880692809764755, 49.058454303415495], [7.688326877651611, 49.05876347394849], [7.688611680020351, 49.05907474376866], [7.689470576397841, 49.05993291697927], [7.689844870197954, 49.06027144605346], [7.690265443567742, 49.060585637485694], [7.690703623312758, 49.06088377098661], [7.691211818307831, 49.06119606819935], [7.691765660640999, 49.06147282697372], [7.6923594211692645, 49.06171118410662], [7.692986957505067, 49.06190867364383], [7.693641777584871, 49.06206325240764], [7.694317106867742, 49.06217332114915], [7.6948024776069195, 49.062235402554684], [7.695455574911127, 49.06229762580077], [7.69611475767348, 49.06231820607595], [7.696773890904745, 49.06229695184274], [7.697426840077037, 49.06223406091106], [7.698067528261661, 49.062130118595825], [7.698689992728805, 49.06198609226567], [7.699288440480391, 49.061803322333304], [7.6998573021973895, 49.06158350977214], [7.700036000502083, 49.061498237721736], [7.700255862637138, 49.06151411219357], [7.70135586414949, 49.06155209491159], [7.7020902966883895, 49.06155150768183], [7.702820400339381, 49.06149918289671], [7.703537758884422, 49.06139572372059], [7.704549100337756, 49.061211964961124], [7.705052405691492, 49.06110660800656], [7.707185755342937, 49.06059960228921], [7.707856025388863, 49.060413244958426], [7.708492371455097, 49.0601811459114], [7.709483282817761, 49.05977295733122], [7.710144493488033, 49.05946319638879], [7.710745187801353, 49.05910412787142], [7.7114555664278805, 49.05862586456757], [7.711897565752606, 49.05829770034759], [7.712288839961051, 49.05794281143587], [7.712349865676657, 49.057874283849806], [7.713258652610059, 49.058051481376616], [7.714925297195514, 49.05829227094175], [7.715599842231384, 49.058366710464995], [7.716282327767001, 49.05839650589637], [7.717722894064828, 49.05841194474502], [7.718353081737172, 49.05839959786021], [7.718978862474141, 49.058349172101025], [7.719594919747762, 49.05826109587239], [7.720196019702308, 49.05813611744559], [7.720777055651765, 49.05797529859654], [7.721227426457836, 49.05781711796752], [7.722041060656894, 49.058307142962036], [7.722505284255199, 49.0585628208689], [7.723002105213399, 49.058790509338316], [7.723527628405219, 49.05898842310435], [7.724077733503825, 49.05915501034127], [7.724648107301529, 49.05928896483909], [7.725206684940771, 49.05940208769433], [7.725696540184045, 49.0594883637546], [7.726194776379647, 49.05955055253843], [7.729092868055469, 49.05983956447832], [7.730502285835494, 49.060021025285394], [7.731126188868673, 49.060081875323704], [7.7317559689268895, 49.06010470202842], [7.732386271251739, 49.060089311315906], [7.733011736640759, 49.06003583404548], [7.733627047049729, 49.05994472490585], [7.734226970843698, 49.059816758546425], [7.734806407310508, 49.05965302298617], [7.735360430056964, 49.05945491035632], [7.735611722432486, 49.059354917637236], [7.736149135517923, 49.05911752642185], [7.736649982314783, 49.05884780439703], [7.737109775217077, 49.058548168582924], [7.737524394721543, 49.058221304019796], [7.737890126336574, 49.05787013969488], [7.73820369385232, 49.057497822283715], [7.738462288674272, 49.057107687942114], [7.738663594958193, 49.05670323240171], [7.738805810322218, 49.05628807963803], [7.738887661951875, 49.05586594939163], [7.738908417955279, 49.055440623834166], [7.738867893868495, 49.055015913677984], [7.738837826474168, 49.054836945788644], [7.738714046151909, 49.05434856935194], [7.7385093113441865, 49.05387209947179], [7.7383109041107385, 49.053550684763024], [7.7383344094921345, 49.05344921143616], [7.738371373275118, 49.053202891940074], [7.73853276304768, 49.05261166390583], [7.738614215997501, 49.052209710272635], [7.738640233158032, 49.05180456763612], [7.738638673458111, 49.05145474752094], [7.739062090447788, 49.05154547039953], [7.739799633588914, 49.05164622814423], [7.740549562779594, 49.05169306256296], [7.741236438707607, 49.05171096301303], [7.742011945285016, 49.051702241915415], [7.7427809623476564, 49.0516358655892], [7.743533599221978, 49.05151268772294], [7.744663113726202, 49.051282402849715], [7.745613736972786, 49.05115988735625], [7.746029865247785, 49.05133993654992], [7.746242225366906, 49.05142818779779], [7.747166806748787, 49.05179696555543], [7.747714923505108, 49.05199366364945], [7.748288053685222, 49.052156681905785], [7.748881419014421, 49.05228466117173], [7.749490072383885, 49.052376534421164], [7.750108939123633, 49.052431535656844], [7.750935673787381, 49.05247987601709], [7.7515597940535015, 49.052497542023325], [7.752183763387661, 49.0524777062277], [7.752802376008052, 49.052420534118454], [7.753410470858481, 49.05232650267608], [7.754084189230902, 49.0522007251364], [7.754749207722218, 49.052051918746926], [7.755387492947219, 49.051859061672694], [7.755992311046506, 49.051624188618014], [7.757494642427768, 49.05097010927909], [7.757985688369938, 49.05073504373673], [7.759473268047706, 49.04995416486534], [7.759784337873793, 49.04997586195667], [7.762439992990581, 49.050321338383824], [7.763336829780558, 49.05051035934401], [7.763353313597926, 49.050620782130274], [7.763428409794382, 49.05097674847277], [7.763546523416679, 49.051327634919616], [7.763653197594888, 49.05159363885433], [7.763863332567452, 49.0520272586022], [7.764139090083025, 49.05244469324148], [7.764477645860513, 49.052841665132625], [7.764875531864622, 49.05321410623643], [7.765328671801709, 49.0535581998169], [7.765763524475489, 49.05382771740806], [7.765843623531045, 49.053917194319574], [7.767314156729241, 49.05536756670134], [7.767593346155804, 49.05573306471223], [7.767984766507857, 49.05617964030578], [7.769909324747269, 49.05811023976012], [7.770069884973138, 49.058309486310634], [7.770510478694554, 49.05878302111919], [7.771200665558954, 49.059431179111456], [7.771699659140022, 49.05984560085547], [7.772269213235122, 49.06021867653724], [7.772920987419398, 49.060598114435976], [7.773676764647622, 49.060979792562684], [7.7744559308941055, 49.06131929571579], [7.7759196064323515, 49.06203209675222], [7.7765235002979, 49.062294823855915], [7.777166280915249, 49.06251412399746], [7.777840743585456, 49.06268753899589], [7.778540190973829, 49.062839851331034], [7.779195358067089, 49.06295913291349], [7.7798653081876115, 49.063035092793676], [7.780543424217724, 49.063066980717444], [7.781223008322027, 49.06305448172751], [7.783610668562351, 49.062932314375736], [7.783796480509407, 49.062921127992645], [7.784761204732203, 49.062854315127595], [7.785011182098447, 49.06298505000445], [7.785329696527076, 49.06313610020902], [7.7856553660248835, 49.06344822284596], [7.786006925062527, 49.063751244984694], [7.786219815408972, 49.06434053934516], [7.786371449996543, 49.064694989967585], [7.786566718054639, 49.06504009810076], [7.786804310618183, 49.065373548835865], [7.786933231821065, 49.06553672678123], [7.78711815033829, 49.0660405979556], [7.787390583088911, 49.06661525164128], [7.787595833913486, 49.06698911733141], [7.787850538414903, 49.06734961025485], [7.788161037188685, 49.067742583811906], [7.788513711451677, 49.06813819061882], [7.7889258792355776, 49.06850813766174], [7.7893932544971625, 49.06884857687393], [7.789910976652194, 49.06915596705055], [7.790473661118202, 49.06942711070187], [7.791075455322873, 49.069659187331865], [7.791429394341457, 49.06978017932602], [7.792054804583594, 49.069968359932865], [7.792705814861689, 49.07011432892158], [7.793375844417422, 49.07021661073602], [7.794058120086055, 49.07027417143339], [7.794745744813449, 49.07028642914355], [7.795431767430328, 49.07025325995546], [7.796109252975636, 49.07017499917053], [7.796771352855403, 49.070052437910746], [7.797411374125255, 49.06988681511554], [7.797916753764201, 49.069736336621844], [7.798351852681967, 49.069631263610134], [7.798980903242918, 49.06945544498084], [7.801244564526243, 49.06873295490273], [7.802910881239657, 49.068308283682875], [7.803402681290101, 49.06816814041551], [7.803876271499537, 49.06800312810658], [7.80619335131384, 49.06711765434375], [7.806347946131839, 49.06705676859792], [7.808045098946922, 49.066368211751474], [7.81194681213739, 49.06576052936454], [7.812591048444715, 49.065637978473845], [7.813213925069515, 49.06547456611926], [7.813809455394564, 49.06527186293749], [7.814371915828511, 49.06503181718933], [7.815015315331307, 49.06472675233435], [7.815545936755405, 49.06444781048852], [7.8160318250848615, 49.06413565441084], [7.8164681871335935, 49.06379336397143], [7.816848725196993, 49.063462803776204], [7.817312150100255, 49.06300440115717], [7.817686861364563, 49.062512223521004], [7.817926636703711, 49.062142268166355], [7.818153203013978, 49.06174060465837], [7.818320563937808, 49.06132659384524], [7.818344789469955, 49.06125262483], [7.8185259948821715, 49.060959254065565], [7.818760149354238, 49.060514714113076], [7.818821452629929, 49.06034152728187], [7.818854099259218, 49.06028525709293], [7.819035902152181, 49.059838594704296], [7.819254488493906, 49.05916436091402], [7.81937448267823, 49.05888683226646], [7.820387171104315, 49.05873276933591], [7.821121448271183, 49.05859221825389], [7.821591073043722, 49.05848326719482], [7.8222138863097355, 49.05831570295144], [7.822808628404598, 49.05810872946706], [7.823369542544569, 49.05786435023927], [7.8235372366207825, 49.057774527482515], [7.8268434452450215, 49.057084047950056], [7.827695414508025, 49.05686385857641], [7.82869452105885, 49.05655340809381], [7.82932679018303, 49.056329530206234], [7.8299198536619805, 49.05606331660392], [7.830467173574474, 49.05575770228188], [7.83096271663218, 49.05541605657389], [7.831401020697465, 49.055042145985475], [7.831904565867196, 49.05456244154543], [7.832288633385612, 49.05415090109569], [7.832603335964535, 49.0537146645196], [7.832873776545862, 49.053281042230154], [7.834043009651394, 49.05238850147866], [7.834402087882027, 49.05208967297993], [7.834417405478968, 49.052074431418376], [7.83457354616375, 49.052070462100545], [7.835187163289773, 49.05203672788671], [7.836152285448005, 49.0519376586318], [7.836963179878668, 49.051814887416946], [7.837628893029756, 49.05169047550084], [7.838272066467179, 49.05152248015464], [7.838886113979657, 49.051312621725394], [7.840288287653751, 49.05077247859525], [7.842191970953564, 49.05036381270593], [7.844247589605029, 49.049960655190986], [7.844827753232081, 49.049827941394476], [7.845387458213785, 49.04966154587549], [7.845922189054447, 49.04946281110138], [7.8464276318886865, 49.049233340434284], [7.847213283745549, 49.04884125968464], [7.847693435695053, 49.048578050159165], [7.84774535661432, 49.04854384239574], [7.84784121113533, 49.04856195535905], [7.848504769402893, 49.04864188833122], [7.849177080834978, 49.04867846087205], [7.849851603282133, 49.048671317104215], [7.850521773063166, 49.04862052654184], [7.851181068884788, 49.04852658341347], [7.851823075347158, 49.048390401849396], [7.852441545415098, 49.04821330698019], [7.853030461244852, 49.04799702203331], [7.853584092772637, 49.04774365155393], [7.854097053493167, 49.04745566091361], [7.854485636343359, 49.04721472265504], [7.855129269146038, 49.046756112033485], [7.856007428776447, 49.04603591345774], [7.856362694240515, 49.04571672950796], [7.856673907657402, 49.04537825551575], [7.857215758793709, 49.04472571177583], [7.857496055558821, 49.044346968356294], [7.857721201956251, 49.04395264322695], [7.857951355558524, 49.04348388044717], [7.858142472584322, 49.043006328459704], [7.8582527657339485, 49.04251787796309], [7.858380113879765, 49.04161458219437], [7.858497632550661, 49.04113088299384], [7.858653602864377, 49.040678414718116], [7.858729535566009, 49.04042441262053], [7.858879633943394, 49.03983276585106], [7.858888817762977, 49.03978407127433], [7.859999979365984, 49.03978401266039], [7.860420012564272, 49.03977549909768], [7.86110256408902, 49.03974784114667], [7.861875393290383, 49.039687348191926], [7.862632759168675, 49.03956951063605], [7.863364849396465, 49.039395855168486], [7.863965668871821, 49.039227354065254], [7.8646932801654055, 49.038988735800515], [7.865069319210839, 49.038826165065835], [7.866243379048041, 49.04011431284917], [7.8663648067034835, 49.040272832797314], [7.866708007263659, 49.040669392587205], [7.8671105825222964, 49.041041040809404], [7.867568386983736, 49.04138394933392], [7.868076705985141, 49.04169458599245], [7.8684011389454644, 49.041855845465754], [7.868421162887996, 49.041885018317565], [7.868718544899803, 49.0422682277778], [7.869070284324515, 49.04263099620869], [7.86947316121722, 49.042970001587925], [7.870078408914956, 49.04343190604728], [7.870592750600963, 49.04378383835821], [7.871071348478674, 49.044077586031065], [7.8714878623386815, 49.04447868691904], [7.8719618661046535, 49.04488364103511], [7.872502715384899, 49.04525062116536], [7.873534464337754, 49.04587536198057], [7.873997738005406, 49.04613189995645], [7.874493729842967, 49.04636048419813], [7.875018548705297, 49.04655932125323], [7.875168192516441, 49.04660494217657], [7.875268074463589, 49.0469148950471], [7.875470385015715, 49.047334752037344], [7.875734223967083, 49.047739581966724], [7.876057060560945, 49.04812549954887], [7.876435797619026, 49.048488800925234], [7.876734189566387, 49.048746935651266], [7.8771856253743975, 49.0490985474955], [7.877689374540134, 49.04941798875833], [7.878240161242456, 49.04970191334729], [7.878832216653335, 49.04994734715187], [7.879459339373516, 49.050151719215386], [7.8801149604137635, 49.050312888682775], [7.881042283341794, 49.05050591400092], [7.881384516228257, 49.050615982461345], [7.8817752715470295, 49.05080389253788], [7.882163036157445, 49.051024505198605], [7.883514959069339, 49.05187184029507], [7.884028950989896, 49.05216337983985], [7.884584388559764, 49.05241999013925], [7.8851757991285565, 49.0526391426094], [7.885883038971907, 49.052871600714184], [7.8864678156175545, 49.05304183021502], [7.88707422960185, 49.053175414854], [7.8876969782393465, 49.05327118650474], [7.888251613484793, 49.05333868010434], [7.888937710744596, 49.053398759728545], [7.889629534005632, 49.05341295609673], [7.890319997697395, 49.05338112381323], [7.8910020301847155, 49.05330358889618], [7.891668646250065, 49.05318114543606], [7.892313018687413, 49.0530150474569], [7.892928548271625, 49.05280699606404], [7.893590071815537, 49.05255479610697], [7.894227582961583, 49.05227942149107], [7.89481446833996, 49.051959097669865], [7.895462410544049, 49.051563298316886], [7.8958228097273, 49.05132607835018], [7.8965853659243965, 49.05078523356566], [7.898027183426936, 49.05037108669766], [7.899322924442453, 49.05007037025377], [7.90041047561854, 49.04991416714977], [7.901401448010916, 49.04987368735449], [7.902232367587106, 49.04980598962355], [7.903044473740366, 49.04967206155182], [7.903313292823166, 49.04961603074217], [7.903949135505528, 49.04946028723222], [7.904044613917142, 49.04942950906595], [7.9042964992148, 49.04943573080338], [7.905076905419689, 49.04942570784032], [7.905391178930147, 49.04939791765772], [7.905841296576102, 49.04943221620549], [7.909914050373009, 49.04959894414717], [7.910605097911917, 49.04960422633526], [7.911293428093044, 49.04956364077142], [7.911972011810623, 49.04947760190374], [7.912633919564439, 49.04934698833339], [7.913272392273576, 49.049173133836035], [7.913880910343403, 49.04895781373244], [7.914453260278053, 49.0487032267472], [7.91498359815628, 49.04841197254225], [7.915466509320912, 49.048087025154786], [7.915594525572789, 49.0479916894656], [7.91601897788074, 49.04764194994909], [7.9163884411221535, 49.047266210543896], [7.916699257239177, 49.04686819267289], [7.916716590908043, 49.04683921988946], [7.916904994587324, 49.04694509611574], [7.917369849204567, 49.047164899870864], [7.9176252184138285, 49.04726548316763], [7.917986132518401, 49.04774100129617], [7.918446797522675, 49.04826266100862], [7.918867541566158, 49.048683014802414], [7.918909006371181, 49.0487197810135], [7.919217971761924, 49.049691047441556], [7.919368820221127, 49.050078378631554], [7.919571428773724, 49.050455368567825], [7.919895600341307, 49.050982619655], [7.920072885081866, 49.05124629404022], [7.920482395632356, 49.05180608025082], [7.920800443547525, 49.05219149304794], [7.921442063663162, 49.052885901417426], [7.921722093488693, 49.05316501413957], [7.9220329107821446, 49.05342967650828], [7.9243522888095095, 49.055259597512354], [7.9242768269574055, 49.055541580980616], [7.924226064854217, 49.055986025578065], [7.924242510700651, 49.05643158929331], [7.9243260045884725, 49.05687389307756], [7.924453978583319, 49.0573551293991], [7.92452812430936, 49.05759518398067], [7.9248096979356895, 49.05839444127763], [7.925033633047016, 49.05889557011108], [7.92534450047661, 49.059376248237164], [7.925673912621416, 49.05981317853141], [7.926029412243166, 49.060227935518945], [7.9264496581329675, 49.06061566391059], [7.9269299394306545, 49.06097201610701], [7.927464871762082, 49.061292996248895], [7.928048457594162, 49.06157500504521], [7.928334379944478, 49.061698398559294], [7.928827010676192, 49.061892062386534], [7.9293426173701915, 49.062057902476056], [7.929877569133963, 49.06219475093362], [7.930521976144584, 49.06233944843377], [7.931187727779664, 49.06246459886939], [7.931869323276035, 49.062544880967856], [7.932559778342127, 49.06257947208437], [7.93325201783189, 49.06256801776513], [7.934275381416219, 49.06251693555173], [7.934951948026981, 49.062460760510554], [7.935616640795583, 49.062360599576806], [7.936262853905873, 49.06221744816543], [7.937132547308278, 49.06199248036407], [7.937346874280731, 49.06192693630368], [7.93790597291335, 49.06188400383199], [7.938555565854936, 49.06181315310733], [7.939191782094348, 49.06170158837186], [7.939808726370146, 49.06155034340422], [7.940400682131804, 49.061360819657004], [7.940962164541825, 49.0611347732619], [7.941124647111706, 49.06105428306946], [7.941389179987594, 49.061007261775366], [7.941966575182626, 49.060866953131416], [7.942522436017092, 49.06069310109031], [7.943106165255763, 49.06048887451818], [7.943712122348553, 49.06024967808849], [7.944277279827802, 49.059970665100685], [7.944413952051839, 49.05988738192568], [7.944715151830436, 49.059923065323225], [7.945372110663791, 49.059958530319506], [7.946031213829762, 49.059952276304415], [7.946372599363563, 49.059938204836946], [7.947039769025915, 49.05988901132016], [7.947696386739738, 49.059797076325964], [7.948336127389665, 49.05966328545151], [7.948952828558116, 49.05948892747787], [7.949540549925228, 49.05927568194683], [7.9500936305216205, 49.05902560297136], [7.950606743280861, 49.05874109943648], [7.951074946365003, 49.058424911781536], [7.951202922688862, 49.05832953910472], [7.951637066414551, 49.05797064901445], [7.952013327512263, 49.057584564913036], [7.9523277935916195, 49.05717530266883], [7.952577195269446, 49.056747119145925], [7.952758940125611, 49.05630446791242], [7.95287113960663, 49.05585195290645], [7.95299369125189, 49.055126153402675], [7.953035400455067, 49.05464241989762], [7.952997662589961, 49.05415854532992], [7.952861274027957, 49.05330897053685], [7.952979185070561, 49.0529912261243], [7.95307459723467, 49.05253697216081], [7.953090912691462, 49.05241282334196], [7.953103748954724, 49.052408735788056], [7.953667547059598, 49.05218268335119], [7.9541955442099255, 49.051921945318824], [7.954682817926685, 49.051628952791454], [7.955124825660315, 49.05130643756647], [7.9555174471419825, 49.05095740665372], [7.955857022786922, 49.05058511422542], [7.955992398831413, 49.050397799626396], [7.956358198852419, 49.050289279786874], [7.9567089139342855, 49.05017721714007], [7.956828355874045, 49.05013624504429], [7.9573894338341, 49.0499208961855], [7.957424319344018, 49.04990600268071], [7.958013060377322, 49.049789821908014], [7.959943827973481, 49.04934063179567], [7.960499667457697, 49.04919298946103], [7.961033699223775, 49.04901391865153], [7.961541819766181, 49.04880479541592], [7.961673189073234, 49.04874530612859], [7.962211165476376, 49.04847492460253], [7.962705820646387, 49.04817089599631], [7.96315230504057, 49.047836201435935], [7.963546241705342, 49.04747412268246], [7.963603477047766, 49.04740868301434], [7.96384668817567, 49.047398687187446], [7.965343240969635, 49.04728269896471], [7.965933120932733, 49.04721969449658], [7.96640663692735, 49.04715504559228], [7.967032478247203, 49.04704909790333], [7.967640309731572, 49.046904791131276], [7.968224703217801, 49.046723414014785], [7.968780440008851, 49.04650658633679], [7.96930255750218, 49.04625624444922], [7.969786393523758, 49.045974623969734], [7.97022762797044, 49.0456642398054], [7.9703807724154725, 49.04554575100267], [7.970562021900787, 49.04545966518466], [7.971062240199179, 49.04519783822656], [7.971523069143896, 49.04490644433132], [7.97194048052821, 49.0445880310527], [7.97231082593231, 49.04424538211904], [7.97263086860704, 49.04388149308451], [7.972924056342194, 49.04350895901354], [7.973182830177022, 49.043140237762955], [7.973389936253857, 49.042757670606164], [7.973543685999615, 49.042364378807335], [7.973642826257109, 49.04196357106199], [7.973686549471159, 49.041558517313845], [7.973702408061382, 49.04115243086943], [7.9736979768753775, 49.04099633431113], [7.973739826080119, 49.040920460699255], [7.973910753873499, 49.040565286438834], [7.97397341398862, 49.040384079589664], [7.974396054308326, 49.040295196085346], [7.975010844380939, 49.04012069189779], [7.975596721479734, 49.03990749065278], [7.976148066890303, 49.03965763712471], [7.9766595933051185, 49.039373527582974], [7.977126395544806, 49.039057886796165], [7.97731821643622, 49.03891478344747], [7.977704095734609, 49.03859934009261], [7.978045249170288, 49.038262354845294], [7.978338911474701, 49.037906560053216], [7.9785827026004466, 49.037534840521246], [7.978774646993773, 49.03715021011283], [7.978913189581902, 49.03675578730692], [7.979015207858276, 49.03639116791797], [7.97910096954376, 49.03597750413557], [7.979127999017533, 49.03556039324372], [7.979124395074594, 49.03494760301228], [7.979175587688334, 49.03490016304495], [7.979554735115159, 49.03444569809739], [7.979796674377826, 49.03411130593714], [7.980052475802636, 49.033708399387756], [7.98024762994386, 49.03329107790663], [7.980380297686254, 49.0328632774441], [7.980415173724876, 49.032643571879696], [7.980674347687846, 49.03244241750868], [7.981053527321835, 49.03208214300348], [7.981377569157311, 49.03169930994297], [7.981643396658935, 49.03129755449505], [7.981754283857097, 49.0310721679023], [7.982005387190977, 49.03098272677504], [7.982304682029605, 49.03084671909952], [7.982304817037519, 49.03084670523684], [7.982489856015545, 49.030936698017165], [7.983028885223496, 49.031151392270566], [7.983816079979595, 49.03143316857458], [7.984200957688985, 49.03167456010773], [7.984721007867649, 49.03194274255939], [7.98527801133928, 49.032176654840654], [7.985866763207916, 49.03237411099715], [7.986481761678262, 49.03253326574207], [7.9871172594953075, 49.03265263171224], [7.987767317685979, 49.032731093377585], [7.988425861099051, 49.03276791747369], [7.98908673522251, 49.032762759859416], [7.989144284156942, 49.03275863530891], [7.989737072901387, 49.032886399462534], [7.990378801190171, 49.03298098925262], [7.991031383308334, 49.033034600513695], [7.9916887806341474, 49.03304673716212], [7.991708336538178, 49.03304585945054], [7.991790084413295, 49.03307216046635], [7.99241039260189, 49.03322482203546], [7.9930502574233, 49.033337301727876], [7.9937036735278415, 49.03340854387752], [7.994364508283473, 49.03343787984554], [7.99502655937627, 49.03342503430018], [7.995683613067422, 49.03337012780295], [7.997255523156431, 49.033187513233415], [7.997907585577039, 49.03308991843266], [7.998542026685695, 49.03295090428274], [7.999152776367772, 49.032771800843335], [7.999406233685909, 49.032676962717574], [7.999733739127527, 49.03270110507435], [8.00040545104569, 49.03272870241578], [8.001078035132283, 49.03271274132561], [8.001744973342172, 49.03265337648163], [8.002399802386892, 49.032551183183045], [8.003036176417394, 49.0324071517713], [8.003647928564359, 49.032222678025946], [8.004229130737606, 49.031999549628964], [8.004774151103215, 49.031739928829374], [8.005277708679873, 49.03144633147641], [8.005734924524216, 49.03112160262512], [8.00614136900849, 49.03076888895191], [8.006256741204343, 49.03064513852606], [8.006290405264025, 49.03063590859829], [8.007581167121216, 49.030233786643045], [8.007867320466977, 49.0302042973854], [8.008538035765055, 49.03008841879072], [8.009187446283674, 49.02992845701769], [8.009782402660178, 49.02973467855981], [8.010239240023122, 49.029747289451734], [8.01071861145757, 49.02974528048883], [8.0113847972141, 49.029721078323035], [8.012044222172541, 49.02965429049412], [8.012690605196866, 49.02954555316339], [8.013317789472449, 49.029395902060806], [8.01391980119095, 49.02920676261246], [8.014490906485584, 49.02897993635414], [8.0150256660728, 49.02871758376029], [8.015518987078522, 49.02842220365325], [8.015966171554334, 49.0280966093885], [8.016165849488214, 49.02791911594276], [8.016470137941946, 49.027795692904654], [8.016996498936955, 49.02753288984482], [8.017481808937482, 49.02723789275749], [8.017921533027296, 49.02691345862601], [8.018311562558406, 49.02656261949508], [8.018648253535915, 49.026188654120375], [8.018928460649795, 49.025795057313864], [8.019046694181556, 49.02560563605518], [8.019340669784196, 49.02559522136195], [8.020014126547473, 49.025526678795245], [8.02067385837292, 49.025414381485895], [8.021313308520288, 49.02525944550481], [8.021926121970264, 49.025063410677646], [8.022506208621865, 49.02482822527079], [8.023047803847609, 49.02455622661588], [8.023113418404018, 49.024515872708456], [8.023441497668726, 49.024440858034254], [8.024055633288164, 49.024253843268205], [8.024638637374988, 49.02402780854331], [8.025184795544085, 49.02376496951338], [8.025688754819155, 49.02346790256357], [8.026145576113205, 49.02313951954125], [8.026349108442329, 49.02297781654382], [8.026463218507882, 49.022877675696606], [8.02679025155054, 49.0228790526642], [8.026812143842568, 49.02287835867791], [8.027387971893084, 49.02295073358234], [8.028031637878312, 49.02299073680167], [8.028480157934162, 49.02299062013097], [8.028635985739852, 49.0230157734441], [8.029426793390599, 49.0231177566634], [8.030042807970643, 49.023178180368745], [8.030664628698279, 49.023201478971956], [8.031287092903154, 49.02318745903856], [8.031905032568293, 49.02313623696775], [8.032513317270784, 49.02304823802538], [8.033106896809112, 49.02292419281053], [8.03373600492477, 49.02277164178153], [8.03435816805284, 49.02259732414431], [8.034951093591008, 49.022383428723806], [8.035055041296802, 49.02233659087873], [8.03512490408494, 49.022324379467605], [8.035315558478104, 49.02230944576492], [8.035983038383979, 49.022211922088786], [8.036632363114942, 49.02207103088984], [8.037257035399751, 49.02188818197374], [8.037850804828052, 49.021665204973246], [8.038407730426796, 49.02140433102818], [8.038922240129654, 49.02110817044603], [8.039389186543092, 49.02077968656758], [8.039803898450268, 49.02042216609983], [8.040155787966926, 49.02004606884643], [8.04018455202656, 49.020037798353776], [8.04085987666559, 49.0200010351641], [8.041503019299597, 49.01994571235954], [8.042135292347798, 49.01985054479994], [8.042751002005842, 49.0197163894977], [8.042758611035834, 49.01971418559117], [8.043222204603863, 49.01964682382453], [8.043877562136203, 49.01950473578697], [8.04450779604011, 49.01931991301187], [8.044993615168904, 49.01913678493271], [8.045172323362697, 49.01912352284168], [8.045820202074706, 49.01903301446817], [8.046451718753017, 49.018901688680685], [8.047060943309358, 49.01873077867425], [8.047309774560846, 49.0186413485062], [8.047320898800052, 49.0186425549556], [8.048026483159742, 49.01867041647758], [8.04916413039697, 49.01867657242765], [8.049819428013489, 49.01865942137036], [8.050469209659225, 49.01860104331775], [8.051107492923459, 49.01850197574071], [8.051728401339687, 49.01836313072368], [8.052326218526808, 49.01818578656126], [8.052895440850943, 49.01797157598131], [8.05343082812152, 49.0177224711031], [8.053722360302645, 49.01755710243735], [8.054340051410367, 49.017330726254144], [8.05492703721108, 49.017058910738605], [8.055382464880198, 49.016796973669386], [8.055403558190477, 49.016789304064865], [8.055943843734015, 49.01654573331094], [8.056446198343336, 49.01626926422305], [8.056906008801771, 49.015962435996386], [8.05731905285716, 49.015628066610844], [8.057681537992426, 49.015269226936624], [8.057990136239226, 49.01488921251817], [8.05811587053295, 49.0146906873466], [8.05843027403704, 49.01458341624122], [8.059014672357439, 49.01433111768722], [8.059556832392548, 49.014040874707035], [8.060051083193752, 49.013715723591034], [8.060492255289113, 49.013359065753384], [8.06087573475194, 49.01297463213132], [8.061197511442762, 49.012566444138265], [8.061454220920789, 49.01213877158051], [8.06164317958786, 49.01169608797818], [8.061811424603487, 49.01120708437653], [8.061853267680554, 49.01119953919506], [8.062467988824947, 49.011045560611095], [8.063057357233276, 49.0108534199521], [8.063615913005963, 49.010624897287045], [8.064271688634776, 49.01032688063453], [8.06478912363663, 49.01006693324252], [8.065266604792985, 49.009775774851555], [8.065292725776798, 49.00975649595007], [8.065698868514525, 49.00967220925736], [8.0663376867173, 49.00949083525952], [8.06694515720008, 49.00926767168573], [8.067514983148733, 49.009005031903975], [8.06804125823909, 49.00870563846614], [8.068518527876494, 49.00837259486864], [8.068941845738435, 49.008009353363946], [8.069306825033788, 49.007619679157294], [8.06960968394757, 49.00720761136073], [8.070322847611047, 49.00609618222772], [8.070570437549604, 49.00564434477088], [8.070628179935728, 49.00548851340404], [8.070902219475453, 49.0051450936595], [8.071156947290726, 49.0047301671587], [8.071347714726732, 49.0043006361265], [8.07147263341834, 49.003860755994474], [8.071496210619292, 49.00367898866438], [8.07163718367373, 49.00333020004563], [8.071684487373963, 49.00314437310331], [8.071938903386686, 49.00304378151658], [8.072476252116784, 49.00278103254965], [8.072971937214641, 49.002484947546286], [8.073421200697341, 49.002158368989306], [8.073819730483974, 49.00180443205309], [8.074163701778744, 49.00142653449094], [8.074449813764597, 49.0010283040027], [8.074675321256022, 49.0006135633968], [8.074838061008235, 49.00018629388176], [8.074936472431853, 48.9997505968401], [8.074969612516057, 48.999310654451776], [8.074937164819195, 48.998870689545946], [8.074839442442821, 48.99843492506617], [8.074799187183086, 48.99832876370824], [8.074884910356195, 48.9978843662039], [8.074932605434437, 48.997517109524075], [8.074934420177389, 48.99714851621036], [8.074890343362284, 48.99678106363176], [8.074743167380388, 48.99597633754827], [8.074636991284745, 48.995560933973564], [8.074472201766456, 48.99515389188841], [8.074250246612944, 48.994758784093925], [8.074069692485669, 48.994478501504894], [8.073675826581386, 48.99358463529707], [8.072935955555334, 48.991238991502655], [8.07276640669265, 48.99080928533689], [8.072533290128911, 48.99039267756723], [8.07223888011356, 48.98999322989825], [8.071886048283826, 48.989614836645714], [8.071478235624522, 48.98926118678202], [8.07101941888745, 48.98893572798611], [8.070514071799172, 48.98864163304759], [8.069967121435848, 48.98838176895159], [8.069680734179283, 48.9882722176456], [8.069617608550317, 48.98806732124274], [8.069413975930757, 48.98763518309298], [8.069145385841944, 48.98721870126237], [8.068814559420726, 48.98682209286476], [8.068424847758507, 48.98644937369497], [8.067980197927318, 48.9861043175818], [8.067485112983698, 48.98579041819351], [8.066944606356492, 48.98551085368149], [8.066364151080895, 48.98526845451924], [8.065749624392767, 48.98506567486166], [8.065107248243518, 48.98490456771352], [8.064443526336749, 48.98478676415775], [8.063765178322502, 48.98471345685347], [8.06307907181324, 48.98468538796985], [8.062392152907558, 48.98470284167777], [8.061711375922313, 48.98476564127499], [8.061043633041917, 48.984873150973826], [8.060395684594203, 48.98502428233309], [8.059608746406507, 48.98523773020122], [8.058973693243525, 48.98543570258218], [8.058938277340676, 48.985449841890784], [8.058374311946737, 48.98544853673519], [8.05769528020938, 48.98549174389749], [8.057026180101882, 48.98557930586542], [8.05637368270704, 48.98571034962381], [8.0557442937002, 48.98588356862514], [8.055144288528377, 48.98609723580711], [8.054579649876505, 48.98634922080038], [8.054056008042405, 48.98663701115572], [8.053578584813641, 48.986957737379555], [8.05315214140491, 48.98730820152881], [8.05278093097465, 48.98768490908107], [8.052468656194469, 48.9880841037629], [8.052176655251026, 48.988508161607015], [8.051524455716192, 48.98891093757874], [8.051045358872937, 48.98924737725363], [8.050659498005807, 48.98941713134854], [8.050135663933915, 48.98970084476208], [8.049657164369682, 48.99001734821253], [8.049228717825038, 48.99036352118763], [8.048854549578087, 48.99073595059168], [8.048538349993732, 48.991130964381156], [8.048283238106222, 48.99154466775549], [8.048239983922311, 48.991641408148176], [8.035329306542131, 48.993942536580654], [8.035098413678561, 48.99398655808116], [8.035034376979487, 48.99399957484313], [8.034806140925744, 48.99374913979732], [8.034405852734169, 48.99339427442416], [8.033954559904195, 48.993066982478155], [8.03345662304669, 48.9927704257733], [8.032916853123776, 48.99250746915595], [8.03234046497114, 48.99228065284443], [8.031733026930556, 48.99209216790447], [8.0311004070784, 48.991943835096585], [8.030448716568724, 48.99183708729943], [8.029784250636567, 48.991772955677746], [8.029113427829692, 48.99175205972875], [8.027109715312248, 48.991754500921104], [8.027046090247195, 48.99173060322555], [8.0264612532203, 48.991556573994984], [8.025854183672863, 48.99141942618538], [8.025230238300987, 48.99132036994939], [8.0245949225951, 48.9912602793249], [8.023953842295729, 48.99123968452844], [8.02331265396801, 48.99125876728015], [8.02283624386998, 48.99128774831335], [8.021908735042814, 48.99138687034531], [8.007374059691056, 48.99362350938066], [8.00734770854084, 48.99360039151162], [8.007284957053864, 48.99354619982007], [8.006015307784185, 48.99246677332372], [8.006030540386703, 48.992460236691095], [8.006562082073806, 48.992207407856625], [8.007054330676182, 48.9919222026959], [8.007502749955654, 48.99160724984175], [8.007903207858005, 48.99126545205299], [8.007921494749807, 48.99124629052667], [8.009776975431475, 48.9905295553179], [8.010350046839601, 48.99028193146981], [8.010882516914142, 48.98999775570351], [8.011369023663615, 48.98967989002805], [8.011804668272433, 48.9893315356997], [8.012185064429273, 48.98895620096503], [8.012506382480526, 48.988557665713074], [8.012765387964828, 48.98813994339376], [8.012959474141775, 48.98770724058638], [8.013086688188876, 48.987263914626574], [8.013145750804979, 48.98681442971853], [8.013136069025286, 48.98636331197533], [8.01305774212153, 48.98591510383998], [8.012911560530743, 48.985474318346746], [8.012698997826325, 48.98504539368293], [8.01242219581501, 48.98463264850858], [8.010494722467802, 48.98210929541813], [8.01041429723979, 48.982007271418254], [8.009732715675398, 48.981169015240035], [8.009444610741822, 48.980736444576166], [8.009365180592134, 48.97923796595355], [8.00930887197842, 48.97879783570922], [8.009187229594707, 48.97836346574795], [8.00900142894121, 48.97793904786795], [8.008753264545318, 48.977528677730696], [8.008445132588554, 48.977136315345604], [8.008080007734918, 48.97676574686672], [8.007661414385998, 48.97642054807031], [8.007193392641678, 48.976104049864254], [8.006680459295994, 48.97581930616213], [8.006127564245071, 48.97556906443084], [8.00554004272794, 48.975355739195486], [8.004923563860673, 48.97518138875623], [8.004284075959665, 48.97504769534134], [8.004075263212217, 48.97501136685392], [8.003483007412504, 48.97492663637727], [8.002881674340532, 48.974876799798466], [8.00227599803728, 48.97486224946307], [8.001670746709571, 48.974883099920554], [8.001262637062387, 48.97490914967915], [8.000458046232358, 48.97499262540182], [7.999580575409099, 48.975119353830024], [7.998894656203927, 48.97524337630952], [7.998232047640295, 48.975413684743884], [7.997599935333707, 48.97562843228046], [7.997005174428461, 48.97588529013702], [7.996818505914795, 48.97598563942021], [7.996125852020861, 48.97585134117356], [7.993471098665058, 48.975135011766646], [7.9928313182096815, 48.97498634382531], [7.992172290827498, 48.97488019147006], [7.991500518219417, 48.97481760195478], [7.9908226277278676, 48.97479919275801], [7.990145307004089, 48.97482514549583], [7.989475238082682, 48.974895204131265], [7.9888190315114045, 48.97500867749851], [7.988183161183476, 48.975164446116615], [7.987932549680323, 48.975245285562245], [7.987726529972805, 48.975234729328704], [7.986954971714679, 48.97525272277616], [7.986191425699778, 48.97532791735012], [7.985718588663774, 48.975392648658264], [7.985075653866979, 48.97550237728061], [7.984451946288889, 48.97565269314471], [7.983853362965698, 48.975842175072145], [7.983285563564557, 48.97606903156778], [7.982753916899506, 48.976331117746724], [7.982263450187964, 48.97662595560094], [7.982183718389389, 48.9766841975907], [7.9818834011831825, 48.976591093488274], [7.981409223405267, 48.976471535296454], [7.980765739440657, 48.97632709891745], [7.980276686268034, 48.976230594684196], [7.979778050076249, 48.97615840576473], [7.976510336638353, 48.975768931023325], [7.976394906438858, 48.97571692619744], [7.975770284729298, 48.97546673051936], [7.9751086185218085, 48.9752619194181], [7.974252572712848, 48.975032911580165], [7.974063994520487, 48.97494743953486], [7.973473508301725, 48.97470794640957], [7.972849175418379, 48.97450910709827], [7.972197432803003, 48.97435297156521], [7.971524999766894, 48.97424114949792], [7.970838808769184, 48.974174793723456], [7.970145933996653, 48.974154588331814], [7.969453518487929, 48.974180741628516], [7.968768700550642, 48.97425298398867], [7.9680985402271185, 48.974370570634555], [7.96744994656386, 48.97453228930838], [7.966829606431821, 48.974736472761045], [7.966243915628739, 48.97498101592908], [7.965698912971694, 48.975263397622776], [7.964414474827668, 48.97600139577916], [7.963718239013584, 48.9764640120089], [7.962838458126449, 48.97714017270442], [7.962423327745233, 48.97749329790391], [7.962063448452404, 48.977871785050596], [7.961762370333723, 48.97827190177946], [7.961523063836921, 48.978689702346244], [7.961347890434293, 48.979121066525614], [7.961238579281471, 48.97956174023306], [7.961196210104608, 48.980007377470486], [7.961221202487046, 48.98045358318201], [7.961313311663649, 48.98089595659785], [7.961471630867014, 48.98133013463878], [7.961660467417942, 48.98168728033821], [7.961661354499951, 48.9816923669748], [7.961812757677365, 48.98214395954062], [7.962033840729545, 48.98258292610416], [7.96221646263777, 48.98284993163971], [7.962144602669633, 48.98302210697247], [7.9620307709493945, 48.98346134121786], [7.961983551971492, 48.9839058342248], [7.962003411200669, 48.984351220457405], [7.962090155303453, 48.984793125500566], [7.962242933979788, 48.985227209024735], [7.962460248249184, 48.98564920742006], [7.962739965112527, 48.98605497568081], [7.962823407347667, 48.98614977267651], [7.96280866926946, 48.98625816036131], [7.962817081325566, 48.986713845314995], [7.962825662912417, 48.986803589078356], [7.962894982642996, 48.98721911346487], [7.963022642386516, 48.987628604528844], [7.963207539913361, 48.98802852231474], [7.963448078085098, 48.98841540954911], [7.963742178620028, 48.98878592153512], [7.9640873000235874, 48.98913685507594], [7.964480459529931, 48.989465176176886], [7.964918258865887, 48.98976804628625], [7.96492968829426, 48.989774608094315], [7.964821482006859, 48.98984404499527], [7.964403380945542, 48.99016849966031], [7.964033743789619, 48.990517506102826], [7.9637158803854184, 48.990887940138315], [7.9634237818762825, 48.991269444721134], [7.963094492933989, 48.99177405048014], [7.962360632747294, 48.99311988320524], [7.9622268199809385, 48.993392255447134], [7.961844655566144, 48.994264015637924], [7.9616529674039604, 48.99484141081659], [7.961517807732998, 48.99543264622958], [7.9614494921132595, 48.99588799679563], [7.961451864267581, 48.99634555804364], [7.961503591005922, 48.99666782422867], [7.961237233510576, 48.99692401111699], [7.960915702531013, 48.9973092662477], [7.960683443748165, 48.997666337884525], [7.960568956232517, 48.997701193450574], [7.958725461087847, 48.99832708037147], [7.95812822128644, 48.9985557066572], [7.957569120400929, 48.998822848259316], [7.9567220056699846, 48.999272335438924], [7.956262607052076, 48.99953932814507], [7.955841414899739, 48.99983233209216], [7.955526691874209, 49.00009487319032], [7.955053142412699, 49.00030069211191], [7.954496158498092, 49.000570362053324], [7.953983445640248, 49.00087568822261], [7.953520254616536, 49.00121354418504], [7.952737286183155, 49.001846272704704], [7.952424718567225, 49.00193423966193], [7.951840418780348, 49.0021451338658], [7.951290116517328, 49.00239247007817], [7.950779045331177, 49.00267389626099], [7.950312065939379, 49.002986736159755], [7.949893620002591, 49.00332801473916], [7.9495276878770875, 49.00369448646061], [7.949217750742838, 49.00408266613269], [7.949157608115233, 49.00417999882086], [7.948975379302202, 49.004193959750275], [7.948326237210558, 49.004286394167714], [7.947693796715795, 49.00441984671992], [7.947084030398989, 49.00459305713708], [7.946502696872765, 49.00480438967907], [7.945955286428592, 49.00505184857243], [7.945759226616398, 49.005150034727556], [7.945108263889509, 49.005520885436134], [7.9447212688517475, 49.0057711006298], [7.944260005004065, 49.00610061967832], [7.94385086843807, 49.006458699250466], [7.943497921265717, 49.006841785103326], [7.943204668112044, 49.00724607470835], [7.942974021291662, 49.00766755498108], [7.942808271853791, 49.00810204210348], [7.942709066784998, 49.00854522304415], [7.9426773925980365, 49.00899269836496], [7.942713565472181, 49.00944002588944], [7.9428172280455, 49.00988276479951], [7.942941084110889, 49.01019855233942], [7.942705482577345, 49.01027680441602], [7.942170674738915, 49.01049734323568], [7.9416690719079, 49.0107493956123], [7.941204952003419, 49.01103081215345], [7.940251805244565, 49.01166472506957], [7.939795888607965, 49.01199992825538], [7.939393162832829, 49.012363417742826], [7.939238616591708, 49.012537035608126], [7.939139160221117, 49.01259223719883], [7.938613555508974, 49.012799638766694], [7.938054004793902, 49.013075190793295], [7.93754015788488, 49.01338689115588], [7.93707738865268, 49.01373148055179], [7.9369672304223196, 49.01383271086203], [7.936611945350822, 49.01392403033844], [7.936074852545459, 49.014099171799536], [7.935346661303628, 49.01436339755093], [7.934786205650699, 49.01459057084094], [7.933223211632708, 49.01529456726579], [7.932694435499454, 49.01555841506062], [7.932207051054778, 49.015854749340356], [7.931765653519449, 49.016180776594986], [7.931374404836349, 49.01653342334984], [7.931036994422174, 49.01690936512517], [7.930948549035603, 49.01703418194391], [7.927367896525144, 49.018715301000746], [7.927089444484594, 49.0187639804364], [7.926453714752047, 49.018897279896876], [7.925840769624301, 49.01907070706159], [7.925770374408658, 49.01909623596792], [7.925598329553648, 49.018985044705566], [7.925453358457179, 49.01890090632952], [7.925367453167106, 49.01885588880367], [7.925333449306473, 49.018721915020535], [7.925146732588411, 49.01827547441033], [7.924891197760823, 49.017844031442], [7.924569556541849, 49.01743216175146], [7.924416071167608, 49.017258278104855], [7.923990114453012, 49.01683312743731], [7.923493811271072, 49.01644237894376], [7.922933527390727, 49.01609104336213], [7.922528495887423, 49.01586442020873], [7.921990916633293, 49.01559266644456], [7.9214150563702725, 49.01535727718884], [7.9208065801823855, 49.015160567936135], [7.920561308119923, 49.015100286324945], [7.9201901016411265, 49.01479603629519], [7.91971031187327, 49.014474765148215], [7.919184071995795, 49.014186675594146], [7.91886772045172, 49.01404616719908], [7.918829199947041, 49.01388400754777], [7.9186423715335845, 49.013423862499806], [7.918382594522311, 49.0129792987915], [7.918052785679187, 49.01255530485974], [7.917899336532767, 49.01238141207573], [7.917538540118941, 49.01201479558195], [7.917125376201662, 49.01167293420874], [7.916997171811653, 49.01158576387655], [7.916887887217015, 49.01122913511623], [7.91671731257481, 49.01078873276726], [7.916480024353595, 49.010361907721375], [7.916178448572772, 49.00995302093481], [7.915815667881049, 49.009566249989454], [7.915395390011734, 49.009205546424475], [7.914921909863565, 49.00887459537992], [7.914400065595856, 49.00857677796421], [7.913835189187429, 49.00831513672904], [7.913233051964617, 49.00809234460339], [7.912623695582109, 49.00791753127888], [7.912274057305457, 49.007573628637886], [7.911912840127509, 49.00706037781533], [7.911693605140991, 49.0067758046869], [7.911420581852155, 49.006450567412855], [7.911263129985219, 49.0061071430197], [7.911292074161507, 49.005846426552765], [7.911281513947481, 49.00544167003763], [7.911260274951105, 49.00521730539623], [7.91117913272184, 49.00475222299536], [7.91102492546884, 49.0042952122443], [7.910799326853476, 49.00385122761389], [7.9105047843212475, 49.00342508223969], [7.910144492498681, 49.00302139575593], [7.909722358501798, 49.00264454423173], [7.9092429595346925, 49.00229861275082], [7.9087114932397835, 49.001987351148436], [7.908097449344423, 49.00166379580802], [7.908245817360957, 49.00113580339054], [7.908344946953641, 49.000613640293366], [7.908408279884392, 48.999980387544035], [7.908422986531689, 48.999669862458155], [7.908420466844372, 48.999183059338485], [7.9085604360577175, 48.998947369866265], [7.908726891190879, 48.99857517492373], [7.9088439572303155, 48.99819492312719], [7.908905172133779, 48.99784170891949], [7.909011058881987, 48.99770251266331], [7.9093180394011195, 48.99759795316886], [7.909898190289303, 48.99737592524542], [7.910442434053846, 48.99711751588748], [7.910945519499004, 48.996825218632566], [7.91140259283004, 48.9965018539791], [7.911809244488819, 48.996150542155284], [7.9118354441212855, 48.99612259054468], [7.9119838637857605, 48.996096143026776], [7.912649867992742, 48.9959266573029], [7.912817655940566, 48.99587007524351], [7.912930826699965, 48.995862451264415], [7.9135163858662185, 48.99578862280702], [7.91469022024489, 48.99560534877666], [7.9153281614190405, 48.995483913549336], [7.915945169972748, 48.995322296537786], [7.917027737075871, 48.99499777738691], [7.917827473556604, 48.9948122483169], [7.918348277418247, 48.9946753660101], [7.919200727076675, 48.99442414933281], [7.9197707815935585, 48.99423462653201], [7.920311447908755, 48.994010902678994], [7.920818001078014, 48.99375493307014], [7.921286014489023, 48.9934689547931], [7.921453910593081, 48.99335629682421], [7.921686889124774, 48.99323966853638], [7.922234826736926, 48.99293416021714], [7.922730997907177, 48.99259248854635], [7.923169920548564, 48.99221842928437], [7.923419291542845, 48.99198109361042], [7.923885293492184, 48.99183862740922], [7.924667778096244, 48.99157222377087], [7.9253149163371095, 48.991321301927165], [7.925916281029638, 48.99102514475816], [7.926464603060441, 48.99068733249971], [7.92690531344557, 48.99034877798749], [7.927168257264513, 48.99020603566096], [7.927657407013497, 48.98988005276585], [7.9280936025661655, 48.989523001555064], [7.928472315265449, 48.989138589894615], [7.928789613664939, 48.98873080969933], [7.929042204317882, 48.98830389546236], [7.9292274659280615, 48.987862280268345], [7.929343476510006, 48.98741054974798], [7.9293541829830065, 48.98730311265013], [7.929588531876527, 48.98714226664232], [7.9299930854506515, 48.98680541946298], [7.930346967019753, 48.98644470954939], [7.930470541293306, 48.98630447935748], [7.930662833926553, 48.98605269275314], [7.9308338879369495, 48.98600580635922], [7.931438951340038, 48.98579065601099], [7.93200807520325, 48.98553655424513], [7.932535490925457, 48.98524607684647], [7.933015852955903, 48.98492216828937], [7.933207595466265, 48.98477912805622], [7.933686090248815, 48.98437851562582], [7.933990633382773, 48.984053643273356], [7.9341130469697925, 48.984018402961524], [7.934667783427071, 48.983816490004116], [7.93519168921428, 48.98358159877252], [7.935680252248024, 48.98331575242215], [7.936004067748018, 48.983122217388114], [7.936499505129545, 48.982793943013846], [7.9369410519766355, 48.98243389038683], [7.937324032160417, 48.982045873504184], [7.937644390222199, 48.98163400250123], [7.937656240885119, 48.981613904191256], [7.937899445901727, 48.98143243904406], [7.938319785936993, 48.98108572572173], [7.938686170177032, 48.98071343576675], [7.939019327613172, 48.98033523598914], [7.939345286247543, 48.98013649012574], [7.939763533422329, 48.97985824457617], [7.940143424812851, 48.97955710748871], [7.940482081374313, 48.97923536158931], [7.940776936782765, 48.978895445784445], [7.940894639267852, 48.97874488987035], [7.941446907446965, 48.97867164427205], [7.942061268973205, 48.97857044598239], [7.942658747649402, 48.97843222456236], [7.943059222740857, 48.97832560299237], [7.943734860838648, 48.97811675919582], [7.94437183903763, 48.97786063031235], [7.945159092402372, 48.97750378099374], [7.945618703380139, 48.977276082177184], [7.946047574153446, 48.97702373194403], [7.946442662723529, 48.9767485204843], [7.947259615142252, 48.976129142405775], [7.947622481031423, 48.975829075059146], [7.947945173772747, 48.97550974073463], [7.948025577546167, 48.975422301904025], [7.948189134999426, 48.97528750995955], [7.9488373852299175, 48.975014814633916], [7.949365533563626, 48.974768689243156], [7.949855923036952, 48.97449076308457], [7.9503041515163595, 48.974183531387055], [7.950706195604128, 48.97384975244132], [7.950847321975236, 48.97372044763876], [7.951268854320152, 48.97353258808234], [7.951343942776164, 48.97350762772133], [7.951923672677719, 48.973290919546145], [7.9524685409467, 48.973038032070555], [7.952973355368315, 48.97275137536406], [7.953014371763804, 48.972723045002326], [7.9532986842276125, 48.97270694824113], [7.953966096349983, 48.97262460514644], [7.954617786265888, 48.97249903502647], [7.955247310449065, 48.972331479455995], [7.955848444698917, 48.9721235951278], [7.9564152457169435, 48.97187743746095], [7.956942109896077, 48.971595440265105], [7.95742382874021, 48.97128039166216], [7.957855640365015, 48.970935406504246], [7.958233276570403, 48.9705638955614], [7.958553005019338, 48.9701695317846], [7.958811666106513, 48.9697562139781], [7.959006704153502, 48.96932802824145], [7.959090179327969, 48.969045141911], [7.9594536175410076, 48.96879416486642], [7.959872013831139, 48.968440549571156], [7.96011734178315, 48.96821039568182], [7.960578584446015, 48.96812955927364], [7.961187506072299, 48.96798079986956], [7.961772205018518, 48.96779462447279], [7.96232739153007, 48.96757271747935], [7.962848043045051, 48.96731708653954], [7.964019050894131, 48.96668290351934], [7.964495562157275, 48.96639905608937], [7.96492943600009, 48.966086973741305], [7.965316830730948, 48.96574942032845], [7.9656543164884654, 48.965389385227], [7.965938905597732, 48.96501005685032], [7.966168079001926, 48.96461479440193], [7.966374793641973, 48.964200766672434], [7.966437746144584, 48.964067767379774], [7.9668774588786855, 48.963085446991215], [7.967024284342334, 48.96269324586474], [7.967117056770818, 48.96229395041411], [7.9673239713442845, 48.9610239453512], [7.967362871557197, 48.96056249084019], [7.967329627625978, 48.96010084446158], [7.96722459270938, 48.95964388387993], [7.9670698849963415, 48.95924992963046], [7.967053548374239, 48.9589714492701], [7.967001315136243, 48.958665748926435], [7.967063837073323, 48.95860400562165], [7.967371559891074, 48.95822664602999], [7.9676233534217005, 48.95783171558733], [7.967816933633071, 48.95742279874422], [7.967950544982821, 48.95700360681233], [7.968022976304993, 48.95657794427339], [7.968033571751125, 48.956149674245424], [7.967982236688408, 48.95572268341999], [7.967901002652286, 48.95530257326133], [7.96786005117926, 48.95514758097617], [7.968043852904771, 48.95485693483883], [7.968235050145722, 48.95444950469475], [7.96839996723501, 48.954028191185216], [7.968534736135652, 48.953597899758186], [7.968605092216497, 48.953160999933246], [7.968610365300708, 48.952721663495915], [7.968550506683723, 48.95228408539735], [7.9684294474385275, 48.951713050028914], [7.9684284507990055, 48.95170468466503], [7.968439500680275, 48.951642731610654], [7.968484772732434, 48.95120747946544], [7.968465782581002, 48.95077138638016], [7.968318337670202, 48.94951606708743], [7.968225491668664, 48.949047506717875], [7.968100812909308, 48.94860216636566], [7.967981415107952, 48.94825386854217], [7.967820433900004, 48.94791290902925], [7.9676541338721725, 48.94760444928761], [7.967387502203273, 48.94718000197832], [7.96722978969894, 48.94696128821968], [7.966779365785477, 48.94643205093667], [7.966007246413447, 48.94565315453374], [7.965531285859563, 48.9452295016725], [7.964983340969361, 48.944845442416344], [7.964386975368812, 48.944473720754615], [7.963853627943884, 48.9441739283808], [7.963276412339204, 48.94391175356499], [7.962661418013185, 48.94368996192498], [7.961445195945299, 48.94330341256028], [7.9611525740931555, 48.94294126988761], [7.960762108704925, 48.942558548423925], [7.960314195197309, 48.94220418168785], [7.959813545005294, 48.941881896272804], [7.9592343016880465, 48.94154548259464], [7.958762748386086, 48.941295199994194], [7.958259379561629, 48.94107343289205], [7.957912625545598, 48.94094842811391], [7.957796263095583, 48.94089028770796], [7.957238052913648, 48.94066342705665], [7.9566493693417755, 48.94047290637455], [7.956035647509027, 48.94032048460008], [7.955402553536559, 48.94020756891907], [7.954755932258203, 48.940135201782226], [7.9541017532972385, 48.940104051288024], [7.953446055995426, 48.94011440501917], [7.952794893700886, 48.94016616738965], [7.952154277927184, 48.9402588605264], [7.951530122897118, 48.94039162867805], [7.950928190981305, 48.94056324610939], [7.95035403953339, 48.94077212840984], [7.949951255625249, 48.940935773434795], [7.946376820098697, 48.941488488098535], [7.942353461838778, 48.941981436012426], [7.940969160582371, 48.94211007675422], [7.940936444515946, 48.942087279755754], [7.940791759171944, 48.941919009791086], [7.940383089908629, 48.94149973596762], [7.940357008136061, 48.941478561381786], [7.940343038923212, 48.94142967073205], [7.940192650553623, 48.94107028282393], [7.939997586626299, 48.94072033656266], [7.939881358058121, 48.940535843225], [7.939901602788573, 48.94022603039446], [7.9398561589769265, 48.93975086527444], [7.939734700424134, 48.939281529302306], [7.939538590968842, 48.9388232847376], [7.938800925787449, 48.93739407581976], [7.938578687055172, 48.93701938080035], [7.9383065054187805, 48.93665927106787], [7.937986560444637, 48.936316628973366], [7.937594830004837, 48.93593634106729], [7.937204670039872, 48.93559388074374], [7.936766837454185, 48.93527742299728], [7.936285303235683, 48.93498983741188], [7.935764434427202, 48.93473373172061], [7.935208954525732, 48.93451142817257], [7.934623900659183, 48.93432494248805], [7.934014577928391, 48.93417596559277], [7.933386511327618, 48.93406584829574], [7.932745395678309, 48.933995589049694], [7.932097044028673, 48.933965824904284], [7.931447334985334, 48.93397682573414], [7.930802159452888, 48.93402849179364], [7.930167367262321, 48.93412035462067], [7.92954871417045, 48.93425158128104], [7.928951809709087, 48.934420981915615], [7.928122323081391, 48.934687914934365], [7.926662139041069, 48.935094962959035], [7.924601189148167, 48.93550253103969], [7.923908708791123, 48.935666761559034], [7.923420151305961, 48.935823603868464], [7.922788503958797, 48.93587651928329], [7.917767562642177, 48.935735262639895], [7.917306919075379, 48.93565134327821], [7.917048689700108, 48.93561342296398], [7.91762836652301, 48.935545425668344], [7.918326851713747, 48.935411683081746], [7.918999759765237, 48.93522972015587], [7.919331836022051, 48.93512597265807], [7.919709014996011, 48.93499181021845], [7.920311969017756, 48.93497201661585], [7.922758132546113, 48.93480836899852], [7.923108695447469, 48.934778852489686], [7.923853696875042, 48.93470315817057], [7.924464786916586, 48.934622088481866], [7.925062097742949, 48.93450461889301], [7.927124663192714, 48.93403036195059], [7.930084677965969, 48.93365305155313], [7.930266233919036, 48.93362821572798], [7.93121043356651, 48.9334902083867], [7.9318219611345055, 48.933380971363405], [7.932415473128202, 48.933234835833304], [7.932880329313028, 48.93308669121883], [7.93339528168133, 48.93297062553698], [7.934003193903977, 48.93281178441806], [7.934585234191092, 48.932615332143904], [7.935136056720714, 48.932383073143974], [7.935650602602145, 48.93211714071018], [7.936124146355907, 48.93181997739069], [7.9365523393216275, 48.93149431254237], [7.936931249594887, 48.93114313724929], [7.937257398126027, 48.930769676837606], [7.937527790649814, 48.93037736124043], [7.9377399451534245, 48.92996979348503], [7.937891914631524, 48.929550716592665], [7.937982304920873, 48.929123979195126], [7.938010287452334, 48.92869350018451], [7.9379756068050344, 48.9282632327208], [7.937878582995287, 48.92783712792835], [7.93772010848138, 48.92741909861412], [7.937501639913768, 48.92701298334156], [7.937225184708408, 48.926622511188974], [7.9370006159507716, 48.926371324197696], [7.936701067205395, 48.92417680931882], [7.936638954829493, 48.92385354512847], [7.936506081038646, 48.92331841063147], [7.936353492582967, 48.922857271332134], [7.936128395129678, 48.92240921243245], [7.9358678616965115, 48.92196944540612], [7.935468192737828, 48.92141128311976], [7.934929305465489, 48.920775758051334], [7.9344374498453805, 48.9202764651518], [7.93390030532721, 48.91980304889074], [7.933668237711935, 48.91960979000379], [7.931939419941142, 48.91824842504959], [7.931472886850556, 48.91791650385951], [7.930958107251236, 48.91761716087046], [7.930400293306636, 48.91735342651354], [7.92980509257202, 48.91712797069082], [7.92917853083353, 48.916943075762994], [7.9285269511307, 48.916800613458975], [7.927856949578444, 48.91670202594057], [7.927175308636342, 48.91664831121379], [7.926488928498578, 48.91664001303299], [7.925804757296587, 48.91667721540054], [7.92578050921716, 48.91668017272611], [7.92564479970628, 48.916654578176306], [7.92496955738442, 48.916574466453206], [7.924285522154582, 48.916539454759615], [7.923599610368513, 48.91654989710623], [7.922918757337322, 48.91660568790835], [7.92224984726202, 48.91670626305262], [7.92179089957926, 48.916808148018184], [7.9215925982267175, 48.916316310928586], [7.921324371112825, 48.91578622749639], [7.921162698360688, 48.91552257048863], [7.920846002785054, 48.915077745530326], [7.920457560169201, 48.91465835126916], [7.920006553443622, 48.91422638661211], [7.919610058968806, 48.91388313380011], [7.919165484555795, 48.91356650425542], [7.917476337165721, 48.91247362244858], [7.917002771279666, 48.91219453142663], [7.916491875797616, 48.91194568420755], [7.915948080728253, 48.91172923833892], [7.915376101137123, 48.91154707041924], [7.91478089628103, 48.9114007598379], [7.9141676266325405, 48.91129157509108], [7.91354160916614, 48.91122046279153], [7.91290827129258, 48.91118803946749], [7.9122731038393646, 48.91119458622131], [7.912068852445619, 48.91120297226264], [7.911414174392676, 48.911250851926226], [7.910769552399565, 48.911340124588094], [7.910140995435133, 48.91146995807505], [7.909534362828209, 48.91163914211075], [7.90604872546143, 48.91274483490183], [7.905988706887341, 48.91276379351638], [7.905450904100574, 48.9125749026775], [7.904847680099484, 48.912409693143985], [7.904223251058063, 48.91228326688976], [7.903583341278418, 48.91219678288359], [7.902933816868481, 48.91215103393294], [7.902280632005872, 48.91214643942149], [7.9016297743974615, 48.91218304146736], [7.900987210432805, 48.912260504537336], [7.900358830532211, 48.91237811852048], [7.899750395188572, 48.91253480523303], [7.899167482195731, 48.91272912829536], [7.898615435545567, 48.9129593062904], [7.898099316460821, 48.913223229083854], [7.897217690855294, 48.91372038709674], [7.897193948719115, 48.91373310036569], [7.896755209111345, 48.91398942577209], [7.896351477225515, 48.91426963243565], [7.895985735084481, 48.91457165109947], [7.892821784094134, 48.91742773049385], [7.892697775995131, 48.91741142853957], [7.8920325086001, 48.917367943554154], [7.891363977797729, 48.917367576151555], [7.89069860129962, 48.91741032985878], [7.8900427665603, 48.917495794246484], [7.890009825535362, 48.91750234936271], [7.889822625059257, 48.917207642036225], [7.889665329454622, 48.91698882027853], [7.88933632356911, 48.916585565864324], [7.888946805495335, 48.91620645230576], [7.888500814833029, 48.91585541008719], [7.888002976382408, 48.9155360785888], [7.885680077005848, 48.914190808595635], [7.885415705960231, 48.913983356333304], [7.884940544384994, 48.91367682081823], [7.88442237093959, 48.913402226513156], [7.883866107465014, 48.91316218132253], [7.883277037322203, 48.91295896499533], [7.882660755229485, 48.91279450748738], [7.882023114152896, 48.91267037064429], [7.881370169752524, 48.912587733378814], [7.880708122910914, 48.91254738048274], [7.880043260887543, 48.912549695179216], [7.879381897656088, 48.91259465548609], [7.878730313988996, 48.91268183442443], [7.878094697856136, 48.912810404070555], [7.877481085701434, 48.91297914341305], [7.8768953051530675, 48.91318644994027], [7.8763429197096135, 48.91343035484922], [7.875829175925839, 48.913708541731154], [7.875505568634956, 48.913901926769746], [7.8749922756372275, 48.91424333757556], [7.874537200681529, 48.91461890831626], [7.874145544238078, 48.9150243481231], [7.8735998293642275, 48.91566212093083], [7.873563864935254, 48.91563913956761], [7.873012040468998, 48.9153528036689], [7.872418480330024, 48.91510537429406], [7.871789474312356, 48.91489947318303], [7.8711316875320945, 48.91473728201888], [7.8704520898387935, 48.914620519326384], [7.869757882009453, 48.91455042227554], [7.869001319514985, 48.914500122704865], [7.86835008130597, 48.91447747041295], [7.867529633486219, 48.9144748102092], [7.866907405403744, 48.914491523062566], [7.866290081046703, 48.91454556074334], [7.865682803218608, 48.91463647307112], [7.86509063109135, 48.91476350266495], [7.863898514292308, 48.915059519321765], [7.863533276740225, 48.91497764909886], [7.862897782911666, 48.91487865983195], [7.862250842425772, 48.91482016636936], [7.861598381133618, 48.91480270450391], [7.860946375416541, 48.914826434183894], [7.860300797486152, 48.914891138048716], [7.859667560722405, 48.914996223418704], [7.859052465548449, 48.915140727719816], [7.85823060620262, 48.91536356059481], [7.857521543604441, 48.91534057925903], [7.85699410717843, 48.91533693753116], [7.852490791446804, 48.91542054244649], [7.851815045136216, 48.91545527371655], [7.851147861273079, 48.91553402437819], [7.850495823997955, 48.915656017273044], [7.849865368089884, 48.9158200484961], [7.849262715506623, 48.916024499268204], [7.84899871519773, 48.91612529499944], [7.848818327901689, 48.916202963176545], [7.848565854125385, 48.91610716275612], [7.848107460498045, 48.915962033245414], [7.8454106658660585, 48.91518831901242], [7.84468482313687, 48.91501160340489], [7.843933291084696, 48.914890193486066], [7.84365673984639, 48.91485634030299], [7.843502260494414, 48.914842571867766], [7.843462789545883, 48.91482407021139], [7.843021405788893, 48.914648646407095], [7.84135173094222, 48.91404049020167], [7.840833721800934, 48.9138702954201], [7.840295691294592, 48.91372965245107], [7.838606071721997, 48.91334177752527], [7.835552347972077, 48.91256103826629], [7.834987571791589, 48.91243505364479], [7.832293182411625, 48.91191929360892], [7.83147868921079, 48.91167128989351], [7.830876295248127, 48.91151034749447], [7.8302533995716646, 48.91138792337022], [7.829615656321582, 48.91130512877606], [7.828968854307683, 48.91126271524212], [7.8283188645025055, 48.911261067756534], [7.82767158679146, 48.91130020127356], [7.827032896461614, 48.91137976057784], [7.826408590912816, 48.91149902350637], [7.822858612644388, 48.91229978691434], [7.821909148562228, 48.912272956147405], [7.82116324155392, 48.91227877996064], [7.820422757589222, 48.91233824591896], [7.819696548826644, 48.912450643127094], [7.818993296900947, 48.912614627908475], [7.817993567964798, 48.91288913572932], [7.81752577568064, 48.9130314720151], [7.8170756132764785, 48.91319667129175], [7.813622318470963, 48.914578954917644], [7.813089535934473, 48.914815524823815], [7.812592872459364, 48.91508407403656], [7.812136731861364, 48.915382221680716], [7.811725158899653, 48.915707324429604], [7.811361803410875, 48.916056499927876], [7.811049887935373, 48.91642665233457], [7.810792179122958, 48.916814499759745], [7.810590963172494, 48.91721660335243], [7.810448025524028, 48.91762939778222], [7.810364634984795, 48.91804922284475], [7.810341532431343, 48.91847235591084], [7.810378924189616, 48.91889504493251], [7.810572798676132, 48.9201035214523], [7.810680005280273, 48.92055289635003], [7.810840120651856, 48.92105646355817], [7.810932939554406, 48.9215163417408], [7.811049332955446, 48.92193805642047], [7.8112261348917365, 48.92235055072914], [7.811461739939277, 48.92275007578828], [7.811669979993565, 48.923022908978396], [7.8114827885328895, 48.92300595609219], [7.810798870698441, 48.922989617237015], [7.810115908883554, 48.923018504659886], [7.809440772144024, 48.9230923278152], [7.808780250893462, 48.923210344198004], [7.808140988656991, 48.923371366806634], [7.807529415296766, 48.923573776073056], [7.806951682378579, 48.92381553614127], [7.8064136013276935, 48.92409421533085], [7.8059205849943565, 48.92440701058006], [7.805600820995051, 48.92465515054616], [7.8054195927547605, 48.924616097827666], [7.804783179916706, 48.924501079620484], [7.804614781763368, 48.924481924514616], [7.80411013678546, 48.92434270617208], [7.803458457687223, 48.92421147617831], [7.802790167525595, 48.924123730262444], [7.802111929948169, 48.92408034335745], [7.801430507713035, 48.92408174808172], [7.80075269530813, 48.92412793042853], [7.800085251255398, 48.92421842990556], [7.799434830772206, 48.92435234412326], [7.798807919458879, 48.92452833778617], [7.798210768671215, 48.924744655998374], [7.7976493332202, 48.92499914175019], [7.797129212018441, 48.92528925741293], [7.796655592263746, 48.92561211002782], [7.796502194140515, 48.92574007859462], [7.796232161529331, 48.925794394873954], [7.795625846550045, 48.925959778654054], [7.7950464397150645, 48.92616277260507], [7.794499298772278, 48.926401499751854], [7.793989483324063, 48.926673752687], [7.791633108654741, 48.928060904926035], [7.7914531696018345, 48.92810019349726], [7.790834904117652, 48.92828173413266], [7.790246970972719, 48.928502738757714], [7.789695154146653, 48.92876103330423], [7.789184882568398, 48.929054076842], [7.788721176721542, 48.929378986559826], [7.788308599255477, 48.92973256610948], [7.787951210087963, 48.93011133703437], [7.787652526441032, 48.93051157297467], [7.787415488204132, 48.93092933631322], [7.787242428966461, 48.93136051690216], [7.787135053005149, 48.931800872489966], [7.787094418457707, 48.93224607045188], [7.787120926846598, 48.932691730413346], [7.78719305827696, 48.93322557957248], [7.787201819062478, 48.933359467561424], [7.787173414008507, 48.933594446873315], [7.787038111747558, 48.934123449275376], [7.786851814134386, 48.93464569225016], [7.786686095687311, 48.934993565492626], [7.78651409631401, 48.93543017882257], [7.786487730313686, 48.93554239874445], [7.786205210965482, 48.935548584279395], [7.785536717191211, 48.935607088755695], [7.784880248573099, 48.93570876897294], [7.784242213165188, 48.93585263239144], [7.784238642371239, 48.935853707310876], [7.78416159493408, 48.93571274623736], [7.783877820871249, 48.935318430483434], [7.783537366622245, 48.934944094706815], [7.783143439983947, 48.93459326465921], [7.782699752168205, 48.934269244633654], [7.782210482824987, 48.93397508635664], [7.78168024066438, 48.933713560260074], [7.781114020048651, 48.93348712940309], [7.780649343862119, 48.93333983010364], [7.780657366476691, 48.93324945626273], [7.7806322516807125, 48.93281578889718], [7.780543797838007, 48.93238573662441], [7.7803928305249945, 48.93196330574406], [7.780180757593648, 48.93155243146427], [7.779909556003049, 48.93115694124889], [7.779581753355065, 48.930780519171634], [7.77920040430792, 48.93042667160848], [7.778769062088844, 48.930098694587635], [7.77829174537227, 48.9297996431008], [7.777772900832905, 48.9295323026606], [7.777217361722805, 48.92929916336872], [7.7766303028582895, 48.92910239673584], [7.776017192435457, 48.92894383546808], [7.775991886796269, 48.92893908646354], [7.775917456618733, 48.92890036722197], [7.775560387625029, 48.92873443253605], [7.7749771796912075, 48.928491527452785], [7.774359732101346, 48.92828866532547], [7.7737143558939445, 48.928127919546895], [7.77304764735059, 48.928010933035054], [7.77236642061819, 48.92793890145288], [7.7716776381126875, 48.92791256099686], [7.770988339413136, 48.92793218087801], [7.770580484288202, 48.92795744677219], [7.769939274841072, 48.92801750684423], [7.769309592680377, 48.928117348476285], [7.769135110314833, 48.92815686810483], [7.768355649895009, 48.92815506008739], [7.76663122408845, 48.92790974769599], [7.76601715521648, 48.927848351898284], [7.765631299832267, 48.92775700066657], [7.764963023060558, 48.92764738398416], [7.764281383713902, 48.92758270572967], [7.7610658883198225, 48.92738602888895], [7.761146381423554, 48.9272365559363], [7.761317823059511, 48.92686937583058], [7.761475724910806, 48.926465371740754], [7.761576119060262, 48.926053462863074], [7.761618142560777, 48.925637195420606], [7.761601435031001, 48.92522015307911], [7.761522019428232, 48.924502590654484], [7.761440624518815, 48.924064690545414], [7.761335509288736, 48.923663466029716], [7.7610961780852925, 48.92302916628038], [7.761055123824133, 48.922946545786296], [7.761315043388064, 48.92237961670745], [7.761470031157355, 48.92197441368177], [7.7615672643095195, 48.921561478326204], [7.761605904356976, 48.92114437743594], [7.761585618956356, 48.92072671370485], [7.76152676888449, 48.92023355690103], [7.761443374318883, 48.91980251819249], [7.76129723695025, 48.91937879704548], [7.761089723040752, 48.91896635052737], [7.76082277191118, 48.918569030325365], [7.760589692155932, 48.91826298531953], [7.760364912072679, 48.91799154005036], [7.759807602372026, 48.91737032140785], [7.759503249022629, 48.9167668058804], [7.759310905646422, 48.91644049537195], [7.759522361665692, 48.91623003402467], [7.759823198097589, 48.91585956387547], [7.760070244955235, 48.9154722019311], [7.760351899044071, 48.91496549723738], [7.760545466040134, 48.914558430290526], [7.760679629390951, 48.914141104681434], [7.76075318284137, 48.91371727702836], [7.7607654657877765, 48.91329076239086], [7.760716369171671, 48.91286539992586], [7.7606063364073625, 48.912445018330175], [7.760436359337293, 48.91203340138003], [7.7602079692534085, 48.91163425387845], [7.759923223067161, 48.91125116831609], [7.759584684754299, 48.910887592545876], [7.759195402242962, 48.910546798761416], [7.758758879954267, 48.910231854058715], [7.758279047243421, 48.90994559284476], [7.757760223026024, 48.909690591341466], [7.7572070769080534, 48.90946914441349], [7.756903703365648, 48.909360325363735], [7.756804871002066, 48.909317108913235], [7.7559215846217455, 48.90861939640317], [7.755910940982635, 48.90834390084598], [7.75585061059396, 48.907850886569655], [7.755708499030381, 48.907365222886696], [7.7554385507490355, 48.90665522250602], [7.7551746671743125, 48.90611064582134], [7.754318337456195, 48.90466718025413], [7.754105364139197, 48.90434573564547], [7.753675146995604, 48.903759823113916], [7.753555233073482, 48.903557624928304], [7.753385346130662, 48.903159553850635], [7.7532789776277395, 48.90294588782714], [7.753163435610473, 48.90187062027726], [7.753074986140118, 48.901400545596], [7.7529120203330555, 48.900939213283756], [7.752499158244895, 48.89999796514518], [7.752378212370657, 48.89965010718866], [7.752339101527587, 48.89930953446613], [7.752350635910266, 48.89923426519052], [7.752347382861505, 48.89890731842519], [7.752383963387555, 48.89874444597731], [7.752420741547844, 48.89840560360384], [7.752449141232683, 48.89784945626035], [7.752585004413047, 48.897151111906005], [7.752640419116182, 48.896584761744826], [7.752641549250982, 48.8959991189027], [7.752611351765106, 48.895570679827735], [7.752519381646569, 48.89514608669282], [7.752366477164476, 48.89472920258445], [7.752154030900122, 48.89432382036262], [7.751883977027072, 48.89393362815874], [7.7515587736692115, 48.893562175829665], [7.751181380498846, 48.89321284267172], [7.750755231779989, 48.89288880668892], [7.750284205103121, 48.89259301569384], [7.749772586096568, 48.89232816050382], [7.749225029435795, 48.89209665047551], [7.748646516505386, 48.8919005915999], [7.748042310098316, 48.891741767356564], [7.747417906563975, 48.89162162250048], [7.7467789858390805, 48.89154124992877], [7.74613135981469, 48.89150138074612], [7.745675836898669, 48.89148773864088], [7.744628751633469, 48.89130937098492], [7.742284300967433, 48.89083245172439], [7.7415561657370375, 48.89062430399391], [7.740941912368383, 48.89025131189425], [7.740395355379868, 48.88995254840634], [7.738307255098177, 48.88892716590643], [7.738118243680625, 48.88883761195071], [7.737274101225331, 48.88845188052916], [7.735888356986394, 48.88774144512415], [7.735303811977559, 48.88747284477152], [7.734679962691282, 48.88724593087637], [7.732625573213912, 48.886588495765665], [7.731862532131017, 48.88638092077553], [7.731334201343797, 48.88626131191257], [7.731088942204888, 48.886165710153165], [7.730985329237654, 48.88611563607538], [7.730737334739042, 48.88597532108054], [7.730218182578456, 48.885709136634496], [7.72966256660617, 48.88547716964098], [7.7290756544721475, 48.885281577402814], [7.728462904681505, 48.88512417891481], [7.727830015854372, 48.88500643795828], [7.72718287376061, 48.88492944949751], [7.7265274966204505, 48.88489392950391], [7.725869979178056, 48.884900208302625], [7.725216436066107, 48.88494822750277], [7.724572944986194, 48.885037540540104], [7.723945490231301, 48.885167316826895], [7.723339907073678, 48.88533634947059], [7.722761827533327, 48.885543066489824], [7.722216628029897, 48.88578554542374], [7.721709379403317, 48.88606153119918], [7.72124479976693, 48.886368457090434], [7.72082721063086, 48.88670346857661], [7.720460496703365, 48.887063449876045], [7.719780264682819, 48.88780621247458], [7.719695770460701, 48.887851193891976], [7.719194185391036, 48.88818037354101], [7.718747031072217, 48.888542060419866], [7.718359124121322, 48.88893235946652], [7.718235210104058, 48.889072383312296], [7.717927199806855, 48.8894632388409], [7.717678656733323, 48.88987209144772], [7.717491967197903, 48.89029501797788], [7.717368924143234, 48.89072796013744], [7.717310709880941, 48.89116676342783], [7.717317884686701, 48.891607217006886], [7.717354527023994, 48.89201117655251], [7.717429081041576, 48.89245752628309], [7.717570782192896, 48.89289674649784], [7.717778218827527, 48.893324456428594], [7.718049323511679, 48.893736390009295], [7.718381393590865, 48.89412843843603], [7.71877111809706, 48.894496691162026], [7.718995825797184, 48.89468790812366], [7.719187899067621, 48.89491573587215], [7.719513075305567, 48.89523407174375], [7.7197078887108495, 48.89539352692457], [7.719769026580169, 48.895943512503706], [7.719608415596177, 48.89620241922347], [7.719415189029746, 48.89663138880116], [7.71928758553344, 48.89707089706634], [7.719226870547907, 48.897516591177066], [7.71923364712156, 48.8979640569205], [7.719249941129751, 48.89814359321381], [7.719270528552916, 48.898274020807435], [7.71924316860294, 48.898350411298026], [7.719200209051013, 48.89854873699441], [7.71918081078641, 48.89856485828589], [7.719115331133471, 48.8986313721763], [7.718721178067715, 48.89893081148206], [7.718337826985009, 48.899286587166586], [7.7180085895713955, 48.899665187816865], [7.7177365681099666, 48.90006304738853], [7.7175243261528035, 48.90047641835756], [7.717373864331878, 48.90090140700842], [7.7173639759153225, 48.900950428915195], [7.717351802870936, 48.90096482460811], [7.716998467209438, 48.901438211893506], [7.716728563978456, 48.90185801923873], [7.716538682697288, 48.90206218589147], [7.716246724188972, 48.90245864452104], [7.71601503591927, 48.90287204086388], [7.715999854798058, 48.90291029774116], [7.715767435391139, 48.903068686828796], [7.715575397058964, 48.903211389831256], [7.7151221939337375, 48.903586720561826], [7.714732220358715, 48.90399174444819], [7.714409916297491, 48.904421851724805], [7.714158951822819, 48.90487214702865], [7.7139821852814245, 48.90533750509873], [7.713888115654585, 48.90565652157501], [7.7138604761567775, 48.90577704226123], [7.71372013703811, 48.90590424185303], [7.713401570190236, 48.906256507600425], [7.712909760541439, 48.90686145664679], [7.712622701179051, 48.90726045179198], [7.712396395010807, 48.90767608386797], [7.712233026110956, 48.908104344317174], [7.712134171688044, 48.90854110269245], [7.712065907677728, 48.90899423207102], [7.712032809425169, 48.90939715090917], [7.712054643665373, 48.90980040309548], [7.712131235828373, 48.91020074105398], [7.712340654869397, 48.91100328595538], [7.7124757016539185, 48.91140810402442], [7.712666732193813, 48.911803004756706], [7.7127674592201245, 48.91195965355726], [7.712786164325466, 48.91207084001779], [7.712931759215049, 48.91251683495754], [7.713145172088565, 48.91295080970825], [7.713323471455932, 48.91325909432077], [7.713568900786583, 48.913624441662066], [7.713498338441997, 48.913795118811926], [7.713391444890588, 48.91412364562753], [7.713266743157962, 48.914667112229964], [7.713257754134878, 48.91488033318551], [7.713018088152209, 48.91509527433175], [7.712737310158141, 48.91536742166641], [7.712425294195853, 48.91569501620447], [7.712196817109033, 48.915953628660034], [7.7113601474877, 48.91697753471647], [7.711216026036173, 48.91716419065192], [7.710912125403845, 48.91758154779623], [7.710632479597928, 48.91802481959651], [7.710426131119836, 48.91848521349597], [7.7102954339443945, 48.91895748180445], [7.710241879898961, 48.91943624134681], [7.710228069753787, 48.91988722068592], [7.710248620286714, 48.92033823894563], [7.710287133868163, 48.92053175325312], [7.7102338883216195, 48.920772583228896], [7.710214622868726, 48.92131801060833], [7.710237642750428, 48.921723085214595], [7.710230629942095, 48.92172962634823], [7.7098639611133954, 48.92211089628819], [7.7095571439047195, 48.922514471240575], [7.709375803623547, 48.92282812664975], [7.7077486301660265, 48.922955135537826], [7.707042392986628, 48.92303522628026], [7.7063527950338075, 48.92316368376889], [7.705687441436981, 48.92333909134044], [7.7050536701500185, 48.92355951453758], [7.70445847107214, 48.923822522428324], [7.7039084089938745, 48.92412521439803], [7.703409551215746, 48.9244642521197], [7.7031285475621605, 48.92467647446662], [7.702754157338644, 48.92487589632491], [7.702323512562105, 48.925149705828176], [7.701930926188807, 48.9254473246987], [7.701924806412389, 48.925452880976664], [7.701838358150391, 48.92527265572757], [7.701615434233117, 48.92491704714468], [7.701035073044167, 48.924093034130095], [7.700696792650951, 48.923672550563914], [7.700150376804505, 48.92307241567471], [7.699764555881961, 48.922693636830715], [7.699322483534279, 48.92234256901369], [7.69882871085663, 48.92202282559933], [7.697962715968933, 48.9215163057401], [7.697416510188158, 48.9212284102177], [7.696828455758894, 48.92097887505865], [7.696204731435967, 48.9207703219488], [7.694784304214719, 48.92035423685128], [7.69392284891291, 48.91996812654346], [7.693352500213865, 48.9197385723429], [7.6927508140852074, 48.919546890103476], [7.6921235624906625, 48.91939491854998], [7.691476762453842, 48.91928411546606], [7.690816618375053, 48.91921554372006], [7.690451471202291, 48.91920148758039], [7.6896482160855175, 48.918965745722176], [7.689372374655517, 48.91888951934489], [7.6868389560897725, 48.91823204404268], [7.6863282424992185, 48.91811468042926], [7.685805029064913, 48.91802434604899], [7.684165351985428, 48.91778657394675], [7.683029160094872, 48.91745764943432], [7.682505790429884, 48.91732278991114], [7.68196735822429, 48.91721677283056], [7.679372684947555, 48.91678168837337], [7.679086152221012, 48.91669900663206], [7.679013342560731, 48.916534414621566], [7.678751693239554, 48.91610968252177], [7.678425793360621, 48.91570471482329], [7.678039031322501, 48.91532372021311], [7.67759542778116, 48.914970658149144], [7.677099593830396, 48.91464919772884], [7.676955315879914, 48.91456475145945], [7.676425148673691, 48.914284296033834], [7.6758552696675215, 48.91404000788334], [7.6752513370589, 48.913834312292], [7.674619346896628, 48.91366925137313], [7.673965573579905, 48.91354646380889], [7.6732965076037685, 48.913467168592824], [7.672232511448258, 48.91337685488787], [7.668669693805221, 48.91290004033219], [7.668154083496302, 48.91284448205915], [7.666143841650821, 48.91267965924475], [7.665519505604552, 48.912647553681005], [7.662982212192911, 48.91259407798307], [7.663067385802059, 48.91244914849336], [7.663245851217199, 48.912027760613036], [7.663361338163461, 48.91159693511944], [7.663412754810972, 48.9111607509551], [7.663399615983339, 48.91072333769912], [7.663322047690445, 48.910288836468034], [7.66318078587426, 48.909861360711325], [7.662977169381856, 48.909444957272456], [7.662713127234394, 48.90904356808402], [7.662391160314748, 48.90866099285947], [7.6620143176489455, 48.908300853133866], [7.661586167507633, 48.9079665579941], [7.661110763602336, 48.907661271821695], [7.660592606697351, 48.90738788435368], [7.660036602001157, 48.90714898334362], [7.6596544245558915, 48.90700171525549], [7.65899256928847, 48.906777656325715], [7.658297636015946, 48.90660244616896], [7.6575778915522825, 48.90647816900751], [7.657370402047224, 48.906450212131965], [7.656717134286886, 48.9063837388926], [7.656057174298348, 48.90635925734501], [7.6554457014487225, 48.90637568176963], [7.655159422816253, 48.906184418077736], [7.654690908849883, 48.9059231630298], [7.654188676377455, 48.9056907211905], [7.653656790039696, 48.90548897356866], [7.650502738849752, 48.9044140214339], [7.650290724318331, 48.904302884478824], [7.649659517300233, 48.90404064100898], [7.648988642894281, 48.90382541272649], [7.6481338940342285, 48.90358837085737], [7.647554369265682, 48.90344764788015], [7.646957914183265, 48.90334205697929], [7.646503537616282, 48.90327599560766], [7.646184951869415, 48.902958037349215], [7.645773320165241, 48.902622317266655], [7.6453147569556625, 48.90231416560486], [7.644813488898213, 48.902036422143006], [7.644274135967975, 48.90179164639173], [7.643701668884637, 48.901582094019574], [7.643101363317247, 48.90140969607895], [7.6424787512881, 48.90127604122281], [7.641839570222457, 48.901182361074895], [7.641189710112367, 48.901129518888396], [7.64053515927982, 48.9011180015968], [7.639881949237269, 48.90114791533017], [7.639236099151695, 48.90121898443791], [7.638603560421994, 48.90133055402697], [7.637990161878422, 48.90148159599221], [7.637401556107248, 48.90167071848358], [7.636843167393489, 48.901896178723206], [7.636320141759953, 48.9021558990546], [7.635837299561822, 48.90244748607657], [7.63546320452646, 48.90269619848276], [7.635033740481971, 48.903009920462026], [7.634650843138784, 48.90334883518032], [7.63431789500644, 48.903709949479776], [7.63403783765279, 48.90409007408375], [7.633813145697746, 48.90448585175294], [7.63364580492339, 48.90489378692684], [7.63353729469493, 48.905310276589034], [7.633488574849155, 48.90573164208411], [7.633500077167731, 48.906154161605386], [7.633571701512395, 48.90657410306681], [7.633603470876903, 48.9067047277978], [7.633039783419757, 48.90721279256061], [7.632657891590829, 48.90759669207031], [7.6324095130838385, 48.90787655730279], [7.632125075223603, 48.90823272578263], [7.631890092959545, 48.90860423397204], [7.630971745310101, 48.91026126847736], [7.630888897996501, 48.910419867425865], [7.630319418872933, 48.91157987433275], [7.630224007813994, 48.91174978654153], [7.629976194331354, 48.91188014022863], [7.629429221899269, 48.912241967624084], [7.629172809946549, 48.91243205194], [7.628785757240211, 48.912746409660286], [7.628513031473568, 48.91301391402829], [7.628257476574087, 48.91313157747087], [7.627756432305942, 48.91341333067518], [7.627298940136789, 48.91372561535701], [7.626932187795469, 48.914001444917695], [7.626563358752008, 48.913680687640536], [7.626110172496322, 48.91335773210355], [7.6256112793990845, 48.913065509057226], [7.6250714547029865, 48.91280681516543], [7.6245891802746275, 48.9126202290466], [7.625048303399067, 48.912343091940336], [7.625496668784774, 48.91201339563699], [7.625893659487333, 48.911656230479124], [7.626235426599067, 48.91127506021619], [7.626518656990898, 48.910873581322], [7.626740605406682, 48.91045568713398], [7.626899121040607, 48.91002543008581], [7.626992668341602, 48.90958698240042], [7.627020341845013, 48.90914459562472], [7.62698187488989, 48.9087025593989], [7.626877642139876, 48.90826515986029], [7.626708655885702, 48.9078366380853], [7.626271488281961, 48.906916683832634], [7.62601013749047, 48.90645651008023], [7.6257700100268355, 48.90614299849376], [7.625614638649312, 48.90589782972756], [7.625316303000113, 48.9055281267483], [7.624846224286463, 48.905005802897996], [7.624457978147586, 48.90462095239486], [7.62401186041498, 48.90426440687903], [7.623512585047074, 48.903939932954025], [7.623296343268743, 48.9038131654656], [7.6228007664037705, 48.903548913733864], [7.622269939958531, 48.903316311218255], [7.621708499175377, 48.903117388860736], [7.621121346420455, 48.902953883508346], [7.620353230633057, 48.90276735188364], [7.620176927843306, 48.90272633730176], [7.618141714261724, 48.90227342923593], [7.617224890364653, 48.902115204364186], [7.61652654923171, 48.902028327592035], [7.616422948583632, 48.902001569625156], [7.616014319283727, 48.901849244609814], [7.615409166174069, 48.90167226761087], [7.614780841228453, 48.90153480056117], [7.614135263097683, 48.901438138343295], [7.613478512826927, 48.9013831914694], [7.612816776615974, 48.90137047751078], [7.610018855794159, 48.90140625877188], [7.609318097993171, 48.90143906812794], [7.60862617522607, 48.90151922333811], [7.607950426972331, 48.901645874162924], [7.607334515115686, 48.90180806707815], [7.607151495602791, 48.90170748518425], [7.606005831161364, 48.90115055384361], [7.605286554326014, 48.90074118944524], [7.6050430009212615, 48.9005283499795], [7.60458571037575, 48.900169306046436], [7.6040742052062225, 48.899843604226376], [7.602778745732716, 48.89910073501331], [7.602276742141838, 48.898839089598596], [7.6017397575212255, 48.89860961468847], [7.601172518966411, 48.89841433019613], [7.600580019695673, 48.89825495505957], [7.599967475118218, 48.89813289212092], [7.599340276953481, 48.89804921578691], [7.598703945804172, 48.89800466257849], [7.5976134470875145, 48.897962282317145], [7.596315412472792, 48.897892913518774], [7.595711870275504, 48.89787834382817], [7.595108739383778, 48.89789903298058], [7.59267092801693, 48.89805422216672], [7.592135352410991, 48.898045046596465], [7.592058128388487, 48.8980154566689], [7.5914128232185, 48.89782409861854], [7.59074092321272, 48.89767784970552], [7.590049659425355, 48.89757828385145], [7.589497866598486, 48.89751838169284], [7.5888902121951824, 48.89747075700523], [7.588278529632488, 48.89745923383417], [7.588111397527114, 48.8974659849967], [7.588070717641635, 48.897094125099734], [7.587960928338995, 48.896667832565804], [7.587789546105005, 48.89625046374274], [7.587558157143964, 48.8958458779917], [7.587268902395157, 48.89545781638614], [7.5869244576912225, 48.89508986712828], [7.586528008978195, 48.894745432381605], [7.586083222827675, 48.89442769682573], [7.585594212514772, 48.89413959822351], [7.585065499976092, 48.89388380027228], [7.584501973999697, 48.89366266798931], [7.5832403573429445, 48.89322030071176], [7.583069003092413, 48.892919842635656], [7.582753976445195, 48.89244547586634], [7.582459336192844, 48.8920546139547], [7.582108615768603, 48.891684430023574], [7.581705120778446, 48.89133841192733], [7.581252653840061, 48.891019819767244], [7.58075547873456, 48.890731655189235], [7.580218280224201, 48.890476633117856], [7.579646119914789, 48.890257156191915], [7.5790443885785095, 48.89007529214198], [7.578418755385599, 48.889932754322295], [7.577775114522276, 48.88983088558], [7.5774988709976645, 48.889796417414715], [7.5768870862028175, 48.8897388735697], [7.57600177113298, 48.88968244291316], [7.572592647184633, 48.887727046628335], [7.572074894448333, 48.88745791024327], [7.571520152843755, 48.887223003289236], [7.570933607734536, 48.8870245213497], [7.570320741535191, 48.886864319535825], [7.569687282493126, 48.88674389515889], [7.569039151181051, 48.88666437374547], [7.568382405198463, 48.88662649852525], [7.567723182597245, 48.88663062348966], [7.567587043546018, 48.886635822650376], [7.566921038431384, 48.886682989447586], [7.56626526302778, 48.88677302067134], [7.565626044736353, 48.88690504763357], [7.565009551323852, 48.88707779643246], [7.56442173144984, 48.88728960023539], [7.563868257300375, 48.88753841535119], [7.563354469880058, 48.88782184093685], [7.562885327489142, 48.88813714214965], [7.562872651014079, 48.88814752968337], [7.562369653112328, 48.88803601218594], [7.561706032377417, 48.88793609810309], [7.561030613638133, 48.8878803118418], [7.560350126492915, 48.88786920923825], [7.559671351000576, 48.88790290091496], [7.559001050178988, 48.887981051179416], [7.558345902672889, 48.888102881366336], [7.5577124362591475, 48.88826717759035], [7.557106962849542, 48.88847230283242], [7.556535515636531, 48.88871621323962], [7.556003789006305, 48.8889964784766], [7.555517081816451, 48.88931030592664], [7.555080244602322, 48.88965456850191], [7.554697631237662, 48.89002583578644], [7.554373055531202, 48.89042040820252], [7.554109753192263, 48.890834353860825], [7.5540028526749, 48.891029146205824], [7.553888550405322, 48.89116760862278], [7.553401912876445, 48.8909676740507], [7.551619537674873, 48.890325023654576], [7.551257237888977, 48.8901454263603], [7.550688012598822, 48.889824248780776], [7.550107566736023, 48.889530778829055], [7.5494827976044965, 48.889279992209566], [7.548820892799337, 48.88907477386717], [7.54826138678697, 48.888924900983746], [7.547593065242907, 48.888771993832975], [7.547491995919862, 48.88875637651294], [7.547464563995261, 48.88874453630582], [7.546955599687345, 48.888547696589214], [7.546356536832677, 48.88834160086004], [7.545729487501789, 48.888175612819445], [7.545080607918394, 48.888051362054846], [7.544416268464792, 48.88797006838834], [7.5437429911829685, 48.88793252990961], [7.543067385792432, 48.887939115146416], [7.542396084850575, 48.88798975944934], [7.541735678689679, 48.88808396562602], [7.541092650766888, 48.888220808818595], [7.54047331405939, 48.88839894557696], [7.5398837491270125, 48.88861662703878], [7.5393297444483425, 48.88887171608734], [7.538893836675443, 48.88911812711522], [7.538426485282716, 48.88927657853173], [7.53782362904657, 48.889507388807594], [7.537259653737079, 48.88977757887401], [7.536740453212349, 48.89008432537622], [7.535396504660822, 48.890964007990526], [7.535041669088825, 48.89121468110963], [7.534716831484643, 48.89148245504002], [7.5333352536610745, 48.892714839767585], [7.533324493188903, 48.89272586407718], [7.533198627567082, 48.89270035226963], [7.5329358686892505, 48.892488922510985], [7.532546407640962, 48.892223378883656], [7.532125207893586, 48.891979810275856], [7.5316668210948015, 48.891735952082264], [7.531081224579127, 48.89145684736515], [7.530454134130769, 48.89122016508263], [7.529792589548217, 48.891028562094164], [7.529164258523654, 48.89087220013852], [7.528546547452912, 48.89074026530084], [7.527912609019041, 48.89064766749065], [7.5272681898534834, 48.89059524610378], [7.5266191315214055, 48.89058347633633], [7.525971317608702, 48.89061246488022], [7.525330620429581, 48.890681948956704], [7.524702847835899, 48.890791298696755], [7.5241913458544065, 48.89091576099549], [7.523355940097809, 48.8906474809835], [7.522730627959592, 48.890471523123374], [7.5220818556694935, 48.89033749709528], [7.52205246991725, 48.890332472150185], [7.522179796574294, 48.890246927706755], [7.522636975603215, 48.88986461661482], [7.523028783268243, 48.88945194958687], [7.5233877039289805, 48.88902402174552], [7.523675165877521, 48.88863896417445], [7.523905643006946, 48.888237586795796], [7.524077036644231, 48.88782354677609], [7.524187786582645, 48.88740061657394], [7.524236885248465, 48.886972649561116], [7.5242238868283335, 48.886543544909706], [7.524148911275962, 48.88611721206506], [7.524012643163675, 48.88569753512848], [7.523816325391342, 48.885288337474236], [7.523561747811875, 48.884893346922844], [7.523251230878863, 48.884516161787936], [7.52288760446693, 48.88416021810543], [7.522474182059182, 48.883828758343455], [7.521074415643356, 48.88280975783219], [7.520642333852456, 48.88252233224989], [7.51721057218748, 48.880436096347275], [7.516756624866823, 48.88018333150716], [7.516271041308838, 48.87995758979792], [7.515757508435422, 48.87976058506075], [7.515570178328045, 48.87969575245705], [7.514681165905744, 48.87923012121734], [7.514296824692017, 48.879042914282316], [7.5122005142124575, 48.87809481902902], [7.512146948138534, 48.877770680521635], [7.5120127931205465, 48.87734550677436], [7.511817081866585, 48.87693085194112], [7.511561641301862, 48.876530583696216], [7.5112488553177785, 48.87614843544051], [7.510881642493485, 48.875787971488975], [7.51046342883864, 48.87545255383766], [7.5099981158128655, 48.87514531081985], [7.509490043921047, 48.87486910794268], [7.50894395222445, 48.8746265211757], [7.508364934145402, 48.874419812940225], [7.507758389977306, 48.87425091102219], [7.507129976542217, 48.8741213906051], [7.506485554464354, 48.874032459589735], [7.505831133549841, 48.87398494733725], [7.505172816780431, 48.873979296940135], [7.5045816205883344, 48.87401197520111], [7.5042867376050975, 48.87386087675529], [7.503800844761138, 48.87363363663555], [7.499333356486141, 48.871731956205046], [7.499191858665794, 48.87162957993725], [7.498685986938174, 48.87130632096003], [7.4982074773144864, 48.87102796245091], [7.497691617392945, 48.87078033329242], [7.496603040435573, 48.87030752908626], [7.496557919516116, 48.870245364652405], [7.496210837213165, 48.86986755505772], [7.495809235899022, 48.86951403568087], [7.495356992534854, 48.8691882183973], [7.494858472587446, 48.868893247666364], [7.494778318135693, 48.86885446438723], [7.494736068921272, 48.8687921617069], [7.494459427080818, 48.8684617384029], [7.4941732152418385, 48.868178878086844], [7.494164172855724, 48.86808711214824], [7.49406525693258, 48.86756243735056], [7.493828280446069, 48.866715612401315], [7.493667207712559, 48.866269061750394], [7.4934379718552355, 48.86583567094374], [7.493142963165458, 48.8654199559092], [7.492785257076065, 48.86502624829276], [7.492399005027687, 48.86468549023591], [7.490761538646618, 48.86215437876719], [7.4904752329754425, 48.86176487622731], [7.490133491766216, 48.86139534256041], [7.489973339613077, 48.861254648125595], [7.4899590630485475, 48.86119957837892], [7.489785200576273, 48.86077914435577], [7.489550473389533, 48.86037178942965], [7.489257087530162, 48.85998133964504], [7.488907799807212, 48.85961146218635], [7.488505891865336, 48.85926563094627], [7.488055139333138, 48.85894709391152], [7.487559776342304, 48.85865884267212], [7.487024455751323, 48.85840358433937], [7.4864542054476315, 48.85818371613606], [7.485854381138339, 48.858001302896746], [7.485230616072264, 48.85785805768863], [7.484588768164472, 48.85775532573476], [7.483934865018512, 48.85769407178957], [7.483328829614557, 48.85767643628667], [7.4829309763051075, 48.85747182410237], [7.482656328947356, 48.85733773877922], [7.481504675299498, 48.85680442679242], [7.480653068372713, 48.85646829403531], [7.479458618315887, 48.85607168317105], [7.478706070022965, 48.85585816582545], [7.476448491815153, 48.855321200732554], [7.475834562449855, 48.85519640817564], [7.47520555512811, 48.855110316247234], [7.474567058675387, 48.85506368988797], [7.473924746164099, 48.85505694337899], [7.4732843245462375, 48.85509013666381], [7.472651483986166, 48.85516297481608], [7.472031847341982, 48.85527481065805], [7.47143092024261, 48.85542465050677], [7.470854042202566, 48.85561116299682], [7.470306339207249, 48.85583269090178], [7.470174897757814, 48.85589165228625], [7.469627282441845, 48.85616489097243], [7.469156354103072, 48.85645334811066], [7.468735339805981, 48.8562316113168], [7.468153158523841, 48.855984306230795], [7.467535956913709, 48.8557772577707], [7.466890105782302, 48.85561260300422], [7.466222271431429, 48.855492041411814], [7.465539346892295, 48.85541681735753], [7.464848380828215, 48.85538770725452], [7.464156504837052, 48.8554050115573], [7.463470859900935, 48.85546855166275], [7.462798522739524, 48.85557767175241], [7.462146432823965, 48.85573124555628], [7.461521320802068, 48.85592768796938], [7.460929639070888, 48.8561649714008], [7.460798186173613, 48.85622392246756], [7.460360938527902, 48.85643732201382], [7.460158908304363, 48.85654440918429], [7.460042314544738, 48.85657019618787], [7.4594469722556465, 48.85674519642605], [7.458879684027508, 48.85695692273809], [7.458345638200348, 48.857203438822914], [7.4578497193023034, 48.85748249018819], [7.457396463388824, 48.8577915247562], [7.456575558363349, 48.858407621738095], [7.456111674845803, 48.858797082360184], [7.454772886025574, 48.860058290242385], [7.453063541357259, 48.85949710141039], [7.452544974096102, 48.859344286571435], [7.44686153962021, 48.85785342376428], [7.446320103930131, 48.85772851765244], [7.442940757318861, 48.8570527318358], [7.443189143446178, 48.856529268255194], [7.4433505592532905, 48.85628243366788], [7.443585617401833, 48.85586803335722], [7.4437578124455195, 48.855440394353714], [7.44386547846336, 48.85500365777008], [7.443907574506775, 48.85456205271685], [7.443883694617802, 48.8541198553455], [7.443843258311557, 48.853806096470244], [7.443764095117251, 48.85340573986361], [7.443630833351916, 48.85301168278765], [7.443444548552069, 48.85262710204516], [7.443206743622133, 48.85225509797675], [7.442274252866201, 48.85096176208586], [7.441989112066848, 48.85048023404413], [7.441861462379073, 48.850147539732994], [7.441630100249037, 48.84972623616349], [7.441336351294548, 48.849322221359245], [7.440983133949021, 48.84893950733739], [7.440573956961789, 48.848581894508605], [7.4405316766143414, 48.848551729073435], [7.440384825179747, 48.84831457010614], [7.439895763311319, 48.84739857186987], [7.439302817800942, 48.84614872750508], [7.439296785372094, 48.84607798386639], [7.439236954606128, 48.84568500912843], [7.439125109991309, 48.84529701506791], [7.438972301026807, 48.84494074247512], [7.4387873357801695, 48.84398541676187], [7.438719657885079, 48.84370606461091], [7.438314563424606, 48.84231593299733], [7.438286008167716, 48.84223817292111], [7.438436591449014, 48.84188487432327], [7.438559129133958, 48.841396235457545], [7.438604181749569, 48.84112433529904], [7.43861845287001, 48.840968169075545], [7.438688470279949, 48.84092601410646], [7.439142503763038, 48.84059214119242], [7.439270113851838, 48.840488317439366], [7.4396349197295, 48.840162543369935], [7.439953822720126, 48.839816418291846], [7.440224235068152, 48.83945275185598], [7.440443962782679, 48.839074496046855], [7.44061122341933, 48.83868472121281], [7.441500169612839, 48.83618936325564], [7.442025508075325, 48.8349003442258], [7.442309570963711, 48.83470478157043], [7.44282355956689, 48.83430700404858], [7.443264125326224, 48.83387252747159], [7.443513166041529, 48.833593036512816], [7.4438362415758865, 48.83318373729955], [7.444094059718311, 48.83275473061653], [7.4442485885775165, 48.832393170778055], [7.444473106373129, 48.832312732201174], [7.445073290115228, 48.832070408063466], [7.445632404446994, 48.83178850172474], [7.446144483886439, 48.83147002132094], [7.446917586637973, 48.83093681830676], [7.447288834965531, 48.8306586641652], [7.447624111708259, 48.830361263947474], [7.447921138169886, 48.83004663947102], [7.448640922413212, 48.829209145701874], [7.448971845584084, 48.82876986053238], [7.449228308528101, 48.82830938654571], [7.449407260003253, 48.827833205762815], [7.449459915711326, 48.82765108991009], [7.449551465047608, 48.8272242469835], [7.449580685547195, 48.82679357718189], [7.449547310181872, 48.826363038874554], [7.44945164724584, 48.8259365891291], [7.449294577465748, 48.825518147343296], [7.449077545851581, 48.82511155922688], [7.448802548365294, 48.82472056146349], [7.448784178538394, 48.82469989141084], [7.448718841746737, 48.824551019614006], [7.448467256527419, 48.824136744365326], [7.448154715875909, 48.823740977569294], [7.447784300021473, 48.82336761800031], [7.447472410762682, 48.823112553341694], [7.447491711386683, 48.823068040751956], [7.447539087475663, 48.823026897396765], [7.447897460012198, 48.822640266505005], [7.448195057026719, 48.82223177480595], [7.448428855481623, 48.8218055738041], [7.448596480914024, 48.82136599488499], [7.448696231508891, 48.82091750528516], [7.4487270953286115, 48.82046466268561], [7.448688760526453, 48.82001206889034], [7.448659825040535, 48.81983299061173], [7.448555951167697, 48.819395572222525], [7.4483874406915245, 48.818967019609275], [7.4481559287786085, 48.818551487319965], [7.447863661204767, 48.81815300358572], [7.447513472533023, 48.81777543128057], [7.447108758592469, 48.817422430486836], [7.446653443526396, 48.81709742302897], [7.446151941730297, 48.81680355931882], [7.444437574877872, 48.81589452076576], [7.444025205405114, 48.81569226360045], [7.443590925292338, 48.815511109633974], [7.442519297815193, 48.8151005836075], [7.442028971000554, 48.814929961891984], [7.441519259698447, 48.814786239156234], [7.4399861546692545, 48.81440185922614], [7.439272078453511, 48.81425194171974], [7.4320751410516435, 48.81302412834099], [7.431985768681651, 48.81293694319237], [7.431838350334583, 48.81280729736682], [7.431466571902586, 48.81251331570865], [7.431664959684661, 48.81249690495324], [7.432332304110483, 48.8123959353169], [7.432980918328841, 48.81225120998993], [7.4336042428261715, 48.81206419262122], [7.4341959740362995, 48.811836774554074], [7.434750128122692, 48.811571255685955], [7.435261101516162, 48.81127032119461], [7.4357237275945085, 48.810937014366964], [7.43613332893008, 48.81057470580599], [7.436485764576694, 48.81018705932839], [7.436777471918031, 48.80977799489814], [7.437005502655193, 48.80935164897202], [7.437167552570963, 48.80891233265873], [7.4372619847716175, 48.80846448811524], [7.43728784617362, 48.808012643622206], [7.437244877071003, 48.80756136779238], [7.437133513689559, 48.807115223376194], [7.436636476715394, 48.80560235950918], [7.436546273252356, 48.805360358557635], [7.436272193418369, 48.804703961073315], [7.4361291663555065, 48.80440302263175], [7.435869621335971, 48.80391723308955], [7.435636703245319, 48.80353738738092], [7.435352404572491, 48.8031731258641], [7.435019087421263, 48.80282747368919], [7.434357920570367, 48.80220623319763], [7.434052574368387, 48.801859241443495], [7.4338255796488575, 48.80161902540569], [7.432902600925317, 48.80070747027507], [7.4328456216395, 48.80065209160798], [7.43149489275208, 48.79936006032826], [7.43115811617298, 48.799064664815326], [7.430785741460533, 48.7987885479408], [7.43004749355743, 48.79828447807388], [7.429557437975168, 48.797981320447626], [7.429024566226492, 48.79771152820228], [7.428672570857098, 48.79756727487252], [7.429028084866408, 48.79722415755665], [7.429370729132296, 48.79685680474551], [7.429658497276146, 48.79646944576449], [7.429888740607505, 48.79606564762462], [7.430059340314491, 48.79564912863716], [7.430168726930071, 48.79522372416519], [7.4302158947338475, 48.79479335130036], [7.430200410958559, 48.7943619727902], [7.430122419718486, 48.793933560548304], [7.42998264062568, 48.79351205908359], [7.429782362108834, 48.79310134918542], [7.429523429498353, 48.79270521219843], [7.429208227989202, 48.792327295216246], [7.428839660640126, 48.791971077513615], [7.428421121613256, 48.79163983852609], [7.4279564649015555, 48.79133662767113], [7.427947867291546, 48.79133200395604], [7.427827024354084, 48.79121856700428], [7.427376203617227, 48.79087512071152], [7.426875209659748, 48.790563503333175], [7.426329162940567, 48.79028689928438], [7.425743644034014, 48.79004813513403], [7.425124636610975, 48.78984965073721], [7.424345691525014, 48.78963128957383], [7.422947552840997, 48.78920373889314], [7.422326062040277, 48.78903771800712], [7.421944603459813, 48.78896369250057], [7.421721137257182, 48.788614763789425], [7.421401045510572, 48.788226404770434], [7.4210247789009145, 48.78786069659714], [7.420770193150856, 48.78765911890314], [7.420760453116551, 48.78762778255059], [7.420562339762334, 48.78720585144235], [7.420302532631335, 48.786798800759385], [7.4199835402977214, 48.786410558598625], [7.419608442281161, 48.78604487147054], [7.419180859291382, 48.78570526815839], [7.4187049182607945, 48.78539502568035], [7.418561416726959, 48.785310258840624], [7.418064797340295, 48.785043569266655], [7.417532469476919, 48.78480888247727], [7.416969139869675, 48.78460827334708], [7.416379789153288, 48.78444351544772], [7.415769627849652, 48.78431606537793], [7.415144050327825, 48.78422704989489], [7.414508587144501, 48.78417725595951], [7.410539747998359, 48.783990678865806], [7.4096088798108335, 48.78398907936278], [7.408250770738748, 48.78404825055845], [7.407584723535506, 48.78409913887611], [7.407314890794157, 48.78413782945815], [7.407292225488868, 48.7841376441486], [7.407685723877878, 48.78373112079196], [7.407988020791286, 48.783386000308916], [7.408242859906565, 48.78302453882267], [7.408448238094863, 48.78264957896348], [7.408621685032882, 48.78228285938996], [7.40878627992854, 48.78186552826939], [7.4088896215231435, 48.78143969628615], [7.408930760780808, 48.78100928026203], [7.408909320848452, 48.780578239090374], [7.408865354538312, 48.78021954891643], [7.408751510754115, 48.7796878543297], [7.408728008941736, 48.77962948099074], [7.408783774257197, 48.77961320904054], [7.409359397496046, 48.779398960667564], [7.409900864866377, 48.7791488279861], [7.410403071717905, 48.77886516932692], [7.411633073786685, 48.77809908039108], [7.412143846923734, 48.777744301042034], [7.412593212556707, 48.777354915891586], [7.412975842064658, 48.77693554351129], [7.41328719873572, 48.77649115804711], [7.413681582696308, 48.77583701143168], [7.413865399852633, 48.775491909690274], [7.414142054530851, 48.77489616212445], [7.414298182354669, 48.77449490267677], [7.414397771656357, 48.774085848647125], [7.414439978372479, 48.77367247242866], [7.414424445588712, 48.77325828302593], [7.414351306523528, 48.772846796266805], [7.41422118335099, 48.77244150495891], [7.414035181874287, 48.77204584924452], [7.41374751571269, 48.771520638816924], [7.413678407510951, 48.771267545608225], [7.41350137866446, 48.7705772667067], [7.413341407051906, 48.77010764181648], [7.413106411788998, 48.769652010198506], [7.412799087372031, 48.76921559249672], [7.4124639372563905, 48.768848300156144], [7.412103180192508, 48.76818672793422], [7.411847836638689, 48.7677816110709], [7.4115339748038656, 48.7673948760001], [7.411164584965531, 48.76703020575315], [7.410743185997611, 48.76669107315801], [7.410273791831429, 48.76638070778025], [7.4097608732129965, 48.76610206518225], [7.409209315121399, 48.76585779879248], [7.408624370253792, 48.765650234651986], [7.408011609019599, 48.76548134927806], [7.407376866519323, 48.76535275085519], [7.4067261870116345, 48.76526566393173], [7.40606576639602, 48.76522091776757], [7.405401893256873, 48.76521893844358], [7.404740889028412, 48.76525974480715], [7.404089047847965, 48.76534294829305], [7.403452576668197, 48.765467756620595], [7.402837536196369, 48.76563298133249], [7.4022497832209195, 48.765837049103695], [7.401907380509655, 48.76598574794569], [7.4018066811590115, 48.76596063038167], [7.40118165445853, 48.765848255099634], [7.400543295300474, 48.76577568398938], [7.3997063353544155, 48.7657074604636], [7.399185459932335, 48.76567837661506], [7.398662744317653, 48.76567581660727], [7.3975609240889515, 48.76569841268742], [7.39700337956585, 48.76572503340941], [7.396451022750337, 48.7657818236241], [7.396040455515741, 48.765835538651835], [7.395856679343435, 48.765655511649896], [7.395439497764295, 48.765321369934505], [7.39497561702662, 48.765015316705146], [7.3944693429155555, 48.76474019228523], [7.393925374416049, 48.76449854992312], [7.393348760107632, 48.764292632110624], [7.392744851324914, 48.76412434978478], [7.392119252517718, 48.763995264605796], [7.391477769270501, 48.76390657447453], [7.39082635446201, 48.76385910242391], [7.39017105306316, 48.76385328898676], [7.389284747629411, 48.76387366549572], [7.38924594025129, 48.76381400592811], [7.389260595563557, 48.7636883718096], [7.389279262889186, 48.763249132280826], [7.389232997870909, 48.76281078503887], [7.389122243856101, 48.762377515275396], [7.388948059846935, 48.76195345960537], [7.388712110330482, 48.76154266657789], [7.3884166493328065, 48.761149058031314], [7.388064498851426, 48.760776391661246], [7.387659021873756, 48.76042822515827], [7.387204090240633, 48.7601078822575], [7.386704047662781, 48.75981842102302], [7.386163668243904, 48.759562604669625], [7.385588110906613, 48.75934287519961], [7.3849828701559845, 48.75916133010551], [7.384353723650053, 48.759019702360625], [7.383706677076738, 48.75891934388763], [7.38304790686181, 48.75886121266263], [7.38238370125318, 48.75884586357736], [7.381720400341793, 48.75887344314623], [7.381064335589581, 48.75894368810888], [7.380421769439464, 48.75905592794122], [7.379854205929082, 48.75917495684448], [7.379825974988153, 48.759148859788006], [7.379408420238271, 48.75883063209322], [7.378947661505191, 48.75853963349413], [7.378447742498709, 48.75827841743991], [7.37793149860739, 48.75805718205571], [7.377829773077471, 48.75792275464622], [7.37767887576451, 48.75774813492521], [7.377334300256457, 48.75738979623507], [7.376940147205493, 48.75705454223604], [7.3764999312995245, 48.75674536164968], [7.376017577654751, 48.7564650107097], [7.375497386815638, 48.75621598860359], [7.374943996417392, 48.75600051520598], [7.374362339852505, 48.75582051130152], [7.373757602309377, 48.75567758147347], [7.373135174574022, 48.75557299980962], [7.372738922224592, 48.75553222333003], [7.372443169723771, 48.75530602409845], [7.371947474929163, 48.754996014734175], [7.371407303824216, 48.75472040259367], [7.370828092405426, 48.754481960981195], [7.370215669251144, 48.75428308914461], [7.369772509413733, 48.75417407867071], [7.369435135727876, 48.753981909714824], [7.368907705369907, 48.75373500859187], [7.368347220715683, 48.75352232007272], [7.367758741423881, 48.75334576403708], [7.367013869416691, 48.75314993396281], [7.366609128868914, 48.7529946327647], [7.366129171364706, 48.75284230407407], [7.365570899624653, 48.752682579402034], [7.364954332502892, 48.75252916037672], [7.3643182127779765, 48.7524159040745], [7.363668507890357, 48.75234387294579], [7.3630113126242795, 48.75231374270677], [7.3623527919757, 48.752325796005145], [7.361699123364077, 48.75237991977061], [7.3610564387280695, 48.75247560627478], [7.359271937410706, 48.75280205457703], [7.358688759612364, 48.752927707575424], [7.358125070867122, 48.75308758967257], [7.3579255621565185, 48.75315887694437], [7.357440848425504, 48.75324336138527], [7.3560486550243676, 48.753537413898655], [7.355408989358262, 48.75369634365773], [7.354796667253274, 48.75389691198131], [7.354217869217869, 48.754137094514796], [7.354025611650133, 48.75423595284295], [7.35270034645548, 48.75433252743658], [7.352061304994748, 48.75439956467762], [7.3514347876422175, 48.75450644949768], [7.350467976405197, 48.754704255570495], [7.350247078539594, 48.75474694099412], [7.349579499553453, 48.754800908258694], [7.348987200328117, 48.75486644821953], [7.348405951814743, 48.754966277288304], [7.347840284812719, 48.75509961730738], [7.347294608755665, 48.75526542889789], [7.346552737505937, 48.755517651624906], [7.346031773581234, 48.7557144416122], [7.345539062576779, 48.75594082169099], [7.345078438477278, 48.75619503046878], [7.344641582428991, 48.75645858342193], [7.344174686374082, 48.75669845140844], [7.343186701021724, 48.757206015726574], [7.342189483356618, 48.75764345275712], [7.341685271338564, 48.757887391855476], [7.3412170371946415, 48.75816089074787], [7.340788731758651, 48.75846164205142], [7.340190830641242, 48.758922134332835], [7.340157012753905, 48.758937279935346], [7.339253625227144, 48.759212803672845], [7.338636475884848, 48.759427026956274], [7.338055722728316, 48.75968188213068], [7.337517464084134, 48.75997469325962], [7.33673906819706, 48.76044435902174], [7.336186494191363, 48.760818975027775], [7.335703472625995, 48.76123348949628], [7.334517670550353, 48.76238377056434], [7.333956760326652, 48.76287772239465], [7.332909622938869, 48.762689549668124], [7.33149542983386, 48.76225883853928], [7.330814367893008, 48.76208013156795], [7.330108184897629, 48.761950890525895], [7.329385073718283, 48.76187261480769], [7.328490636341221, 48.7618082517411], [7.325040526236266, 48.761373268903945], [7.32431406314083, 48.76130825266986], [7.323581236509513, 48.76129529735002], [7.322980842748161, 48.76130608553211], [7.322909748122663, 48.76128779523007], [7.322303527308779, 48.7611531597154], [7.321680863135155, 48.761056756069195], [7.3210472583222135, 48.76099943624516], [7.32040831220209, 48.760981706797104], [7.31976967127291, 48.76100372440554], [7.3191598990391045, 48.7610438141727], [7.318446570112668, 48.76111614358422], [7.317748844062539, 48.761238027230014], [7.317074573128113, 48.76140809343458], [7.316431345780921, 48.761624428261676], [7.3158264013738314, 48.76188459703938], [7.3152665487054245, 48.76218567174223], [7.314510845760059, 48.76263815303334], [7.314319686846516, 48.76273516378911], [7.313262195769449, 48.76274314426432], [7.3129043574686925, 48.762752074438836], [7.311497207066438, 48.76281173523487], [7.309016183012201, 48.76290135774185], [7.308368903891851, 48.76294533660243], [7.30773094064966, 48.7630299982228], [7.307108129594588, 48.76315456808809], [7.306506168522829, 48.76331790658195], [7.305930564626336, 48.76351851940494], [7.305386584138708, 48.763754571235715], [7.304879204177838, 48.76402390251087], [7.301941715999944, 48.765742149859015], [7.301485739472721, 48.7660350787286], [7.301073121087257, 48.76635486963754], [7.300707465754955, 48.766698729297815], [7.30039196837065, 48.767063654132684], [7.300129385884752, 48.76744645650172], [7.299922013192879, 48.76784379253473], [7.299771663054544, 48.768252191332415], [7.2994786896931565, 48.76924859169157], [7.29923245087879, 48.76962109739786], [7.298973451538523, 48.769859792171275], [7.298669301913844, 48.770199484269924], [7.298411385157296, 48.770555497280284], [7.298201689205391, 48.77092508848913], [7.297921511778539, 48.771493627290155], [7.297915346275821, 48.77150620095599], [7.297240433588885, 48.7728894775034], [7.296245048463195, 48.77369574962709], [7.295764085759771, 48.77413739736485], [7.29508660147622, 48.77484632649327], [7.294798529595516, 48.77517824754281], [7.29455419106693, 48.775525153167116], [7.294265073069871, 48.7759859144605], [7.294104639523034, 48.77626793823438], [7.2940843256352075, 48.77630763668286], [7.2934972262272435, 48.777188017438014], [7.293291215119398, 48.77743250662402], [7.293194274565049, 48.777560163994195], [7.292845340953296, 48.77785988750192], [7.292227577576859, 48.77846756852618], [7.292062245036274, 48.77864657493015], [7.291745772318406, 48.77871583860894], [7.291145380968363, 48.778872531869936], [7.290425956536372, 48.77909312730923], [7.289750250581892, 48.77936754444494], [7.289093723871589, 48.77967035799221], [7.288823023453597, 48.77980904741453], [7.288606528098384, 48.77951922999727], [7.28840339453924, 48.77926771255868], [7.2876508446538715, 48.778403044245294], [7.287289241450262, 48.77803113666241], [7.286874138574033, 48.77768448993335], [7.2859296292540146, 48.776970819481676], [7.285693750097681, 48.776801529700315], [7.284868359312882, 48.7762387435191], [7.2845061202176415, 48.7757203348881], [7.28469938959581, 48.77562660930219], [7.285205546804495, 48.77535558222425], [7.285670163150931, 48.77505380232226], [7.286088979607731, 48.77472403640807], [7.286458157274685, 48.77436930782576], [7.286774312559037, 48.77399286872013], [7.287034548171768, 48.77359817020859], [7.287036426389431, 48.773594362866646], [7.287481628743842, 48.773328427582356], [7.287935164350904, 48.772997904006004], [7.288060190528754, 48.77288630177172], [7.2884495070975985, 48.77265730098008], [7.288861284472161, 48.77236819839917], [7.289489357981468, 48.771886260194165], [7.289935299441987, 48.771504429415735], [7.290316794649849, 48.77109322130044], [7.2906074485674335, 48.77068804553233], [7.29101709580616, 48.770454519811594], [7.29147215086529, 48.77013945088611], [7.29187894908641, 48.76979675604229], [7.292233673897263, 48.76942965124239], [7.292532997616287, 48.76904158145297], [7.292546895255276, 48.76901821516941], [7.29283383430587, 48.76870078059149], [7.293125057801605, 48.76828921348962], [7.293351963541773, 48.76786032067217], [7.2935122365216465, 48.76741848093947], [7.293604242168596, 48.766968205166584], [7.293627042963418, 48.766514090242616], [7.2935804079403175, 48.7660607721361], [7.293464814971406, 48.76561287856623], [7.293374708717494, 48.765345903186706], [7.293177057534698, 48.76487987961712], [7.292904794406762, 48.764430596875854], [7.29234921894862, 48.76363993055188], [7.291991322018591, 48.763197104286405], [7.291437708306156, 48.76259551568769], [7.291158373823406, 48.76231597986491], [7.290642290977054, 48.76183913966354], [7.290251851592657, 48.76151161048332], [7.289817204103786, 48.76120939936657], [7.289342086315998, 48.76093510472683], [7.28833111313369, 48.76040398693666], [7.288209381040818, 48.76034150755576], [7.287540161701108, 48.76000598718527], [7.287394368703086, 48.759793402951324], [7.287475314381702, 48.759758158559535], [7.287970512528512, 48.75952077026103], [7.288431447309691, 48.759254927233414], [7.288854390941856, 48.75896277976536], [7.29036782842819, 48.757818486395344], [7.29082760050419, 48.75742970442814], [7.2912201633481555, 48.75700995116265], [7.291540790044064, 48.756564282675555], [7.291769301532215, 48.75619577046492], [7.291984942886236, 48.755794965835754], [7.292142337156379, 48.75538248126449], [7.292240077142792, 48.75496200825257], [7.292277289594247, 48.75453730970776], [7.292253642972262, 48.75411218626518], [7.292169350365463, 48.753690442274014], [7.292071881511902, 48.75333365568453], [7.291929755521664, 48.75292392238252], [7.291730393123908, 48.75252475418841], [7.291475537530137, 48.75213963883421], [7.291245956258431, 48.751832640531944], [7.2909352630109145, 48.75146218333468], [7.29057323849296, 48.75111269997157], [7.290469643594865, 48.751030507924206], [7.290340033208856, 48.75064943534563], [7.290121527194542, 48.75021720312378], [7.2898379907849025, 48.74980181426083], [7.289492337241011, 48.749407534571915], [7.289088117497599, 48.74903841300307], [7.288629483656185, 48.74869824006679], [7.2881211463177396, 48.748390508934165], [7.287652841993684, 48.748159983395034], [7.28762247021627, 48.74814283429842], [7.287142250177371, 48.74789537765959], [7.286630492498135, 48.74767731275741], [7.286091298305203, 48.74749038698173], [7.285528988428513, 48.74733609818297], [7.283931113914544, 48.74695213458381], [7.283363782367845, 48.7468372285989], [7.282718860683002, 48.74665647509233], [7.282348615385416, 48.746493525975815], [7.281741773586389, 48.74628141161853], [7.281112982281299, 48.74608780512247], [7.280702651613804, 48.74597729008458], [7.2805059763610736, 48.74587928382417], [7.279937671674579, 48.74564998880463], [7.2793381920367155, 48.74545854035528], [7.2781815131601535, 48.74513429728469], [7.277526233154581, 48.744799410603896], [7.276999532931767, 48.74455562989359], [7.276440380576368, 48.74434583160788], [7.275853773231853, 48.74417189059748], [7.275244953219067, 48.74403536126036], [7.274619361213586, 48.74393746366021], [7.274578880022208, 48.743933751710344], [7.2741726790414605, 48.74368974922685], [7.273545086701529, 48.74339115976166], [7.2728703084813295, 48.743141612627134], [7.272240852452632, 48.742938977936966], [7.271606566024457, 48.742760483941645], [7.270948217885677, 48.7426253761789], [7.270272572472149, 48.742535042844786], [7.26958657180938, 48.74249041208448], [7.268897264237145, 48.74249194246255], [7.268693576133299, 48.74249923238221], [7.2684466596431605, 48.742515865142586], [7.268418474666968, 48.74251175258331], [7.26807874362276, 48.742327101774954], [7.267774691509044, 48.74211241148054], [7.267301014760405, 48.741808890488336], [7.266785110504806, 48.74153714672779], [7.266231832207771, 48.741299736376035], [7.266056744532382, 48.741239671227355], [7.265786464499772, 48.741040357738754], [7.265308579428175, 48.74074934992136], [7.264790893214387, 48.74048983008999], [7.264238130538053, 48.74026416650362], [7.263655335961776, 48.74007441843734], [7.262958059763076, 48.73987416130706], [7.2624125698888315, 48.739735599027256], [7.261851109250007, 48.73962852449991], [7.261277823856422, 48.739553728391044], [7.259698696096155, 48.739393964082296], [7.259012474901423, 48.73934825671373], [7.258652861568675, 48.738995989035026], [7.258466766292996, 48.738847478793865], [7.258058513098241, 48.738475511387605], [7.2575869179602615, 48.73812820071948], [7.257063436106685, 48.73781509543056], [7.2564937082190735, 48.73753956883192], [7.25588387291505, 48.737304589324246], [7.255240500625992, 48.737112688436675], [7.254570522837528, 48.736965933570815], [7.25436319297264, 48.73692829355076], [7.253720330972775, 48.73683346530077], [7.2530666148071194, 48.73678022472176], [7.252408178267701, 48.73676907137174], [7.251751199403365, 48.736800109902745], [7.251101842596256, 48.73687304907965], [7.250466200766073, 48.736987204510775], [7.249850238242247, 48.73714150506502], [7.249259734838178, 48.7373345029151], [7.248700231650437, 48.7375643871136], [7.248176979089999, 48.73782900057421], [7.247694887631836, 48.738125860299874], [7.247258481744169, 48.73845218066837], [7.24687185742918, 48.73880489955747], [7.246538643773444, 48.73918070706531], [7.246261968869321, 48.73957607655697], [7.2460444304277605, 48.739987297746666], [7.245888071359435, 48.74041051150567], [7.245728237758525, 48.74095663001322], [7.245624493555592, 48.74146511271223], [7.245617009320703, 48.74171287750874], [7.245269831313023, 48.74188483555237], [7.244790275769854, 48.74217337443876], [7.2443544438729575, 48.74249080669714], [7.243226597654223, 48.743395375660185], [7.242588717715871, 48.743890151071014], [7.242574106288108, 48.743892473523665], [7.241953190914957, 48.74403427903979], [7.241206590479737, 48.744231962807575], [7.240604052140211, 48.744414505964414], [7.240031241265177, 48.74463497247077], [7.239493598580404, 48.744891268407706], [7.238996231012709, 48.74518095952829], [7.2385438631951615, 48.745501294363855], [7.238140792592278, 48.74584923034283], [7.237790848671286, 48.74622146267489], [7.237517610768606, 48.74654641634117], [7.237274149190499, 48.74686512205739], [7.237069686997339, 48.7471955965411], [7.236774812996059, 48.74773203537373], [7.236220041897098, 48.74816410427426], [7.235789957461473, 48.748536814844776], [7.235420882471145, 48.74893710959962], [7.234776630482951, 48.74972557777311], [7.234434072326103, 48.75021218969111], [7.2344256545874375, 48.750229199957175], [7.234414018406425, 48.75023750540915], [7.234011580854875, 48.75058804922445], [7.233662883673558, 48.7509629265512], [7.233371267474641, 48.75135854722152], [7.233139526410927, 48.75177112233043], [7.232969881374458, 48.75219670051105], [7.232863958677014, 48.752631205768445], [7.23282277441856, 48.753070476510274], [7.232812172169384, 48.75361127075562], [7.232834934825163, 48.75404176070102], [7.232919884136479, 48.754468835511894], [7.233066242175122, 48.75488857663144], [7.233272667482055, 48.75529713270287], [7.233537267324728, 48.75569075491346], [7.23385761501795, 48.75606583140081], [7.234230772151098, 48.75641892040503], [7.234379071621106, 48.756533990143765], [7.234374306396892, 48.75660352637412], [7.234151052321646, 48.75679105960236], [7.233790257784897, 48.75716468432499], [7.233486846031408, 48.75755997923673], [7.23324376623428, 48.757973103772706], [7.233063381580456, 48.758400044052124], [7.232947446260308, 48.75883665186647], [7.232861635691747, 48.75929004230171], [7.232812529237761, 48.75970356994853], [7.232821262820704, 48.76011832981206], [7.232947827004251, 48.76150991099291], [7.2330220200021955, 48.76195470294978], [7.233162712551597, 48.76239241754008], [7.233199499941529, 48.762468620833026], [7.232997247531204, 48.76286843778106], [7.232848683055565, 48.76329822990913], [7.232702228062165, 48.76384383823035], [7.232694229890178, 48.76388784994525], [7.232593950954105, 48.76395684791308], [7.232190169055553, 48.76429394542327], [7.231836928543487, 48.76465499525912], [7.231537459601994, 48.7650366969065], [7.231294501054136, 48.765435560993154], [7.231110275289677, 48.765847941176474], [7.230986467906309, 48.76627006746855], [7.230924212251935, 48.76669808069425], [7.230924161165149, 48.766862945810864], [7.230825345432753, 48.76698299329873], [7.230560889790285, 48.76739880988968], [7.2303607763153055, 48.76783004733577], [7.230227019858944, 48.76827236716798], [7.230160967806876, 48.76872131931653], [7.230163286457508, 48.769172386875475], [7.230214285637387, 48.76980105692532], [7.230223697468505, 48.769863102200226], [7.230062809185716, 48.77002520484548], [7.229760046659708, 48.770404818843254], [7.229513400326285, 48.77080177989735], [7.229325117374277, 48.7712124733845], [7.229196913684599, 48.771633159554945], [7.229129958158455, 48.77206000757905], [7.229124862021634, 48.77248913042636], [7.22918167320422, 48.77291662025958], [7.229299875848798, 48.773338584021424], [7.229478394953694, 48.773751178890045], [7.229715606110909, 48.77415064728027], [7.230009350251981, 48.774533351071746], [7.230159801762532, 48.77470815451025], [7.230523343332829, 48.775085527744366], [7.2309418227828814, 48.775437157163694], [7.231055972481001, 48.77551558155281], [7.231258100628484, 48.77582361183958], [7.231992456193091, 48.77727563813381], [7.232240933630753, 48.77769561054154], [7.232551806612299, 48.77809702352579], [7.232921950179838, 48.778475840217375], [7.23300465010546, 48.778544304011824], [7.2330134339843175, 48.778747848162844], [7.233093959596857, 48.77917436881738], [7.233235735148464, 48.77959385981639], [7.233437466749926, 48.78000248844905], [7.233697312599532, 48.780396521164796], [7.234012899764861, 48.78077235769376], [7.2343813458241195, 48.781126563951986], [7.2347992851706575, 48.78145590343049], [7.235262899741447, 48.78175736678067], [7.2357679538894955, 48.78202819932526], [7.23582390400357, 48.782052745322915], [7.2359038744716, 48.78211389655054], [7.2362791032676475, 48.78237078376941], [7.236764828059897, 48.78267226621347], [7.237292850899566, 48.782940904734005], [7.237858107730792, 48.78317412263895], [7.238455177129478, 48.78336968294842], [7.239078332321297, 48.78352570986477], [7.239721596138463, 48.78364070677682], [7.240378798386762, 48.783713570625316], [7.24104363507086, 48.78374360249099], [7.241709728907907, 48.78373051430359], [7.242252605428024, 48.78370221638671], [7.242834663102661, 48.78365512470183], [7.243408422897696, 48.78357508983069], [7.243744520689892, 48.783518108063184], [7.244343896187981, 48.78339678948995], [7.244923831547592, 48.78323953414637], [7.245479404479752, 48.78304767679994], [7.245994783976164, 48.7828492099564], [7.246265488845001, 48.78273264615401], [7.246305621742204, 48.782770279902735], [7.246724313162468, 48.78309317224722], [7.247187288819032, 48.78338848492865], [7.24769040895821, 48.78365357693898], [7.248229174596508, 48.78388607750004], [7.2487987677600945, 48.7840839072781], [7.24939409458601, 48.78424529699157], [7.2497401380675734, 48.78431470790451], [7.249789599737104, 48.78433656791078], [7.250366858918224, 48.78454157526228], [7.250971286788007, 48.78470893539236], [7.2515972766484555, 48.78483709581363], [7.2522390216374735, 48.784924867658475], [7.2528905686308, 48.78497143671515], [7.253545873505785, 48.784976370986186], [7.2541988572525575, 48.78493962469882], [7.254843462410034, 48.78486153872984], [7.255593755620044, 48.78474572020637], [7.256558259882598, 48.784907466911115], [7.257863215142019, 48.78524263569836], [7.257923973224953, 48.78559135992966], [7.258062924138851, 48.78601838251897], [7.258263915584011, 48.786434482473204], [7.25852505266862, 48.78683573391473], [7.2589081145849255, 48.7873534737498], [7.2591834306197445, 48.78768874509142], [7.259500760382741, 48.78800739155622], [7.260635364253278, 48.789047728064794], [7.261002126999197, 48.78935489485893], [7.261889215666321, 48.790034772774845], [7.262125038061061, 48.790206358748485], [7.264393386310893, 48.79177361477615], [7.265062754996571, 48.792178262923805], [7.266644264569394, 48.79301343644989], [7.267181802548664, 48.79326997082014], [7.267754577659152, 48.793490724418454], [7.26835715232018, 48.79367360140642], [7.268983805835485, 48.793816865527624], [7.269667256454513, 48.79394885949353], [7.270311061391068, 48.794241429761364], [7.270878155143165, 48.79447295556911], [7.271658885268847, 48.79475777433552], [7.272163107436131, 48.7949594236999], [7.27249982917646, 48.79508558285072], [7.2730725193620485, 48.795286149161036], [7.270669879166131, 48.79656022995447], [7.269495661207917, 48.79602650699944], [7.268886428308588, 48.79577966890013], [7.268233739377334, 48.795545439408905], [7.267757225146399, 48.795337109468655], [7.267392831111204, 48.79499487727322], [7.266951037681788, 48.79465692336486], [7.266460695081349, 48.79434958334913], [7.2659266385909, 48.7940758874305], [7.265354134226936, 48.79383853405821], [7.264748826828945, 48.793639863336864], [7.264116684423816, 48.79348183396928], [7.263284237079068, 48.79330440361794], [7.262731214398055, 48.79320331836338], [7.262167271726358, 48.793133366260456], [7.261823788757173, 48.79310059315609], [7.261143032217107, 48.79305856199468], [7.260459328304171, 48.79306186554089], [7.259779574896468, 48.79311047046493], [7.259110630046182, 48.793203886385974], [7.258459242840812, 48.7933411708161], [7.257831985359568, 48.793520938662404], [7.257235186408995, 48.79374137619167], [7.256674867704153, 48.794000259317414], [7.2561566831374416, 48.79429497602517], [7.255685861746428, 48.79462255271072], [7.255267154955234, 48.79497968416623], [7.254904788621495, 48.79536276691241], [7.254602420372884, 48.7957679355416], [7.254363102664578, 48.79619110170553], [7.25357068897731, 48.79784054799666], [7.253375667532531, 48.79834676087375], [7.253269046085767, 48.7987108281987], [7.253215109051182, 48.79892179338904], [7.253036377684912, 48.79973876504859], [7.252990308225348, 48.80000527129371], [7.252983985190739, 48.80005495566114], [7.252761938301507, 48.800145830507496], [7.252218022606026, 48.800422102403566], [7.251718962593365, 48.800733139336735], [7.251713594401777, 48.80073723474371], [7.251230912331402, 48.800797561670606], [7.250578529351971, 48.800924733770806], [7.250027911591405, 48.80107293396946], [7.249659213512235, 48.80110725591399], [7.249016367688775, 48.80120991121694], [7.248391632668978, 48.80135328881093], [7.247790904293872, 48.80153603561642], [7.247219852013228, 48.80175642700432], [7.246683865408899, 48.802012383060976], [7.24618800335033, 48.80230148820451], [7.24573694626103, 48.80262101396831], [7.245334951945881, 48.802967944737134], [7.244985815395948, 48.80333900619347], [7.244829628636819, 48.80354781405995], [7.244641426358772, 48.80366578488447], [7.244225431206376, 48.80397987475488], [7.243855302796944, 48.8043180853737], [7.2435342294205824, 48.80467750421196], [7.243348577875694, 48.80490926651086], [7.243089036434958, 48.80527143825143], [7.242879330388484, 48.80564743298351], [7.242802678872609, 48.80583485747864], [7.2427193867893065, 48.805853728483584], [7.242124029928948, 48.80603242739588], [7.241557372249415, 48.80624803061742], [7.241024641552902, 48.806498549188724], [7.24053075286652, 48.80678167202361], [7.240080263109819, 48.80709478721659], [7.23967732905589, 48.807435006125296], [7.239325668973695, 48.80779919000606], [7.239028528305638, 48.808183978957935], [7.238788649697562, 48.80858582290807], [7.238608247658639, 48.809001014354145], [7.238488988086145, 48.80942572256117], [7.23843197284563, 48.80985602889848], [7.238437729550536, 48.81028796299055], [7.238506206637496, 48.81071753934889], [7.238636773784915, 48.81114079414654], [7.238828227672973, 48.811553821796416], [7.238924425496761, 48.81173053871462], [7.239214825010336, 48.81218425556455], [7.2394590839695185, 48.81247297055895], [7.239525248752956, 48.81257562219011], [7.239764132176127, 48.81290783835379], [7.240043325548346, 48.813226050090094], [7.241250028675562, 48.81448015071335], [7.241549088354223, 48.814765927958035], [7.242915389431006, 48.815969312760124], [7.243107736522358, 48.81613088933229], [7.245238029147529, 48.817838494455756], [7.245610603213332, 48.81811333355305], [7.246016039502496, 48.81836708034891], [7.247046429703932, 48.81896090921383], [7.247566961520191, 48.81923256253642], [7.248125060496978, 48.819469472736166], [7.248969593878108, 48.81979069237923], [7.2495665301988685, 48.81999256463582], [7.250190646977564, 48.82015467918773], [7.251786890391175, 48.82051041646063], [7.25168204907796, 48.82067983060785], [7.251491101658618, 48.82110272319605], [7.251363843245618, 48.82153593808541], [7.251301500944538, 48.82197530337481], [7.251304676774752, 48.82241658783329], [7.251323000259404, 48.82264109912614], [7.2513804356730605, 48.823029750729276], [7.25148872071126, 48.82341364633624], [7.251647039846364, 48.82378989077841], [7.251724923998441, 48.82394801163724], [7.249310963539908, 48.82621382802766], [7.248949979751044, 48.826591125215145], [7.247934435102674, 48.82777928522726], [7.2475877566002165, 48.82777419532176], [7.246921132883392, 48.82780769352633], [7.2462626936089825, 48.827884179523], [7.245618781858848, 48.82800291648021], [7.244995600869864, 48.82816276053355], [7.244399154314832, 48.82836217179762], [7.243835188498879, 48.82859922919048], [7.243118631350432, 48.8289341456073], [7.241986703897418, 48.829370755420506], [7.241440105371817, 48.82960544828634], [7.240929997712641, 48.8298735714614], [7.240461055542788, 48.83017266815765], [7.240037576508995, 48.83049999773716], [7.239663441897283, 48.830852560811216], [7.2393420810534765, 48.831227126711276], [7.2390764399351415, 48.83162026308039], [7.238868954083951, 48.832028367314294], [7.238721526267117, 48.832447699564995], [7.23863550899427, 48.832874417004554], [7.238611692071605, 48.833304609035444], [7.238650295309205, 48.83373433312529], [7.238750966450392, 48.83415965093757], [7.238912784344099, 48.8345766644273], [7.239358183335522, 48.83553170261175], [7.239767497839601, 48.83699573249099], [7.239964161843106, 48.83752025330586], [7.240463233194126, 48.83857495525137], [7.240563012645509, 48.83938537819641], [7.240635502871699, 48.839768993834085], [7.240757643783447, 48.84014708157831], [7.240952766262723, 48.84064505529864], [7.240845427649555, 48.841111861177325], [7.240844831086472, 48.8411214465082], [7.2404149105787345, 48.84186003732572], [7.240283513657157, 48.842146202845534], [7.240237597469732, 48.84207758128024], [7.239946471079122, 48.84172944480281], [7.2387221611660655, 48.84040712452703], [7.238683775337861, 48.84034353494979], [7.2381680320098525, 48.8389637349587], [7.23798161043917, 48.83855105478902], [7.237736244229425, 48.83815203787394], [7.237434184854704, 48.83777034344631], [7.2370782035237475, 48.83740947180625], [7.236671565731656, 48.83707273223293], [7.236218001287717, 48.8367632126497], [7.235721670095001, 48.83648375132074], [7.235187123996091, 48.8362369108377], [7.234619265034907, 48.83602495463451], [7.234023300517125, 48.83584982624503], [7.233404695280625, 48.83571313149327], [7.2327691216126775, 48.83561612377872], [7.2321224072717785, 48.83555969259164], [7.2314704820892395, 48.83554435536277], [7.230819323638412, 48.835570252722526], [7.229327279610291, 48.83567710619401], [7.228647636348634, 48.83574886283242], [7.227982429243178, 48.835865526022594], [7.227338448408037, 48.836025904929905], [7.226722267451997, 48.83622836248098], [7.226157164129898, 48.83646375591696], [7.225382176276348, 48.83664698389104], [7.224519558691044, 48.836896578228966], [7.224055066346132, 48.837057097479814], [7.223499923043429, 48.837271568317654], [7.222977894546699, 48.837519646049735], [7.222493635047683, 48.83779911913502], [7.2220514622428915, 48.83810749611607], [7.221655318841939, 48.83844202781765], [7.221308737409562, 48.83879973184323], [7.221014808854858, 48.83917741915143], [7.220776154849167, 48.83957172247599], [7.220594904419388, 48.839979126336544], [7.22047267492638, 48.84039599837295], [7.220422845830317, 48.84062291304574], [7.220365439862672, 48.84098975222855], [7.220353768056659, 48.841358462633664], [7.220359038953413, 48.841531301883975], [7.220173035521996, 48.841728025780306], [7.219873657044108, 48.84212822727339], [7.219635856306066, 48.84254604662362], [7.219413733639141, 48.843004197413315], [7.219214188712636, 48.84351865916231], [7.2191072362424755, 48.84388268135571], [7.219008913027509, 48.84434418673158], [7.218983488630023, 48.84480993019796], [7.219031238103035, 48.845274908862855], [7.219151650465703, 48.84573412792248], [7.219258760828333, 48.84604556217051], [7.21930294042443, 48.84616627152367], [7.219561625571262, 48.84683260053428], [7.2197264173040985, 48.847193438858135], [7.219938305172529, 48.84759557092548], [7.219616606636563, 48.84766797217373], [7.219010323119637, 48.8478497481654], [7.218433817911622, 48.848069714672604], [7.217892597329109, 48.84832577088596], [7.2173918309196985, 48.84861547128632], [7.216936302099362, 48.84893604898734], [7.2165303624664885, 48.849284442146924], [7.216471525045622, 48.84934668681804], [7.215260929719116, 48.8491125583521], [7.214666175725661, 48.84901645043602], [7.214060750991755, 48.84895596739229], [7.21371765724404, 48.848932038136304], [7.213069437828756, 48.84890735675632], [7.212420601810306, 48.84892350593404], [7.211777040063679, 48.848980339047024], [7.211144595614839, 48.84907734009227], [7.21052901063052, 48.84921362836762], [7.209935874320302, 48.84938796646233], [7.209370572222262, 48.849598771483976], [7.208838237331166, 48.84984412942074], [7.208343703511707, 48.85012181250849], [7.2078914616188525, 48.85042929944608], [7.207485618723061, 48.850763798275175], [7.207129860810384, 48.8511222717182], [7.206827419296234, 48.85150146474443], [7.206581041657342, 48.85189793411444], [7.206556844671162, 48.85194285869275], [7.206380655558925, 48.85218530918696], [7.206185109859336, 48.85252078432186], [7.205784090949751, 48.85330040479393], [7.205602053120743, 48.853720271602285], [7.205482591823599, 48.854149811042], [7.205426835368203, 48.85458497170844], [7.205431797093429, 48.8548406004414], [7.204853211458941, 48.855832984769], [7.204789861612377, 48.85594614588786], [7.204149242103305, 48.85713945220634], [7.2039944964312745, 48.85746686284984], [7.203878016631738, 48.85780110336082], [7.203718107912525, 48.85835608943899], [7.203633779926242, 48.858737160545594], [7.203562855190706, 48.85880118985725], [7.203221100309508, 48.85918402610681], [7.202938269562752, 48.859587247367685], [7.2027878978542255, 48.85987261174612], [7.2027601236384795, 48.859898930984514], [7.202439173114669, 48.86027567480695], [7.202174516361769, 48.86067100807238], [7.201968599277367, 48.861081279132385], [7.201823325334618, 48.8615026982764], [7.2017400379521685, 48.86193137272934], [7.201719508032115, 48.86236334260468], [7.201761926782883, 48.86279461748038], [7.201866903895493, 48.86322121326057], [7.201939928915131, 48.86340445961042], [7.20188537956872, 48.863415286769865], [7.200880474279283, 48.86364872684042], [7.200101344499417, 48.86386645080795], [7.198386028267048, 48.86443102128975], [7.197761611574736, 48.86466438605214], [7.197177843088114, 48.86493977220286], [7.196536208671688, 48.865277497890396], [7.1960276875837925, 48.8655736393587], [7.195566295464048, 48.86590165971603], [7.195156602229893, 48.86625831067723], [7.194802666094003, 48.86664006037098], [7.194507993351862, 48.86704312829985], [7.194275503623031, 48.867463522764545], [7.194107500891641, 48.867897080382306], [7.1940056506346, 48.868339507308626], [7.193970963266084, 48.86878642175463], [7.193968341458536, 48.870041570539165], [7.193715242427748, 48.87164122092203], [7.1936900700714705, 48.87184515238296], [7.193597040198299, 48.87289308499403], [7.193589264926539, 48.87330771474162], [7.193639426464816, 48.87372105376501], [7.19364563217435, 48.873744599634406], [7.193551762857742, 48.874100001903884], [7.193466425113134, 48.87456558139243], [7.193455064856031, 48.87503449144611], [7.193517807651208, 48.87550163144779], [7.193539008870858, 48.87557329986455], [7.193215484568145, 48.87577095232037], [7.192781636387301, 48.8760920069495], [7.191385155101149, 48.87723064856761], [7.1909914464763025, 48.877585886329435], [7.1902651736252885, 48.87831339620274], [7.190234949445365, 48.8783316312249], [7.189827065779873, 48.87862551422553], [7.189594180159577, 48.87882646682788], [7.189280203485389, 48.87884977192023], [7.18861886452126, 48.878943344078884], [7.187974835611807, 48.87907967648616], [7.187354454964942, 48.87925742744559], [7.1867638282274235, 48.87947484763072], [7.186208768428942, 48.87972979728939], [7.185694738796007, 48.88001976728883], [7.1852267989971725, 48.880341903794694], [7.18480955534783, 48.880693036342485], [7.1844471154643195, 48.881069709025184], [7.184143047813848, 48.88146821449163], [7.1837284777885895, 48.88208609380223], [7.183529513374294, 48.88241754621985], [7.183370983877591, 48.88275835176672], [7.182756979070779, 48.88429276852632], [7.182724685842894, 48.88437673786666], [7.1816033407700415, 48.88741480581471], [7.181503294185071, 48.887736565943065], [7.181441135977389, 48.887981653513854], [7.180971657071019, 48.8892492492678], [7.180388997082051, 48.89040679744023], [7.180186773304868, 48.89069638309527], [7.179337336458267, 48.89150201821283], [7.178983583856535, 48.89187525492102], [7.1786868599875975, 48.892269508245654], [7.178450008873514, 48.89268100110787], [7.178275301109257, 48.89310579118135], [7.178164412060101, 48.89353980865212], [7.1781184057548995, 48.893978895203034], [7.178137724631637, 48.894418843849664], [7.178180197791947, 48.89477758074652], [7.178279544448639, 48.89526754510154], [7.178459863524619, 48.895747357690595], [7.178542391933672, 48.8959245854071], [7.178736516495791, 48.89628581553102], [7.178976591667565, 48.896634833898446], [7.179205427717812, 48.896933027843325], [7.179556561508555, 48.89733715307368], [7.179969220215862, 48.89771516108135], [7.18043897711467, 48.89806299570047], [7.180960792488467, 48.8983769244627], [7.1815290676898895, 48.898653578668444], [7.182168772473487, 48.89893244933167], [7.181881936911495, 48.899134259348045], [7.181475640823943, 48.89948291500855], [7.181122930766995, 48.89985606456238], [7.180829906735173, 48.90024650725095], [7.180190135708886, 48.900705034913784], [7.1797707605598795, 48.901036162272405], [7.179401440683751, 48.901392259459406], [7.179085575943916, 48.90177004933418], [7.178826074457105, 48.902166055049875], [7.178625325795975, 48.902576632039825], [7.178485178955859, 48.90299800154991], [7.178406925289901, 48.90342628540857], [7.178391286571309, 48.90385754171478], [7.178438408294572, 48.90428780111597], [7.178547858279268, 48.904713103341855], [7.17871863059145, 48.9051295336583], [7.1789360554540895, 48.90551031782338], [7.178952102524395, 48.90596000112373], [7.178938210550075, 48.90597120119225], [7.178560770159327, 48.90634670237433], [7.1782422126445296, 48.906745213079034], [7.177985736116336, 48.90716273422663], [7.177793915898021, 48.90759507587288], [7.177668678628125, 48.908037899244675], [7.177639823172478, 48.908263563052856], [7.177395352220427, 48.90866564397623], [7.177222204316565, 48.90906726003513], [7.177119803019923, 48.90913629088209], [7.17668509141088, 48.909496683804605], [7.176308565502436, 48.90988448955078], [7.175994174178024, 48.91029564229103], [7.175745215136414, 48.910725831327206], [7.175564300266457, 48.911170546272814], [7.175453328201, 48.91162512433063], [7.1754134643402026, 48.912084799172256], [7.175409738782915, 48.91250260135444], [7.175362901134334, 48.913768240903316], [7.175233143658071, 48.913985199647854], [7.175049345123698, 48.91441145475194], [7.174930096509204, 48.91484756396006], [7.174876557642446, 48.91528929157531], [7.174889250204322, 48.915732347229145], [7.1749680525972686, 48.91617242755006], [7.175112201061061, 48.916605257962445], [7.175320297027602, 48.917026634209954], [7.175590320645757, 48.917432463199546], [7.175919650347106, 48.917818802769226], [7.176305088264705, 48.918181899993016], [7.17674289125962, 48.91851822765018], [7.1772288072552035, 48.918824518504024], [7.177758116527123, 48.919097797056395], [7.178325677548412, 48.919335408468925], [7.178925976944185, 48.91953504436905], [7.179553183070221, 48.91969476528951], [7.180201202693886, 48.91981301952281], [7.180863740225412, 48.919888658206354], [7.182032971202214, 48.91998330856355], [7.1826109822986135, 48.92005902980584], [7.183280332575906, 48.92010222131254], [7.1839528836965325, 48.92010176892314], [7.184622098780756, 48.92005767703461], [7.185281473398555, 48.91997037419348], [7.1859245988374285, 48.91984070892764], [7.186545224436313, 48.91966994149319], [7.1871373183776015, 48.919459731617096], [7.187695126344436, 48.91921212235495], [7.187775833521742, 48.919168100375614], [7.187479527062023, 48.920020248702045], [7.187394984152218, 48.92030540786548], [7.18738156505179, 48.92035998529097], [7.187083263093214, 48.920638320443636], [7.186769164460615, 48.92099759987284], [7.186471775985939, 48.921377219364224], [7.186214950262626, 48.92174474133133], [7.186009296613924, 48.9221259897838], [7.185856481418062, 48.92251787762767], [7.185757743296792, 48.92291723155113], [7.185713883048662, 48.9233208177158], [7.185725257124806, 48.92372536794011], [7.18577587881081, 48.92424969618234], [7.185775520792145, 48.924249905035545], [7.18531052706435, 48.924581664719064], [7.184898376528557, 48.92494248697606], [7.1845432275752055, 48.92532873226222], [7.184328404472819, 48.92562611823666], [7.184048721651871, 48.925703890986334], [7.183382447799085, 48.92591476751048], [7.182716650564352, 48.92610254691123], [7.18261831699351, 48.92613088516969], [7.180677977723598, 48.92670205880877], [7.180371226053303, 48.92663559895682], [7.1801631942330175, 48.926597836481314], [7.179522202069248, 48.92650309214036], [7.178870355674413, 48.92644939897777], [7.178213695034391, 48.92643725451664], [7.177558304709066, 48.92646677128788], [7.176910257496791, 48.92653767578816], [7.176275558207447, 48.92664931101252], [7.175660088063051, 48.92680064253762], [7.175069550239193, 48.92699026810011], [7.174352375410836, 48.927249411416376], [7.17379559199779, 48.92747406556618], [7.1732739349564945, 48.92773275108698], [7.172792179238561, 48.92802310037191], [7.172440511599594, 48.928279835213345], [7.171967649387064, 48.92822499191181], [7.171253878703287, 48.928192327174145], [7.170538840746099, 48.928209083371186], [7.16983039458836, 48.92827507633122], [7.169136326907348, 48.92838958070686], [7.168867355075376, 48.928443972455845], [7.168263675788637, 48.928586824740556], [7.167683015934202, 48.92876639147443], [7.167130505087313, 48.92898108642073], [7.1666110243351735, 48.92922901301054], [7.16612916317433, 48.92950798108603], [7.165689178975548, 48.92981552623656], [7.16529495937381, 48.93014893155731], [7.164949987915478, 48.93050525163881], [7.16465731326627, 48.93088133857579], [7.164419522252561, 48.93127386976639], [7.164238716974985, 48.93167937725633], [7.164137633958878, 48.9319530461009], [7.164030626621118, 48.93230252679908], [7.163886571352438, 48.93289286817066], [7.163821859500962, 48.93324736197856], [7.163804251748616, 48.93353530679872], [7.163291713762909, 48.93349513024491], [7.162681138493488, 48.93346548660009], [7.162068987922509, 48.93347201117219], [7.160434100722746, 48.93353783304543], [7.159893401863967, 48.93357388027727], [7.1593587697709715, 48.93363815670427], [7.158705127678114, 48.93373459955897], [7.158520504704078, 48.933725738020726], [7.157867732027892, 48.9337356245142], [7.157118792060027, 48.93377063359679], [7.156501546924548, 48.933818171694156], [7.155893422744792, 48.93390250258055], [7.155299460914462, 48.934022927146124], [7.154942555671318, 48.934107186305525], [7.154274670141209, 48.9342025518694], [7.1536238002349375, 48.934341676457855], [7.152997343883722, 48.934523039521785], [7.1524015976951025, 48.93474481821601], [7.151842549829897, 48.93500478346112], [7.151806373397039, 48.93502547441712], [7.1517934956289135, 48.93501409309121], [7.151468426202143, 48.93474845882861], [7.151113720600085, 48.93449982928289], [7.149467235875728, 48.93343009487062], [7.149093582264929, 48.93311502892052], [7.148566053253568, 48.93258433434815], [7.148154133552304, 48.932212888122805], [7.147408853284101, 48.93160835466477], [7.146984809352246, 48.93129542346398], [7.146551563932404, 48.93100425773075], [7.14606925903519, 48.930709918312424], [7.145546211930985, 48.93044752041687], [7.144987276323506, 48.93021949874366], [7.14439763869561, 48.93002796899892], [7.143782770202301, 48.92987470827688], [7.143148375931363, 48.92976113858208], [7.142500342001181, 48.92968831364472], [7.141844680985096, 48.9296569091507], [7.141187476166915, 48.92966721647707], [7.140534825142885, 48.929719139990475], [7.139892783291379, 48.92981219793387], [7.1392673076327675, 48.929945526893086], [7.138664201598425, 48.93011788980213], [7.138089061219407, 48.93032768741281], [7.138012879605499, 48.930362174509455], [7.137843559414798, 48.930376820967176], [7.1371877562023025, 48.930477655058105], [7.136550226728816, 48.930620583689496], [7.135937178137355, 48.93080421529622], [7.135354579396104, 48.93102676200957], [7.1348081032137465, 48.93128605705265], [7.1343030708293345, 48.931579575823356], [7.133844400213075, 48.93190446046013], [7.133436558181628, 48.932257547652476], [7.133083516893964, 48.93263539942574], [7.132629607059928, 48.93317964789216], [7.131325712896835, 48.9332877818724], [7.130560598740309, 48.933380675008095], [7.129816499712078, 48.933530333499085], [7.129103084116201, 48.93373481280888], [7.128317435073881, 48.933996029068986], [7.12773691617954, 48.934213129294335], [7.127256284723706, 48.93443639503131], [7.126910274845861, 48.93439739322413], [7.126275587744797, 48.93436548905253], [7.12563914966355, 48.93437267898618], [7.125006495733508, 48.93441890049307], [7.124383128200527, 48.93450375157708], [7.123774468607701, 48.93462649427158], [7.1235061296046025, 48.934689764194324], [7.122912203624068, 48.93485095211927], [7.122343906174034, 48.935048211571555], [7.1218062708298975, 48.93527979545855], [7.121304059780576, 48.935543652658055], [7.1208417216623054, 48.93583744617364], [7.120423352160838, 48.93615857382178], [7.120052657730661, 48.93650419126757], [7.119736791522872, 48.936830226679945], [7.119400493855069, 48.93721868036209], [7.119124427174614, 48.93762721992113], [7.119036712136914, 48.93780198294757], [7.118560331318068, 48.93807278323494], [7.117401896569654, 48.93880598665234], [7.11694696035434, 48.93912329622549], [7.1165408643425785, 48.939468167827016], [7.116187435697691, 48.93983735211944], [7.115890005576656, 48.94022737062623], [7.11565137771354, 48.94063454849325], [7.115473801962913, 48.94105504910285], [7.115358953053927, 48.941484910214605], [7.115307914756955, 48.94192008129289], [7.115321169613929, 48.94235646166976], [7.115398594331309, 48.94278993918389], [7.115539460881336, 48.94321642893138], [7.1156996455814046, 48.94354431009833], [7.115878023104691, 48.94454370548133], [7.115928813963238, 48.94509887651706], [7.115867408012377, 48.945405900368584], [7.115853033668258, 48.945530685365505], [7.115378918018564, 48.94594895602188], [7.115044190991532, 48.94627277733884], [7.114780147441581, 48.94658325589584]], [[7.914284465383574, 48.93556483229161], [7.913898977971175, 48.93561221824998], [7.913238147091248, 48.93573996347892], [7.911712255628261, 48.93609090502708], [7.911042723274103, 48.93627164816571], [7.910405993428239, 48.93649807046559], [7.909811058949257, 48.93673728537638], [7.908158042976123, 48.93668294181779], [7.907296611345359, 48.93669047915448], [7.906343814304397, 48.936738545714306], [7.905769519947975, 48.93678635499497], [7.906285350861731, 48.93653043312657], [7.90676620836472, 48.936240584469395], [7.906786819008761, 48.93622691375927], [7.9072623112263365, 48.93624487848092], [7.908131388227139, 48.93624119247454], [7.909833457491048, 48.936162380527435], [7.910539482353551, 48.93610519897902], [7.911232635581574, 48.93599990960826], [7.912576289911756, 48.93574655333379], [7.9132548868486685, 48.93559273639572], [7.913625537431331, 48.935494075810254], [7.913850770352032, 48.93552358660814], [7.914284465383574, 48.93556483229161]], [[7.903019053975036, 48.93750486840287], [7.90247600768183, 48.93773376773913], [7.9018047186798634, 48.938056265526], [7.901197875777314, 48.938430104708004], [7.900570252268812, 48.93886685285774], [7.900334833858448, 48.93858388691911], [7.900333524060276, 48.938536652193356], [7.900265280595118, 48.93789050351895], [7.900296307517344, 48.93773004906428], [7.902741233084589, 48.93753586500996], [7.903019053975036, 48.93750486840287]], [[7.386468319665222, 49.08425864562583], [7.387254010856507, 49.0829151253844], [7.387626020502648, 49.082331621480506], [7.387844146561134, 49.08193923812655], [7.38800588370102, 49.08153524932923], [7.3881690702142695, 49.08103399918033], [7.388278292069712, 49.080591745295905], [7.388319957400477, 49.08014454608809], [7.388293654125254, 49.079696843222784], [7.388199645237274, 49.079253083259374], [7.388083437184919, 49.078852094205516], [7.387950504081331, 49.07848018024227], [7.387620376297737, 49.07770598685796], [7.387081804319181, 49.07627027939806], [7.387247786884832, 49.07605636991602], [7.387491687366781, 49.07564783137756], [7.387609337511287, 49.07541840062365], [7.387799006974035, 49.07497444894003], [7.38791845678406, 49.074520068505436], [7.387966432140925, 49.07406003955715], [7.387942430241141, 49.07359920163572], [7.387846705488174, 49.07314240266994], [7.3877305138520155, 49.07274141089706], [7.387588349075065, 49.07234800509667], [7.387392961216828, 49.071964582076426], [7.3873085300889825, 49.071820733455304], [7.387288094030518, 49.07175535853146], [7.3870896428293085, 49.07133469730745], [7.386829501832076, 49.07092881114771], [7.386510168619449, 49.07054159472699], [7.386465852496915, 49.07049853347703], [7.386461194696244, 49.07049301566716], [7.386349353211688, 49.07031918672854], [7.3861438397208286, 49.07007080734128], [7.386140999687175, 49.07006656428139], [7.385915012120962, 49.069761714228164], [7.38746976086999, 49.06847742920848], [7.390352106402819, 49.06692645096483], [7.390562315363964, 49.06680859258363], [7.395250316989078, 49.06407050591607], [7.395253435256338, 49.064068494832355], [7.398677860454066, 49.0634027990629], [7.398702751322734, 49.06340543754613], [7.399697522284997, 49.06417598409275], [7.39995130326333, 49.06452889390423], [7.400278598168229, 49.06489156673997], [7.400656165735727, 49.06523249485375], [7.400950681016179, 49.06545185176526], [7.4024167099926625, 49.06696309516847], [7.4029126704867165, 49.06749497955497], [7.403254105722358, 49.067826961740494], [7.4034807351704774, 49.068009815173326], [7.40371098289456, 49.06838415220161], [7.404035265391848, 49.06878783400018], [7.404420181651427, 49.06916782807815], [7.404861764324949, 49.069520216580635], [7.405355461535985, 49.069841366201885], [7.405374971853752, 49.06985282903372], [7.405694226480046, 49.07012860124627], [7.406663961961898, 49.07089449437072], [7.407241707251887, 49.07129748194866], [7.408287437289553, 49.07194226459628], [7.408345545493841, 49.072238483036045], [7.408499423160282, 49.07267458768115], [7.408718557018891, 49.07309847515259], [7.409000775603604, 49.073505942001475], [7.409343281684591, 49.07389294752089], [7.409742679959101, 49.074255653828324], [7.4098900220273185, 49.074376318067046], [7.410312852868724, 49.07469124452117], [7.410778571655195, 49.07497887595401], [7.411455210352348, 49.07535926114702], [7.411978584306094, 49.07562577678196], [7.4125387234172875, 49.07585780924891], [7.413130381972475, 49.0760531853941], [7.413748018851124, 49.07621007535568], [7.4143858494472905, 49.076327009713054], [7.4150378998797875, 49.07640289325887], [7.415698062981661, 49.076437015264005], [7.416360155542729, 49.07642905613902], [7.41701797626709, 49.07637909042978], [7.4176653639006815, 49.07628758611867], [7.4180519389312325, 49.07620659042432], [7.4181409402786525, 49.07622807910403], [7.418755033880197, 49.0763551469044], [7.4193845894736015, 49.07644373554536], [7.420560679047666, 49.0765715459041], [7.421336797623946, 49.07662624048229], [7.422117348716793, 49.076622511893376], [7.422892174411505, 49.07656040865975], [7.424267813296051, 49.07639737577974], [7.425363753755634, 49.07635179025083], [7.42621836402263, 49.07638343023316], [7.426356488331531, 49.07644023064582], [7.427012400416382, 49.076649792330656], [7.4276985421153805, 49.076812299582], [7.428465471143432, 49.07696412644124], [7.42911415231273, 49.077070140056755], [7.429775484925441, 49.07713406882237], [7.430443157531698, 49.07715530263623], [7.430559093471078, 49.07715154098293], [7.430686521233288, 49.07724937301948], [7.431122749340173, 49.07752940877793], [7.4313392450272815, 49.07765650200423], [7.431861373767047, 49.07793398021302], [7.432083544979173, 49.078030021493696], [7.432161568191264, 49.078107922692475], [7.432241611500694, 49.078263013604534], [7.432524287482238, 49.07867144147299], [7.432548394221732, 49.07869868360863], [7.432367430355426, 49.07892857093342], [7.431953472789608, 49.07953821470785], [7.43172351587521, 49.07992366179661], [7.4315485070021525, 49.08032136993351], [7.431381903183248, 49.080777793411805], [7.4312555360635795, 49.08122093175224], [7.43119737058396, 49.081670155557994], [7.431207993476712, 49.082120947069775], [7.4312541890532, 49.08258255544265], [7.431212152556989, 49.08281596698314], [7.431197312297728, 49.08324228886492], [7.431244033707249, 49.08366761626728], [7.4313518979112825, 49.0840881222814], [7.43151993584154, 49.08450002329154], [7.431746636903485, 49.08489961302339], [7.431995584852191, 49.08523674160294], [7.43104346427524, 49.08580200022128], [7.4306563041025475, 49.086050821255505], [7.430300308868063, 49.08631897063464], [7.429012470854059, 49.08737022313304], [7.428937760762937, 49.08741903176935], [7.426865181217581, 49.08832570689134], [7.426645507813233, 49.08842592552348], [7.424879898105053, 49.089265452828506], [7.424463910794822, 49.0894873963883], [7.424270524936142, 49.089464114036375], [7.423592520956223, 49.08942757226781], [7.4229123427093535, 49.08943540745616], [7.422236706653469, 49.08948754223136], [7.4216254509987225, 49.08955507424892], [7.420990583644084, 49.0896464225291], [7.420501156928293, 49.08955672061538], [7.419869853397665, 49.089481958920175], [7.419230667124326, 49.08944633593965], [7.418589210363383, 49.08945016445826], [7.418247494996455, 49.089462735733754], [7.4176008917169245, 49.08950682666502], [7.416963571097332, 49.0895910013036], [7.416341280046725, 49.08971450061987], [7.415924909417489, 49.08982641236586], [7.415901240599265, 49.08982850107045], [7.415242350161761, 49.089930975342305], [7.414602095417092, 49.090075698635665], [7.413986739968312, 49.090261255148114], [7.413402304010376, 49.09048582959671], [7.413264554019646, 49.09055156083648], [7.413191563712179, 49.0905557044966], [7.412482095070385, 49.09064621079262], [7.412368704280152, 49.09066904148679], [7.412280906795466, 49.09065937210003], [7.411621180760481, 49.090629209805236], [7.410960101750237, 49.09064099555913], [7.410303838532174, 49.09069461938311], [7.40965851497058, 49.090789580886565], [7.40903015292551, 49.090924993932674], [7.4084246160999285, 49.091099594901664], [7.408239078696146, 49.091167809250116], [7.405080366238913, 49.09092984733423], [7.404500137651091, 49.09090246678588], [7.403918464559975, 49.090907537142435], [7.403508390315699, 49.090922572497654], [7.402859156170017, 49.090966843855874], [7.402219292274705, 49.091051522264095], [7.401594615199308, 49.091175837966304], [7.400990803565184, 49.09133866088324], [7.400413346458827, 49.09153851087814], [7.397638753152896, 49.09261269124383], [7.3973211459815085, 49.09274347047893], [7.396871615693904, 49.09294003052159], [7.396609557301561, 49.09306051286556], [7.395191768418012, 49.09374529172545], [7.394583520619274, 49.09385941638759], [7.394491403532965, 49.09380530649608], [7.393960101560736, 49.09352325176857], [7.3933886411286185, 49.093277377275186], [7.392782713287566, 49.09307013142617], [7.392635429722204, 49.09303146207006], [7.391895146465243, 49.091892843867534], [7.391823323603912, 49.09178622133883], [7.3910272582766385, 49.09064465737314], [7.390744251532101, 49.090282978427446], [7.390412645040568, 49.089939573179585], [7.390035152488876, 49.08961725092147], [7.38961486277014, 49.08931864842355], [7.3892150245917625, 49.089059168358226], [7.389121962559678, 49.08893206171135], [7.388862735077889, 49.0882899185773], [7.388728334410208, 49.0875016710231], [7.388660348666626, 49.08719742878415], [7.3885615896137065, 49.0868408307471], [7.388380325323804, 49.086346799606794], [7.388115336663126, 49.085869360264454], [7.387770011460309, 49.08541461265245], [7.387618128021735, 49.08524005816342], [7.38731764691414, 49.08492561455089], [7.386978694356598, 49.08462852672078], [7.386603582121691, 49.08435082036895], [7.386468319665222, 49.08425864562583]]], "type": "Polygon"}, "id": "3", "properties": {"__folium_color": "green", "code": "48", "name": "VOSGES du NORD"}, "type": "Feature"}], "type": "FeatureCollection"});
function geo_json_4f943da579555440de58b23699c9433c_styler(feature) {
switch(feature.id) {
default:
return {"color": "red", "fillColor": "red", "fillOpacity": 0.5, "weight": 2};
}
}
function geo_json_4f943da579555440de58b23699c9433c_highlighter(feature) {
switch(feature.id) {
default:
return {"fillOpacity": 0.75};
}
}
function geo_json_4f943da579555440de58b23699c9433c_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_4f943da579555440de58b23699c9433c_styler(feature)
Object.assign(opts, style)
return new L.CircleMarker(latlng, opts)
}
function geo_json_4f943da579555440de58b23699c9433c_onEachFeature(feature, layer) {
layer.on({
mouseout: function(e) {
if(typeof e.target.setStyle === "function"){
geo_json_4f943da579555440de58b23699c9433c.resetStyle(e.target);
}
},
mouseover: function(e) {
if(typeof e.target.setStyle === "function"){
const highlightStyle = geo_json_4f943da579555440de58b23699c9433c_highlighter(e.target.feature)
e.target.setStyle(highlightStyle);
}
},
});
};
var geo_json_4f943da579555440de58b23699c9433c = L.geoJson(null, {
onEachFeature: geo_json_4f943da579555440de58b23699c9433c_onEachFeature,
style: geo_json_4f943da579555440de58b23699c9433c_styler,
pointToLayer: geo_json_4f943da579555440de58b23699c9433c_pointToLayer
});
function geo_json_4f943da579555440de58b23699c9433c_add (data) {
geo_json_4f943da579555440de58b23699c9433c
.addData(data)
.addTo(map_c0f5047df05757c88353e811ec483883);
}
geo_json_4f943da579555440de58b23699c9433c_add({"bbox": [7.110043091434873, 48.728166819718744, 8.087643571802197, 49.191621447329446], "features": [{"bbox": [7.142312086430928, 48.9929086712799, 7.156676880347985, 49.00236061266429], "geometry": {"coordinates": [[[[7.142312086430928, 48.993380948482184], [7.1430287229350595, 49.00236061266429], [7.156676880347985, 49.00188825784198], [7.155957891779004, 48.9929086712799], [7.142312086430928, 48.993380948482184]]]], "type": "MultiPolygon"}, "id": "43118", "properties": {"DALLE": "1003-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1003-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.1430287229350595, 49.00188825784198, 7.157396117502822, 49.01134019621117], "geometry": {"coordinates": [[[[7.1430287229350595, 49.00236061266429], [7.14374560721634, 49.01134019621117], [7.157396117502822, 49.01086776375412], [7.156676880347985, 49.00188825784198], [7.1430287229350595, 49.00236061266429]]]], "type": "MultiPolygon"}, "id": "43119", "properties": {"DALLE": "1003-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1003-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.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.157396117502822, 49.01039377878784, 7.171768218497917, 49.01984718878485], "geometry": {"coordinates": [[[[7.157396117502822, 49.01086776375412], [7.158115603372335, 49.01984718878485], [7.171768218497917, 49.01937312591473], [7.171046379074638, 49.01039377878784], [7.157396117502822, 49.01086776375412]]]], "type": "MultiPolygon"}, "id": "43180", "properties": {"DALLE": "1004-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1004-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.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.171046379074638, 49.00991824135272, 7.1854205839704735, 49.01937312591473], "geometry": {"coordinates": [[[[7.171046379074638, 49.01039377878784], [7.171768218497917, 49.01937312591473], [7.1854205839704735, 49.01889751032144], [7.184696391122758, 49.00991824135272], [7.171046379074638, 49.01039377878784]]]], "type": "MultiPolygon"}, "id": "43241", "properties": {"DALLE": "1005-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1005-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.178276023243159, 49.099707251836385, 7.1926763093318655, 49.10916209694972], "geometry": {"coordinates": [[[[7.178276023243159, 49.10018357152188], [7.179000365031382, 49.10916209694972], [7.1926763093318655, 49.108685698957366], [7.191949606006841, 49.099707251836385], [7.178276023243159, 49.10018357152188]]]], "type": "MultiPolygon"}, "id": "43252", "properties": {"DALLE": "1005-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1005-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.179000365031382, 49.108685698957366, 7.193403264421679, 49.11814053893326], "geometry": {"coordinates": [[[[7.179000365031382, 49.10916209694972], [7.179724957770856, 49.11814053893326], [7.193403264421679, 49.11766406261913], [7.1926763093318655, 49.108685698957366], [7.179000365031382, 49.10916209694972]]]], "type": "MultiPolygon"}, "id": "43253", "properties": {"DALLE": "1005-6899", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1005-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.179724957770856, 49.11766406261913, 7.19413047140701, 49.127118897240656], "geometry": {"coordinates": [[[[7.179724957770856, 49.11814053893326], [7.1804498015918945, 49.127118897240656], [7.19413047140701, 49.12664234258983], [7.193403264421679, 49.11766406261913], [7.179724957770856, 49.11814053893326]]]], "type": "MultiPolygon"}, "id": "43254", "properties": {"DALLE": "1005-6900", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1005-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.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.1854205839704735, 49.01842034204556, 7.199799496394723, 49.02787669814763], "geometry": {"coordinates": [[[[7.1854205839704735, 49.01889751032144], [7.186145027280589, 49.02787669814763], [7.199799496394723, 49.02739945144437], [7.199072698980648, 49.01842034204556], [7.1854205839704735, 49.01889751032144]]]], "type": "MultiPolygon"}, "id": "43306", "properties": {"DALLE": "1006-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1006-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.191223154315958, 49.0902509253756, 7.205622937136396, 49.099707251836385], "geometry": {"coordinates": [[[[7.191223154315958, 49.09072872148803], [7.191949606006841, 49.099707251836385], [7.205622937136396, 49.09922937717724], [7.204894124852382, 49.0902509253756], [7.191223154315958, 49.09072872148803]]]], "type": "MultiPolygon"}, "id": "43315", "properties": {"DALLE": "1006-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1006-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.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.19413047140701, 49.1261642322008, 7.2085407120552265, 49.135620538637646], "geometry": {"coordinates": [[[[7.19413047140701, 49.12664234258983], [7.194857930418688, 49.135620538637646], [7.2085407120552265, 49.135142349642045], [7.207810889195796, 49.1261642322008], [7.19413047140701, 49.12664234258983]]]], "type": "MultiPolygon"}, "id": "43319", "properties": {"DALLE": "1006-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1006-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.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.207810889195796, 49.125684566114415, 7.222223240719816, 49.135142349642045], "geometry": {"coordinates": [[[[7.207810889195796, 49.1261642322008], [7.2085407120552265, 49.135142349642045], [7.222223240719816, 49.134662604694185], [7.221491054143967, 49.125684566114415], [7.207810889195796, 49.1261642322008]]]], "type": "MultiPolygon"}, "id": "43381", "properties": {"DALLE": "1007-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1007-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.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.212724562719164, 49.017461347609036, 7.2271076796076805, 49.026920651844875], "geometry": {"coordinates": [[[[7.212724562719164, 49.0179416211278], [7.213453714106953, 49.026920651844875], [7.2271076796076805, 49.02644029938999], [7.226376174376849, 49.017461347609036], [7.212724562719164, 49.0179416211278]]]], "type": "MultiPolygon"}, "id": "43428", "properties": {"DALLE": "1008-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1008-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.218564843072624, 49.08929066915745, 7.232968841241109, 49.09874994758525], "geometry": {"coordinates": [[[[7.218564843072624, 49.08977157458508], [7.219296015818796, 49.09874994758525], [7.232968841241109, 49.09826896310142], [7.232235308164167, 49.08929066915745], [7.218564843072624, 49.08977157458508]]]], "type": "MultiPolygon"}, "id": "43437", "properties": {"DALLE": "1008-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1008-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.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.211072781035799, 48.828404795690034, 7.225403456833705, 48.83786557037252], "geometry": {"coordinates": [[[[7.211072781035799, 48.82888496223334], [7.211799002966616, 48.83786557037252], [7.225403456833705, 48.837385324953225], [7.224674898092973, 48.828404795690034], [7.211072781035799, 48.82888496223334]]]], "type": "MultiPolygon"}, "id": "43478", "properties": {"DALLE": "1009-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-6868-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.226376174376849, 49.016979521530175, 7.240761392087401, 49.02644029938999], "geometry": {"coordinates": [[[[7.226376174376849, 49.017461347609036], [7.2271076796076805, 49.02644029938999], [7.240761392087401, 49.02595839412072], [7.240027533144608, 49.016979521530175], [7.226376174376849, 49.017461347609036]]]], "type": "MultiPolygon"}, "id": "43485", "properties": {"DALLE": "1009-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-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.232235308164167, 49.08880820913378, 7.246641412590484, 49.09826896310142], "geometry": {"coordinates": [[[[7.232235308164167, 49.08929066915745], [7.232968841241109, 49.09826896310142], [7.246641412590484, 49.097786423766834], [7.245905519314585, 49.08880820913378], [7.232235308164167, 49.08929066915745]]]], "type": "MultiPolygon"}, "id": "43494", "properties": {"DALLE": "1009-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-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.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.235905515597842, 49.13369844710592, 7.250324704903316, 49.14315917909858], "geometry": {"coordinates": [[[[7.235905515597842, 49.13418130383509], [7.236640320359455, 49.14315917909858], [7.250324704903316, 49.14267624298301], [7.249587535874783, 49.13369844710592], [7.235905515597842, 49.13418130383509]]]], "type": "MultiPolygon"}, "id": "43499", "properties": {"DALLE": "1009-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1009-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.21885545179726, 48.75607675124179, 7.233167538213704, 48.76553896605528], "geometry": {"coordinates": [[[[7.21885545179726, 48.75655783247768], [7.21958200649322, 48.76553896605528], [7.233167538213704, 48.76505780580953], [7.232438653227882, 48.75607675124179], [7.21885545179726, 48.75655783247768]]]], "type": "MultiPolygon"}, "id": "43528", "properties": {"DALLE": "1010-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-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.21958200649322, 48.76505780580953, 7.233896674050419, 48.774520024901136], "geometry": {"coordinates": [[[[7.21958200649322, 48.76553896605528], [7.220308811242699, 48.774520024901136], [7.233896674050419, 48.774038785630616], [7.233167538213704, 48.76505780580953], [7.21958200649322, 48.76553896605528]]]], "type": "MultiPolygon"}, "id": "43529", "properties": {"DALLE": "1010-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-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.220308811242699, 48.774038785630616, 7.234626060867422, 48.78350100878458], "geometry": {"coordinates": [[[[7.220308811242699, 48.774520024901136], [7.221035866174681, 48.78350100878458], [7.234626060867422, 48.78301969047436], [7.233896674050419, 48.774038785630616], [7.220308811242699, 48.774520024901136]]]], "type": "MultiPolygon"}, "id": "43530", "properties": {"DALLE": "1010-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-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.224674898092973, 48.827923081957415, 7.239007659612902, 48.837385324953225], "geometry": {"coordinates": [[[[7.224674898092973, 48.828404795690034], [7.225403456833705, 48.837385324953225], [7.239007659612902, 48.83690353209127], [7.238276764191864, 48.827923081957415], [7.224674898092973, 48.828404795690034]]]], "type": "MultiPolygon"}, "id": "43537", "properties": {"DALLE": "1010-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-6868-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.240027533144608, 49.016496142932375, 7.254414850736702, 49.02595839412072], "geometry": {"coordinates": [[[[7.240027533144608, 49.016979521530175], [7.240761392087401, 49.02595839412072], [7.254414850736702, 49.02547493607818], [7.253678638213447, 49.016496142932375], [7.240027533144608, 49.016979521530175]]]], "type": "MultiPolygon"}, "id": "43543", "properties": {"DALLE": "1010-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1010-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.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.2309816352917755, 48.73763195091002, 7.24529064030902, 48.74709562215804], "geometry": {"coordinates": [[[[7.2309816352917755, 48.73811441878888], [7.231710018963645, 48.74709562215804], [7.24529064030902, 48.746613075046284], [7.244559928069947, 48.73763195091002], [7.2309816352917755, 48.73811441878888]]]], "type": "MultiPolygon"}, "id": "43582", "properties": {"DALLE": "1011-6858", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-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.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.234626060867422, 48.78253682628153, 7.248947974930818, 48.79200052011009], "geometry": {"coordinates": [[[[7.234626060867422, 48.78301969047436], [7.2353556987942, 48.79200052011009], [7.248947974930818, 48.79151757660955], [7.248216004450402, 48.78253682628153], [7.234626060867422, 48.78301969047436]]]], "type": "MultiPolygon"}, "id": "43587", "properties": {"DALLE": "1011-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-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.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.237546120529361, 48.81845937394807, 7.251878378532233, 48.827923081957415], "geometry": {"coordinates": [[[[7.237546120529361, 48.81894255546151], [7.238276764191864, 48.827923081957415], [7.251878378532233, 48.827439821076354], [7.2511453991195935, 48.81845937394807], [7.237546120529361, 48.81894255546151]]]], "type": "MultiPolygon"}, "id": "43592", "properties": {"DALLE": "1011-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1011-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.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.243829467090174, 48.728166819718744, 7.258137969588831, 48.73763195091002], "geometry": {"coordinates": [[[[7.243829467090174, 48.728650752703984], [7.244559928069947, 48.73763195091002], [7.258137969588831, 48.73714793845405], [7.257405180967366, 48.728166819718744], [7.243829467090174, 48.728650752703984]]]], "type": "MultiPolygon"}, "id": "43636", "properties": {"DALLE": "1012-6857", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-6857-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.248216004450402, 48.78205241624703, 7.262539999029593, 48.79151757660955], "geometry": {"coordinates": [[[[7.248216004450402, 48.78253682628153], [7.248947974930818, 48.79151757660955], [7.262539999029593, 48.79103308701435], [7.261805696125522, 48.78205241624703], [7.248216004450402, 48.78253682628153]]]], "type": "MultiPolygon"}, "id": "43642", "properties": {"DALLE": "1012-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1012-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.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.281721003306826, 49.02401524572409, 7.296117225147952, 49.03348191385255], "geometry": {"coordinates": [[[[7.281721003306826, 49.02450336183842], [7.282462178852982, 49.03348191385255], [7.296117225147952, 49.032993717515396], [7.295373695609277, 49.02401524572409], [7.281721003306826, 49.02450336183842]]]], "type": "MultiPolygon"}, "id": "43709", "properties": {"DALLE": "1013-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-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.286914620996177, 49.086862823905214, 7.301329141004919, 49.09632947707168], "geometry": {"coordinates": [[[[7.286914620996177, 49.087351501899455], [7.287657594073913, 49.09632947707168], [7.301329141004919, 49.09584071874781], [7.300583808259645, 49.086862823905214], [7.286914620996177, 49.087351501899455]]]], "type": "MultiPolygon"}, "id": "43717", "properties": {"DALLE": "1013-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-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.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.289888057782021, 49.122773902258366, 7.304313054684463, 49.13224054211164], "geometry": {"coordinates": [[[[7.289888057782021, 49.12326290166275], [7.29063206095525, 49.13224054211164], [7.304313054684463, 49.13175146231651], [7.303566688591641, 49.122773902258366], [7.289888057782021, 49.12326290166275]]]], "type": "MultiPolygon"}, "id": "43721", "properties": {"DALLE": "1013-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-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.29063206095525, 49.13175146231651, 7.305059679449621, 49.141218098299916], "geometry": {"coordinates": [[[[7.29063206095525, 49.13224054211164], [7.291376321986748, 49.141218098299916], [7.305059679449621, 49.140728938098704], [7.304313054684463, 49.13175146231651], [7.29063206095525, 49.13224054211164]]]], "type": "MultiPolygon"}, "id": "43722", "properties": {"DALLE": "1013-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1013-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.271715759052456, 48.73617527997508, 7.28603099282677, 48.745643346374074], "geometry": {"coordinates": [[[[7.271715759052456, 48.73666238146201], [7.272451128036921, 48.745643346374074], [7.28603099282677, 48.74515616489583], [7.285293295664932, 48.73617527997508], [7.271715759052456, 48.73666238146201]]]], "type": "MultiPolygon"}, "id": "43742", "properties": {"DALLE": "1014-6858", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-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.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.296117225147952, 49.03250396831646, 7.310518155650252, 49.04197210758051], "geometry": {"coordinates": [[[[7.296117225147952, 49.032993717515396], [7.296861011887068, 49.04197210758051], [7.310518155650252, 49.04148227788917], [7.309772014242494, 49.03250396831646], [7.296117225147952, 49.032993717515396]]]], "type": "MultiPolygon"}, "id": "43763", "properties": {"DALLE": "1014-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-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.2998387335162755, 49.077394694132195, 7.314252737521224, 49.086862823905214], "geometry": {"coordinates": [[[[7.2998387335162755, 49.07788484594612], [7.300583808259645, 49.086862823905214], [7.314252737521224, 49.086372591522355], [7.313505304056091, 49.077394694132195], [7.2998387335162755, 49.07788484594612]]]], "type": "MultiPolygon"}, "id": "43769", "properties": {"DALLE": "1014-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-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.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.305059679449621, 49.14023822198036, 7.319492026091347, 49.149706329373004], "geometry": {"coordinates": [[[[7.305059679449621, 49.140728938098704], [7.3058065630214735, 49.149706329373004], [7.319492026091347, 49.14921553257834], [7.318742778105812, 49.14023822198036], [7.305059679449621, 49.140728938098704]]]], "type": "MultiPolygon"}, "id": "43776", "properties": {"DALLE": "1014-6903", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1014-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.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.310518155650252, 49.04099089512351, 7.324923796165783, 49.05046050548883], "geometry": {"coordinates": [[[[7.310518155650252, 49.04148227788917], [7.311264555201588, 49.05046050548883], [7.324923796165783, 49.04996904196106], [7.32417504126987, 49.04099089512351], [7.310518155650252, 49.04148227788917]]]], "type": "MultiPolygon"}, "id": "43788", "properties": {"DALLE": "1015-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-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.31201121303036, 49.0589471065785, 7.326422083354621, 49.06841671384203], "geometry": {"coordinates": [[[[7.31201121303036, 49.05943865088368], [7.312758129270515, 49.06841671384203], [7.326422083354621, 49.0679250887441], [7.3256728101492445, 49.0589471065785], [7.31201121303036, 49.05943865088368]]]], "type": "MultiPolygon"}, "id": "43790", "properties": {"DALLE": "1015-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-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.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.319492026091347, 49.148723179653615, 7.333929102240298, 49.158192758421045], "geometry": {"coordinates": [[[[7.319492026091347, 49.14921553257834], [7.320241533832848, 49.158192758421045], [7.333929102240298, 49.1577003245497], [7.333177229405277, 49.148723179653615], [7.319492026091347, 49.14921553257834]]]], "type": "MultiPolygon"}, "id": "43801", "properties": {"DALLE": "1015-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1015-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.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.333177229405277, 49.14822927064095, 7.347616409941694, 49.1577003245497], "geometry": {"coordinates": [[[[7.333177229405277, 49.148723179653615], [7.333929102240298, 49.1577003245497], [7.347616409941694, 49.157206334335456], [7.346862172148543, 49.14822927064095], [7.333177229405277, 49.148723179653615]]]], "type": "MultiPolygon"}, "id": "43828", "properties": {"DALLE": "1016-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1016-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.3139325687710075, 48.75266592142815, 7.328259191790734, 48.76213839286349], "geometry": {"coordinates": [[[[7.3139325687710075, 48.75315781766582], [7.314675432766277, 48.76213839286349], [7.328259191790734, 48.76164641584579], [7.327513998419312, 48.75266592142815], [7.3139325687710075, 48.75315781766582]]]], "type": "MultiPolygon"}, "id": "43832", "properties": {"DALLE": "1017-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-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.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.346862172148543, 49.147733805582575, 7.361303456122001, 49.157206334335456], "geometry": {"coordinates": [[[[7.346862172148543, 49.14822927064095], [7.347616409941694, 49.157206334335456], [7.361303456122001, 49.1567107878206], [7.360546853506529, 49.147733805582575], [7.346862172148543, 49.14822927064095]]]], "type": "MultiPolygon"}, "id": "43862", "properties": {"DALLE": "1017-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-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.347616409941694, 49.1567107878206, 7.36206032107353, 49.16618331301173], "geometry": {"coordinates": [[[[7.347616409941694, 49.157206334335456], [7.348370909255954, 49.16618331301173], [7.36206032107353, 49.16568768502485], [7.361303456122001, 49.1567107878206], [7.347616409941694, 49.157206334335456]]]], "type": "MultiPolygon"}, "id": "43863", "properties": {"DALLE": "1017-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-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.348370909255954, 49.16568768502485, 7.362817448497436, 49.17516020643768], "geometry": {"coordinates": [[[[7.348370909255954, 49.16618331301173], [7.349125670227226, 49.17516020643768], [7.362817448497436, 49.174664496963274], [7.36206032107353, 49.16568768502485], [7.348370909255954, 49.16618331301173]]]], "type": "MultiPolygon"}, "id": "43864", "properties": {"DALLE": "1017-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-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.349125670227226, 49.174664496963274, 7.36357483853014, 49.18413701438118], "geometry": {"coordinates": [[[[7.349125670227226, 49.17516020643768], [7.349880692991506, 49.18413701438118], [7.36357483853014, 49.183641223403704], [7.362817448497436, 49.174664496963274], [7.349125670227226, 49.17516020643768]]]], "type": "MultiPolygon"}, "id": "43865", "properties": {"DALLE": "1017-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1017-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.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.381834260336154, 49.07442114878819, 7.396260849592463, 49.08389811524962], "geometry": {"coordinates": [[[[7.381834260336154, 49.074920624522356], [7.382593485388362, 49.08389811524962], [7.396260849592463, 49.08339855741933], [7.395499266630107, 49.07442114878819], [7.381834260336154, 49.074920624522356]]]], "type": "MultiPolygon"}, "id": "43943", "properties": {"DALLE": "1020-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-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.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.390962340555413, 49.18214450850235, 7.4054204516204996, 49.191621447329446], "geometry": {"coordinates": [[[[7.390962340555413, 49.18264497042165], [7.391724729092443, 49.191621447329446], [7.4054204516204996, 49.19112090312628], [7.404655695409921, 49.18214450850235], [7.390962340555413, 49.18264497042165]]]], "type": "MultiPolygon"}, "id": "43956", "properties": {"DALLE": "1020-6908", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1020-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.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.394737947214103, 49.06494270992677, 7.409164009377725, 49.07442114878819], "geometry": {"coordinates": [[[[7.394737947214103, 49.06544365716416], [7.395499266630107, 49.07442114878819], [7.409164009377725, 49.07392011921584], [7.408400332999107, 49.06494270992677], [7.394737947214103, 49.06544365716416]]]], "type": "MultiPolygon"}, "id": "43973", "properties": {"DALLE": "1021-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-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.396260849592463, 49.082897445496364, 7.41069215534357, 49.09237588282573], "geometry": {"coordinates": [[[[7.396260849592463, 49.08339855741933], [7.397022696237898, 49.09237588282573], [7.41069215534357, 49.091874688536485], [7.409927950113498, 49.082897445496364], [7.396260849592463, 49.08339855741933]]]], "type": "MultiPolygon"}, "id": "43975", "properties": {"DALLE": "1021-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-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.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.404655695409921, 49.18164248968794, 7.419115908817336, 49.19112090312628], "geometry": {"coordinates": [[[[7.404655695409921, 49.18214450850235], [7.4054204516204996, 49.19112090312628], [7.419115908817336, 49.190618801772956], [7.41834878507108, 49.18164248968794], [7.404655695409921, 49.18214450850235]]]], "type": "MultiPolygon"}, "id": "43987", "properties": {"DALLE": "1021-6908", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1021-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.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.409164009377725, 49.07341753584811, 7.423594786140247, 49.082897445496364], "geometry": {"coordinates": [[[[7.409164009377725, 49.07392011921584], [7.409927950113498, 49.082897445496364], [7.423594786140247, 49.08239477952356], [7.4228284877682045, 49.07341753584811], [7.409164009377725, 49.07392011921584]]]], "type": "MultiPolygon"}, "id": "44004", "properties": {"DALLE": "1022-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-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.409927950113498, 49.08239477952356, 7.424361349817715, 49.091874688536485], "geometry": {"coordinates": [[[[7.409927950113498, 49.082897445496364], [7.41069215534357, 49.091874688536485], [7.424361349817715, 49.09137193994292], [7.423594786140247, 49.08239477952356], [7.409927950113498, 49.082897445496364]]]], "type": "MultiPolygon"}, "id": "44005", "properties": {"DALLE": "1022-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1022-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.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.44496257478838, 49.17115094352613, 7.459426454736669, 49.180633781545836], "geometry": {"coordinates": [[[[7.44496257478838, 49.171657549479356], [7.445734165550139, 49.180633781545836], [7.459426454736669, 49.18012709230451], [7.458652497670903, 49.17115094352613], [7.44496257478838, 49.171657549479356]]]], "type": "MultiPolygon"}, "id": "44076", "properties": {"DALLE": "1024-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1024-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.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.458652497670903, 49.17064278110544, 7.473118475467115, 49.18012709230451], "geometry": {"coordinates": [[[[7.458652497670903, 49.17115094352613], [7.459426454736669, 49.18012709230451], [7.473118475467115, 49.179618846340766], [7.472342152236797, 49.17064278110544], [7.458652497670903, 49.17115094352613]]]], "type": "MultiPolygon"}, "id": "44105", "properties": {"DALLE": "1025-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1025-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.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.472342152236797, 49.17013306226078, 7.486810226926034, 49.179618846340766], "geometry": {"coordinates": [[[[7.472342152236797, 49.17064278110544], [7.473118475467115, 49.179618846340766], [7.486810226926034, 49.179109043698105], [7.486031537671036, 49.17013306226078], [7.472342152236797, 49.17064278110544]]]], "type": "MultiPolygon"}, "id": "44132", "properties": {"DALLE": "1026-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1026-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.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.486031537671036, 49.16962178703576, 7.500501708298078, 49.179109043698105], "geometry": {"coordinates": [[[[7.486031537671036, 49.17013306226078], [7.486810226926034, 49.179109043698105], [7.500501708298078, 49.1785976844202], [7.499720653158698, 49.16962178703576], [7.486031537671036, 49.17013306226078]]]], "type": "MultiPolygon"}, "id": "44162", "properties": {"DALLE": "1027-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1027-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.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.498939868780743, 49.16013305672557, 7.513409497884946, 49.16962178703576], "geometry": {"coordinates": [[[[7.498939868780743, 49.160645803995436], [7.499720653158698, 49.16962178703576], [7.513409497884946, 49.16910895547416], [7.512626348578056, 49.16013305672557], [7.498939868780743, 49.160645803995436]]]], "type": "MultiPolygon"}, "id": "44191", "properties": {"DALLE": "1028-6906", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-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.499720653158698, 49.16910895547416, 7.514192918767996, 49.1785976844202], "geometry": {"coordinates": [[[[7.499720653158698, 49.16962178703576], [7.500501708298078, 49.1785976844202], [7.514192918767996, 49.17808476855079], [7.513409497884946, 49.16910895547416], [7.499720653158698, 49.16962178703576]]]], "type": "MultiPolygon"}, "id": "44192", "properties": {"DALLE": "1028-6907", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1028-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.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.50949646429282, 49.12371464437286, 7.523957647586582, 49.133204848769914], "geometry": {"coordinates": [[[[7.50949646429282, 49.12422860965521], [7.510278528704461, 49.133204848769914], [7.523957647586582, 49.13269079900533], [7.523173221641385, 49.12371464437286], [7.50949646429282, 49.12422860965521]]]], "type": "MultiPolygon"}, "id": "44216", "properties": {"DALLE": "1029-6902", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-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.5110608641287016, 49.1416668688784, 7.525527315094809, 49.151157072537224], "geometry": {"coordinates": [[[[7.5110608641287016, 49.14218100314128], [7.511843470706286, 49.151157072537224], [7.525527315094809, 49.150642853759955], [7.524742345357334, 49.1416668688784], [7.5110608641287016, 49.14218100314128]]]], "type": "MultiPolygon"}, "id": "44217", "properties": {"DALLE": "1029-6904", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-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.511843470706286, 49.150642853759955, 7.526312556940264, 49.16013305672557], "geometry": {"coordinates": [[[[7.511843470706286, 49.151157072537224], [7.512626348578056, 49.16013305672557], [7.526312556940264, 49.15961875341782], [7.525527315094809, 49.150642853759955], [7.511843470706286, 49.151157072537224]]]], "type": "MultiPolygon"}, "id": "44218", "properties": {"DALLE": "1029-6905", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1029-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.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.522389067380684, 49.11422296967633, 7.536849707305475, 49.12371464437286], "geometry": {"coordinates": [[[[7.522389067380684, 49.11473840521305], [7.523173221641385, 49.12371464437286], [7.536849707305475, 49.12319912411541], [7.536063192464731, 49.11422296967633], [7.522389067380684, 49.11473840521305]]]], "type": "MultiPolygon"}, "id": "44241", "properties": {"DALLE": "1030-6901", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1030-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.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.561038561332976, 49.085739133703825, 7.57549756310483, 49.09523521335067], "geometry": {"coordinates": [[[[7.561038561332976, 49.086258976781615], [7.561828975397573, 49.09523521335067], [7.57549756310483, 49.09471528483725], [7.574704791319539, 49.085739133703825], [7.561038561332976, 49.086258976781615]]]], "type": "MultiPolygon"}, "id": "44306", "properties": {"DALLE": "1033-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1033-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.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.574704791319539, 49.08521773684578, 7.5891658763060414, 49.09471528483725], "geometry": {"coordinates": [[[[7.574704791319539, 49.085739133703825], [7.57549756310483, 49.09471528483725], [7.5891658763060414, 49.094193802289205], [7.5883707469424015, 49.08521773684578], [7.574704791319539, 49.085739133703825]]]], "type": "MultiPolygon"}, "id": "44327", "properties": {"DALLE": "1034-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1034-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.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.5883707469424015, 49.08469478625201, 7.602833914190405, 49.094193802289205], "geometry": {"coordinates": [[[[7.5883707469424015, 49.08521773684578], [7.5891658763060414, 49.094193802289205], [7.602833914190405, 49.0936707657511], [7.602036427391175, 49.08469478625201], [7.5883707469424015, 49.08521773684578]]]], "type": "MultiPolygon"}, "id": "44344", "properties": {"DALLE": "1035-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1035-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.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.602036427391175, 49.084170281967175, 7.616501675947225, 49.0936707657511], "geometry": {"coordinates": [[[[7.602036427391175, 49.08469478625201], [7.602833914190405, 49.0936707657511], [7.616501675947225, 49.093146175267584], [7.6157018318555805, 49.084170281967175], [7.602036427391175, 49.08469478625201]]]], "type": "MultiPolygon"}, "id": "44359", "properties": {"DALLE": "1036-6898", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1036-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.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.628565035889617, 49.074140808617784, 7.643031809590634, 49.0836442240361], "geometry": {"coordinates": [[[[7.628565035889617, 49.07466833345935], [7.629366959525428, 49.0836442240361], [7.643031809590634, 49.08311661250367], [7.642227529759994, 49.074140808617784], [7.628565035889617, 49.07466833345935]]]], "type": "MultiPolygon"}, "id": "44377", "properties": {"DALLE": "1038-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1038-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.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.6406198047654525, 49.05566004623341, 7.655083388558719, 49.065164921218035], "geometry": {"coordinates": [[[[7.6406198047654525, 49.056188950536395], [7.6414235281996765, 49.065164921218035], [7.655083388558719, 49.064635930002986], [7.6542773106925175, 49.05566004623341], [7.6406198047654525, 49.056188950536395]]]], "type": "MultiPolygon"}, "id": "44383", "properties": {"DALLE": "1039-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D57_2018/data/54-57-2018-1039-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.28603099282677, 48.74466743871125, 7.3003508836212, 48.754136975471134], "geometry": {"coordinates": [[[[7.28603099282677, 48.74515616489583], [7.286768943766324, 48.754136975471134], [7.3003508836212, 48.75364816902734], [7.299610603838918, 48.74466743871125], [7.28603099282677, 48.74515616489583]]]], "type": "MultiPolygon"}, "id": "44833", "properties": {"DALLE": "1015-6859", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-6859-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.286768943766324, 48.75364816902734, 7.301091418108567, 48.763117711470315], "geometry": {"coordinates": [[[[7.286768943766324, 48.754136975471134], [7.287507148614443, 48.763117711470315], [7.301091418108567, 48.762628824752206], [7.3003508836212, 48.75364816902734], [7.286768943766324, 48.754136975471134]]]], "type": "MultiPolygon"}, "id": "44834", "properties": {"DALLE": "1015-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-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.287507148614443, 48.762628824752206, 7.301832207432365, 48.77209837266274], "geometry": {"coordinates": [[[[7.287507148614443, 48.763117711470315], [7.288245607502062, 48.77209837266274], [7.301832207432365, 48.77160940565513], [7.301091418108567, 48.762628824752206], [7.287507148614443, 48.763117711470315]]]], "type": "MultiPolygon"}, "id": "44835", "properties": {"DALLE": "1015-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1015-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.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.327513998419312, 48.75217248035605, 7.341842694385191, 48.76164641584579], "geometry": {"coordinates": [[[[7.327513998419312, 48.75266592142815], [7.328259191790734, 48.76164641584579], [7.341842694385191, 48.761152893740864], [7.34109517176978, 48.75217248035605], [7.327513998419312, 48.75266592142815]]]], "type": "MultiPolygon"}, "id": "45082", "properties": {"DALLE": "1018-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1018-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.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.381837146072099, 48.750183268562175, 7.396174124531253, 48.75966305732177], "geometry": {"coordinates": [[[[7.381837146072099, 48.750682888552234], [7.382591655622449, 48.75966305732177], [7.396174124531253, 48.75916335528772], [7.395417286269624, 48.750183268562175], [7.381837146072099, 48.750682888552234]]]], "type": "MultiPolygon"}, "id": "45430", "properties": {"DALLE": "1022-6860", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1022-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.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.396174124531253, 48.75866210837704, 7.410515761074982, 48.76814336708403], "geometry": {"coordinates": [[[[7.396174124531253, 48.75916335528772], [7.396931223205265, 48.76814336708403], [7.410515761074982, 48.76764203786109], [7.409756333027687, 48.75866210837704], [7.396174124531253, 48.75916335528772]]]], "type": "MultiPolygon"}, "id": "45520", "properties": {"DALLE": "1023-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1023-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.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.409756333027687, 48.75815931663222, 7.424100037601435, 48.76764203786109], "geometry": {"coordinates": [[[[7.409756333027687, 48.75866210837704], [7.410515761074982, 48.76764203786109], [7.424100037601435, 48.767139163551256], [7.423338280315552, 48.75815931663222], [7.409756333027687, 48.75866210837704]]]], "type": "MultiPolygon"}, "id": "45609", "properties": {"DALLE": "1024-6861", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-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.410515761074982, 48.767139163551256, 7.4248620570271076, 48.776621892169615], "geometry": {"coordinates": [[[[7.410515761074982, 48.76764203786109], [7.411275450465554, 48.776621892169615], [7.4248620570271076, 48.7761189352792], [7.424100037601435, 48.767139163551256], [7.410515761074982, 48.76764203786109]]]], "type": "MultiPolygon"}, "id": "45610", "properties": {"DALLE": "1024-6862", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-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.411275450465554, 48.7761189352792, 7.425624338727765, 48.78560167107182], "geometry": {"coordinates": [[[[7.411275450465554, 48.776621892169615], [7.412035401334193, 48.78560167107182], [7.425624338727765, 48.785098631585235], [7.4248620570271076, 48.7761189352792], [7.411275450465554, 48.776621892169615]]]], "type": "MultiPolygon"}, "id": "45611", "properties": {"DALLE": "1024-6863", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1024-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.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.425624338727765, 48.784594046548726, 7.439977889315982, 48.794078252238535], "geometry": {"coordinates": [[[[7.425624338727765, 48.785098631585235], [7.426386882838696, 48.794078252238535], [7.439977889315982, 48.793573584337366], [7.439213013711083, 48.784594046548726], [7.425624338727765, 48.785098631585235]]]], "type": "MultiPolygon"}, "id": "45702", "properties": {"DALLE": "1025-6864", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-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.426386882838696, 48.793573584337366, 7.440743028264176, 48.80305779700825], "geometry": {"coordinates": [[[[7.426386882838696, 48.794078252238535], [7.427149689495282, 48.80305779700825], [7.440743028264176, 48.802553046226784], [7.439977889315982, 48.793573584337366], [7.426386882838696, 48.794078252238535]]]], "type": "MultiPolygon"}, "id": "45703", "properties": {"DALLE": "1025-6865", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1025-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.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.44150843069155, 48.811026052042784, 7.455871838729546, 48.820511741384344], "geometry": {"coordinates": [[[[7.44150843069155, 48.811532431986095], [7.442274096734075, 48.820511741384344], [7.455871838729546, 48.820005278276405], [7.45510383893497, 48.811026052042784], [7.44150843069155, 48.811532431986095]]]], "type": "MultiPolygon"}, "id": "45797", "properties": {"DALLE": "1026-6867", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-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.442274096734075, 48.820005278276405, 7.456640103074122, 48.82949097419061], "geometry": {"coordinates": [[[[7.442274096734075, 48.820511741384344], [7.4430400265278225, 48.82949097419061], [7.456640103074122, 48.82898442790233], [7.455871838729546, 48.820005278276405], [7.442274096734075, 48.820511741384344]]]], "type": "MultiPolygon"}, "id": "45798", "properties": {"DALLE": "1026-6868", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-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.4430400265278225, 48.82898442790233, 7.457408632105261, 48.83847013017389], "geometry": {"coordinates": [[[[7.4430400265278225, 48.82949097419061], [7.443806220208951, 48.83847013017389], [7.457408632105261, 48.83796350068955], [7.456640103074122, 48.82898442790233], [7.4430400265278225, 48.82949097419061]]]], "type": "MultiPolygon"}, "id": "45799", "properties": {"DALLE": "1026-6869", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1026-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.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.45817742595963, 48.846434236475666, 7.4725533046726795, 48.855921414823726], "geometry": {"coordinates": [[[[7.45817742595963, 48.84694249640703], [7.458946484773993, 48.855921414823726], [7.4725533046726795, 48.85541307141167], [7.471781909045568, 48.846434236475666], [7.45817742595963, 48.84694249640703]]]], "type": "MultiPolygon"}, "id": "45892", "properties": {"DALLE": "1027-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1027-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.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.471781909045568, 48.84592442935226, 7.486159858674224, 48.85541307141167], "geometry": {"coordinates": [[[[7.471781909045568, 48.846434236475666], [7.4725533046726795, 48.85541307141167], [7.486159858674224, 48.854903180554366], [7.485386126371623, 48.84592442935226], [7.471781909045568, 48.846434236475666]]]], "type": "MultiPolygon"}, "id": "45983", "properties": {"DALLE": "1028-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1028-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.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.486159858674224, 48.854391742295164, 7.5005424823163285, 48.86388185419299], "geometry": {"coordinates": [[[[7.486159858674224, 48.854903180554366], [7.486933857674204, 48.86388185419299], [7.5005424823163285, 48.863370331930845], [7.499766145978401, 48.854391742295164], [7.486159858674224, 48.854903180554366]]]], "type": "MultiPolygon"}, "id": "46068", "properties": {"DALLE": "1029-6872", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1029-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.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.514929781296603, 48.87132098764306, 7.5293217569393915, 48.88081403910569], "geometry": {"coordinates": [[[[7.514929781296603, 48.87183568961018], [7.515708991845237, 48.88081403910569], [7.5293217569393915, 48.88029925259729], [7.528540207728469, 48.87132098764306], [7.514929781296603, 48.87183568961018]]]], "type": "MultiPolygon"}, "id": "46247", "properties": {"DALLE": "1031-6874", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1031-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.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.5293217569393915, 48.87978291805811, 7.543718410568652, 48.88927743924671], "geometry": {"coordinates": [[[[7.5293217569393915, 48.88029925259729], [7.530103575665066, 48.88927743924671], [7.543718410568652, 48.888761019896954], [7.542934252518807, 48.87978291805811], [7.5293217569393915, 48.88029925259729]]]], "type": "MultiPolygon"}, "id": "46344", "properties": {"DALLE": "1032-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1032-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.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.542934252518807, 48.87926503553208, 7.557332975016738, 48.888761019896954], "geometry": {"coordinates": [[[[7.542934252518807, 48.87978291805811], [7.543718410568652, 48.888761019896954], [7.557332975016738, 48.888243052307025], [7.556546477782413, 48.87926503553208], [7.542934252518807, 48.87978291805811]]]], "type": "MultiPolygon"}, "id": "46433", "properties": {"DALLE": "1033-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1033-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.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.556546477782413, 48.87874560506319, 7.5709472682079335, 48.888243052307025], "geometry": {"coordinates": [[[[7.556546477782413, 48.87926503553208], [7.557332975016738, 48.888243052307025], [7.5709472682079335, 48.887723536520994], [7.570158431929235, 48.87874560506319], [7.556546477782413, 48.87926503553208]]]], "type": "MultiPolygon"}, "id": "46528", "properties": {"DALLE": "1034-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1034-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.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.570158431929235, 48.878224626695626, 7.584561289340953, 48.887723536520994], "geometry": {"coordinates": [[[[7.570158431929235, 48.87874560506319], [7.5709472682079335, 48.887723536520994], [7.584561289340953, 48.887202472583], [7.5837701141583915, 48.878224626695626], [7.570158431929235, 48.87874560506319]]]], "type": "MultiPolygon"}, "id": "46623", "properties": {"DALLE": "1035-6875", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1035-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.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.584561289340953, 48.886679860537384, 7.598968825220584, 48.896180239869864], "geometry": {"coordinates": [[[[7.584561289340953, 48.887202472583], [7.585352737382899, 48.896180239869864], [7.598968825220584, 48.89565754198435], [7.598175037614604, 48.886679860537384], [7.584561289340953, 48.887202472583]]]], "type": "MultiPolygon"}, "id": "46725", "properties": {"DALLE": "1036-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1036-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.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.110043091434873, 48.93099124486819, 7.124385506747335, 48.94044025500078], "geometry": {"coordinates": [[[[7.110043091434873, 48.93145987857777], [7.110753303873174, 48.94044025500078], [7.124385506747335, 48.939971544282066], [7.123672947638512, 48.93099124486819], [7.110043091434873, 48.93145987857777]]]], "type": "MultiPolygon"}, "id": "46730", "properties": {"DALLE": "1001-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1001-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.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.112174464683455, 48.95793190587461, 7.126524661032696, 48.9673809094245], "geometry": {"coordinates": [[[[7.112174464683455, 48.95840077065538], [7.112885413309445, 48.9673809094245], [7.126524661032696, 48.9669119675908], [7.125811363317008, 48.95793190587461], [7.112174464683455, 48.95840077065538]]]], "type": "MultiPolygon"}, "id": "46756", "properties": {"DALLE": "1001-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1001-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.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.612584639256373, 48.894607501308506, 7.626998920402836, 48.90411081227181], "geometry": {"coordinates": [[[[7.612584639256373, 48.895133295782365], [7.613381040888277, 48.90411081227181], [7.626998920402836, 48.90358493143516], [7.62620017868886, 48.894607501308506], [7.612584639256373, 48.895133295782365]]]], "type": "MultiPolygon"}, "id": "46933", "properties": {"DALLE": "1038-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1038-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.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.62620017868886, 48.894080158607444, 7.640616524370433, 48.90358493143516], "geometry": {"coordinates": [[[[7.62620017868886, 48.894607501308506], [7.626998920402836, 48.90358493143516], [7.640616524370433, 48.903057502118045], [7.639815442716732, 48.894080158607444], [7.62620017868886, 48.894607501308506]]]], "type": "MultiPolygon"}, "id": "47045", "properties": {"DALLE": "1039-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1039-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.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.639815442716732, 48.89355126772409, 7.654233851989447, 48.903057502118045], "geometry": {"coordinates": [[[[7.639815442716732, 48.894080158607444], [7.640616524370433, 48.903057502118045], [7.654233851989447, 48.90252852436534], [7.653430430538781, 48.89355126772409], [7.639815442716732, 48.894080158607444]]]], "type": "MultiPolygon"}, "id": "47153", "properties": {"DALLE": "1040-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1040-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.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.122960634477286, 48.921540759920596, 7.137302557894567, 48.93099124486819], "geometry": {"coordinates": [[[[7.122960634477286, 48.92201086668415], [7.123672947638512, 48.93099124486819], [7.137302557894567, 48.93052106085619], [7.136587898995581, 48.921540759920596], [7.122960634477286, 48.92201086668415]]]], "type": "MultiPolygon"}, "id": "47258", "properties": {"DALLE": "1002-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1002-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.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.125811363317008, 48.95746149002943, 7.140163662298688, 48.9669119675908], "geometry": {"coordinates": [[[[7.125811363317008, 48.95793190587461], [7.126524661032696, 48.9669119675908], [7.140163662298688, 48.96644147443857], [7.139448015620855, 48.95746149002943], [7.125811363317008, 48.95793190587461]]]], "type": "MultiPolygon"}, "id": "47302", "properties": {"DALLE": "1002-6882", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1002-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.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.682276054343276, 48.90990921626348, 7.696705887508858, 48.91941985025378], "geometry": {"coordinates": [[[[7.682276054343276, 48.91044292669816], [7.683084712607801, 48.91941985025378], [7.696705887508858, 48.91888605215687], [7.695894888275239, 48.90990921626348], [7.682276054343276, 48.91044292669816]]]], "type": "MultiPolygon"}, "id": "47494", "properties": {"DALLE": "1043-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1043-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.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.707075104755595, 48.88190669465896, 7.721501198526083, 48.89142022326893], "geometry": {"coordinates": [[[[7.707075104755595, 48.88244323765784], [7.707887603747903, 48.89142022326893], [7.721501198526083, 48.890883592151226], [7.720686361257371, 48.88190669465896], [7.707075104755595, 48.88244323765784]]]], "type": "MultiPolygon"}, "id": "47698", "properties": {"DALLE": "1045-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-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.707887603747903, 48.890883592151226, 7.722316316805839, 48.90039712990035], "geometry": {"coordinates": [[[[7.707887603747903, 48.89142022326893], [7.708700382950641, 48.90039712990035], [7.722316316805839, 48.89986041064716], [7.721501198526083, 48.890883592151226], [7.707887603747903, 48.89142022326893]]]], "type": "MultiPolygon"}, "id": "47700", "properties": {"DALLE": "1045-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1045-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.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.136587898995581, 48.92106910314857, 7.150931921397564, 48.93052106085619], "geometry": {"coordinates": [[[[7.136587898995581, 48.921540759920596], [7.137302557894567, 48.93052106085619], [7.150931921397564, 48.930049326581816], [7.150214916888432, 48.92106910314857], [7.136587898995581, 48.921540759920596]]]], "type": "MultiPolygon"}, "id": "47776", "properties": {"DALLE": "1003-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1003-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.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.736216463357054, 49.05191424169741, 7.750694555593775, 49.061429371246], "geometry": {"coordinates": [[[[7.736216463357054, 49.05245401428496], [7.737036664765224, 49.061429371246], [7.750694555593775, 49.06088950996781], [7.749872000774132, 49.05191424169741], [7.736216463357054, 49.05245401428496]]]], "type": "MultiPolygon"}, "id": "47824", "properties": {"DALLE": "1046-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1046-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.14087955624093, 48.974949257131485, 7.155239151667144, 48.9844012038963], "geometry": {"coordinates": [[[[7.14087955624093, 48.97542137913797], [7.141595697575629, 48.9844012038963], [7.155239151667144, 48.98392900429927], [7.154520659883759, 48.974949257131485], [7.14087955624093, 48.97542137913797]]]], "type": "MultiPolygon"}, "id": "47842", "properties": {"DALLE": "1003-6884", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1003-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.141595697575629, 48.98392900429927, 7.155957891779004, 48.993380948482184], "geometry": {"coordinates": [[[[7.141595697575629, 48.9844012038963], [7.142312086430928, 48.993380948482184], [7.155957891779004, 48.9929086712799], [7.155239151667144, 48.98392900429927], [7.141595697575629, 48.9844012038963]]]], "type": "MultiPolygon"}, "id": "47853", "properties": {"DALLE": "1003-6885", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1003-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.734297336893235, 48.88082896573485, 7.74872754424883, 48.89034541312303], "geometry": {"coordinates": [[[[7.734297336893235, 48.881368604002716], [7.7351145122932286, 48.89034541312303], [7.74872754424883, 48.8898056862301], [7.747908030863081, 48.88082896573485], [7.734297336893235, 48.881368604002716]]]], "type": "MultiPolygon"}, "id": "47904", "properties": {"DALLE": "1047-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-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.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.749872000774132, 49.05137291668093, 7.764352161826614, 49.06088950996781], "geometry": {"coordinates": [[[[7.749872000774132, 49.05191424169741], [7.750694555593775, 49.06088950996781], [7.764352161826614, 49.06034809600669], [7.763527253742945, 49.05137291668093], [7.749872000774132, 49.05191424169741]]]], "type": "MultiPolygon"}, "id": "47925", "properties": {"DALLE": "1047-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1047-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.74872754424883, 48.8892644115183, 7.763162428230328, 48.89878232769553], "geometry": {"coordinates": [[[[7.74872754424883, 48.8898056862301], [7.7495473402465604, 48.89878232769553], [7.763162428230328, 48.898240964088764], [7.7623402935924615, 48.8892644115183], [7.74872754424883, 48.8898056862301]]]], "type": "MultiPolygon"}, "id": "48002", "properties": {"DALLE": "1048-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-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.7495473402465604, 48.898240964088764, 7.763984846426943, 48.90775888989974], "geometry": {"coordinates": [[[[7.7495473402465604, 48.89878232769553], [7.750367419002313, 48.90775888989974], [7.763984846426943, 48.90721743738119], [7.763162428230328, 48.898240964088764], [7.7495473402465604, 48.89878232769553]]]], "type": "MultiPolygon"}, "id": "48003", "properties": {"DALLE": "1048-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-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.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.764352161826614, 49.05980512940888, 7.7788370300674545, 49.069323191900295], "geometry": {"coordinates": [[[[7.764352161826614, 49.06034809600669], [7.765177355314261, 49.069323191900295], [7.7788370300674545, 49.0687801360869], [7.778009482655495, 49.05980512940888], [7.764352161826614, 49.06034809600669]]]], "type": "MultiPolygon"}, "id": "48023", "properties": {"DALLE": "1048-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1048-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.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.7788370300674545, 49.0682355274291, 7.793326606817021, 49.077755059083785], "geometry": {"coordinates": [[[[7.7788370300674545, 49.0687801360869], [7.779664863839916, 49.077755059083785], [7.793326606817021, 49.07721036093941], [7.7924964184601615, 49.0682355274291], [7.7788370300674545, 49.0687801360869]]]], "type": "MultiPolygon"}, "id": "48117", "properties": {"DALLE": "1049-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1049-6897-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.779252358794222, 48.92408223811024, 7.793701851707799, 48.93360311088175], "geometry": {"coordinates": [[[[7.779252358794222, 48.924626966027866], [7.780077970245442, 48.93360311088175], [7.793701851707799, 48.93305829349523], [7.792873898705186, 48.92408223811024], [7.779252358794222, 48.924626966027866]]]], "type": "MultiPolygon"}, "id": "48188", "properties": {"DALLE": "1050-6881", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-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.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.7924964184601615, 49.06768936597341, 7.806988062476285, 49.07721036093941], "geometry": {"coordinates": [[[[7.7924964184601615, 49.0682355274291], [7.793326606817021, 49.07721036093941], [7.806988062476285, 49.07666410974305], [7.806155519683927, 49.06768936597341], [7.7924964184601615, 49.0682355274291]]]], "type": "MultiPolygon"}, "id": "48205", "properties": {"DALLE": "1050-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1050-6897-LA93-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.804835423265097, 48.90503614497814, 7.819283772462116, 48.91455991581344], "geometry": {"coordinates": [[[[7.804835423265097, 48.9055837903356], [7.805665145011483, 48.91455991581344], [7.819283772462116, 48.91401218051458], [7.818451711062785, 48.90503614497814], [7.804835423265097, 48.9055837903356]]]], "type": "MultiPolygon"}, "id": "48356", "properties": {"DALLE": "1052-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-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.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.818979724637413, 49.05761773757931, 7.833472857391302, 49.06714165176644], "geometry": {"coordinates": [[[[7.818979724637413, 49.05816691425925], [7.819814332930391, 49.06714165176644], [7.833472857391302, 49.06659238485491], [7.832635895770007, 49.05761773757931], [7.818979724637413, 49.05816691425925]]]], "type": "MultiPolygon"}, "id": "48373", "properties": {"DALLE": "1052-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1052-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.818451711062785, 48.90448695152709, 7.832902112855637, 48.91401218051458], "geometry": {"coordinates": [[[[7.818451711062785, 48.90503614497814], [7.819283772462116, 48.91401218051458], [7.832902112855637, 48.91346289686895], [7.832067711951649, 48.90448695152709], [7.818451711062785, 48.90503614497814]]]], "type": "MultiPolygon"}, "id": "48425", "properties": {"DALLE": "1053-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-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.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.831799223592401, 49.04809236817113, 7.846291777458935, 49.05761773757931], "geometry": {"coordinates": [[[[7.831799223592401, 49.04864300678639], [7.832635895770007, 49.05761773757931], [7.846291777458935, 49.05706700849568], [7.845452752910678, 49.04809236817113], [7.831799223592401, 49.04864300678639]]]], "type": "MultiPolygon"}, "id": "48443", "properties": {"DALLE": "1053-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1053-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.832067711951649, 48.90393621002911, 7.846520165391007, 48.91346289686895], "geometry": {"coordinates": [[[[7.832067711951649, 48.90448695152709], [7.832902112855637, 48.91346289686895], [7.846520165391007, 48.91291206492328], [7.84568342513106, 48.90393621002911], [7.832067711951649, 48.90448695152709]]]], "type": "MultiPolygon"}, "id": "48495", "properties": {"DALLE": "1054-6879", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-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.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.845452752910678, 49.047540177453065, 7.8599473688965595, 49.05706700849568], "geometry": {"coordinates": [[[[7.845452752910678, 49.04809236817113], [7.846291777458935, 49.05706700849568], [7.8599473688965595, 49.05651472705533], [7.859105992128002, 49.047540177453065], [7.845452752910678, 49.04809236817113]]]], "type": "MultiPolygon"}, "id": "48512", "properties": {"DALLE": "1054-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1054-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.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.858264906267531, 49.03801189271624, 7.87275894043726, 49.047540177453065], "geometry": {"coordinates": [[[[7.858264906267531, 49.03856554453113], [7.859105992128002, 49.047540177453065], [7.87275894043726, 49.04698643467929], [7.8719155033142565, 49.03801189271624], [7.858264906267531, 49.03856554453113]]]], "type": "MultiPolygon"}, "id": "48574", "properties": {"DALLE": "1055-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1055-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.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.900063961103629, 49.045315894496824, 7.9145668159850535, 49.05484856906598], "geometry": {"coordinates": [[[[7.900063961103629, 49.045874293153744], [7.900912393626873, 49.05484856906598], [7.9145668159850535, 49.054290078671386], [7.913716031847033, 49.045315894496824], [7.900063961103629, 49.045874293153744]]]], "type": "MultiPolygon"}, "id": "48726", "properties": {"DALLE": "1058-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1058-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.162403731945967, 48.902160768843636, 7.176746763273171, 48.911615672148145], "geometry": {"coordinates": [[[[7.162403731945967, 48.90263536953619], [7.163122585594928, 48.911615672148145], [7.176746763273171, 48.91114099347506], [7.1760255658797085, 48.902160768843636], [7.162403731945967, 48.90263536953619]]]], "type": "MultiPolygon"}, "id": "48741", "properties": {"DALLE": "1005-6876", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1005-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.163122585594928, 48.91114099347506, 7.177468209577986, 48.920595896408216], "geometry": {"coordinates": [[[[7.163122585594928, 48.911615672148145], [7.163841687350862, 48.920595896408216], [7.177468209577986, 48.92012113973982], [7.176746763273171, 48.91114099347506], [7.163122585594928, 48.911615672148145]]]], "type": "MultiPolygon"}, "id": "48752", "properties": {"DALLE": "1005-6877", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1005-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.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.163841687350862, 48.92012113973982, 7.17818990492292, 48.92957604208525], "geometry": {"coordinates": [[[[7.163841687350862, 48.920595896408216], [7.164561037342117, 48.92957604208525], [7.17818990492292, 48.92910120740679], [7.177468209577986, 48.92012113973982], [7.163841687350862, 48.920595896408216]]]], "type": "MultiPolygon"}, "id": "48763", "properties": {"DALLE": "1005-6878", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1005-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.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.909466520144818, 48.99988423660221, 7.9239582139476505, 49.009418326228754], "geometry": {"coordinates": [[[[7.909466520144818, 49.000443727429214], [7.910315835127387, 49.009418326228754], [7.9239582139476505, 49.00885874349745], [7.923106551531551, 48.99988423660221], [7.909466520144818, 49.000443727429214]]]], "type": "MultiPolygon"}, "id": "48770", "properties": {"DALLE": "1059-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-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.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.9145668159850535, 49.05373003615703, 7.92907437475064, 49.063264179224866], "geometry": {"coordinates": [[[[7.9145668159850535, 49.054290078671386], [7.915417894410991, 49.063264179224866], [7.92907437475064, 49.06270404470156], [7.928220944055336, 49.05373003615703], [7.9145668159850535, 49.054290078671386]]]], "type": "MultiPolygon"}, "id": "48777", "properties": {"DALLE": "1059-6896", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1059-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.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.914606082166359, 48.90957456158123, 7.929073457449411, 48.91911000126873], "geometry": {"coordinates": [[[[7.914606082166359, 48.910134682338686], [7.915454809623551, 48.91911000126873], [7.929073457449411, 48.9185497885277], [7.928222390736726, 48.90957456158123], [7.914606082166359, 48.910134682338686]]]], "type": "MultiPolygon"}, "id": "48810", "properties": {"DALLE": "1060-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-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.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.922255183294976, 48.9903486982239, 7.936746288738774, 48.99988423660221], "geometry": {"coordinates": [[[[7.922255183294976, 48.990909647460406], [7.923106551531551, 48.99988423660221], [7.936746288738774, 48.99932319522529], [7.935892574025393, 48.9903486982239], [7.922255183294976, 48.990909647460406]]]], "type": "MultiPolygon"}, "id": "48820", "properties": {"DALLE": "1060-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-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.9239582139476505, 49.00829760996265, 7.938454603270096, 49.01783316791421], "geometry": {"coordinates": [[[[7.9239582139476505, 49.00885874349745], [7.924810170695579, 49.01783316791421], [7.938454603270096, 49.01727194220406], [7.937600298436102, 49.00829760996265], [7.9239582139476505, 49.00885874349745]]]], "type": "MultiPolygon"}, "id": "48822", "properties": {"DALLE": "1060-6891", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-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.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.928222390736726, 48.90901289285445, 7.942691811661051, 48.9185497885277], "geometry": {"coordinates": [[[[7.928222390736726, 48.90957456158123], [7.929073457449411, 48.9185497885277], [7.942691811661051, 48.91798802756428], [7.941838405844543, 48.90901289285445], [7.928222390736726, 48.90957456158123]]]], "type": "MultiPolygon"}, "id": "48856", "properties": {"DALLE": "1061-6880", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-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.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.935039154143354, 48.980811712081625, 7.949529669924488, 48.9903486982239], "geometry": {"coordinates": [[[[7.935039154143354, 48.98137411919036], [7.935892574025393, 48.9903486982239], [7.949529669924488, 48.98978619873875], [7.94867390452216, 48.980811712081625], [7.935039154143354, 48.98137411919036]]]], "type": "MultiPolygon"}, "id": "48864", "properties": {"DALLE": "1061-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-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.936746288738774, 48.99876060334625, 7.9512420877879055, 49.00829760996265], "geometry": {"coordinates": [[[[7.936746288738774, 48.99932319522529], [7.937600298436102, 49.00829760996265], [7.9512420877879055, 49.007734925672196], [7.950385730962062, 48.99876060334625], [7.936746288738774, 48.99932319522529]]]], "type": "MultiPolygon"}, "id": "48866", "properties": {"DALLE": "1061-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1061-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.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.9443995066908295, 48.935374561995545, 7.958878877665358, 48.944912949593444], "geometry": {"coordinates": [[[[7.9443995066908295, 48.93593805616544], [7.945253796208565, 48.944912949593444], [7.958878877665358, 48.94434936288137], [7.95802224679309, 48.935374561995545], [7.9443995066908295, 48.93593805616544]]]], "type": "MultiPolygon"}, "id": "48905", "properties": {"DALLE": "1062-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-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.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.947818434602161, 48.97127327916295, 7.962308359418653, 48.980811712081625], "geometry": {"coordinates": [[[[7.947818434602161, 48.971837143606706], [7.94867390452216, 48.980811712081625], [7.962308359418653, 48.98024775502558], [7.9614505449346735, 48.97127327916295], [7.947818434602161, 48.971837143606706]]]], "type": "MultiPolygon"}, "id": "48909", "properties": {"DALLE": "1062-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-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.94867390452216, 48.98024775502558, 7.963166470188355, 48.98978619873875], "geometry": {"coordinates": [[[[7.94867390452216, 48.980811712081625], [7.949529669924488, 48.98978619873875], [7.963166470188355, 48.989222149052885], [7.962308359418653, 48.98024775502558], [7.94867390452216, 48.980811712081625]]]], "type": "MultiPolygon"}, "id": "48910", "properties": {"DALLE": "1062-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-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.949529669924488, 48.989222149052885, 7.9640248773971045, 48.99876060334625], "geometry": {"coordinates": [[[[7.949529669924488, 48.98978619873875], [7.950385730962062, 48.99876060334625], [7.9640248773971045, 48.998196461012995], [7.963166470188355, 48.989222149052885], [7.949529669924488, 48.98978619873875]]]], "type": "MultiPolygon"}, "id": "48911", "properties": {"DALLE": "1062-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1062-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.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.95802224679309, 48.93480951919275, 7.9725036634487, 48.94434936288137], "geometry": {"coordinates": [[[[7.95802224679309, 48.935374561995545], [7.958878877665358, 48.94434936288137], [7.9725036634487, 48.94378422728321], [7.971644691374702, 48.93480951919275], [7.95802224679309, 48.935374561995545]]]], "type": "MultiPolygon"}, "id": "48950", "properties": {"DALLE": "1063-6883", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-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.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.960593026583189, 48.961733400455266, 7.975082359134701, 48.97127327916295], "geometry": {"coordinates": [[[[7.960593026583189, 48.96229872169683], [7.9614505449346735, 48.97127327916295], [7.975082359134701, 48.970707865073315], [7.974222497175332, 48.961733400455266], [7.960593026583189, 48.96229872169683]]]], "type": "MultiPolygon"}, "id": "48953", "properties": {"DALLE": "1063-6886", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-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.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.968321365400424, 49.04250062418023, 7.982834497318947, 49.05204059637382], "geometry": {"coordinates": [[[[7.968321365400424, 49.04306678168794], [7.969181554469262, 49.05204059637382], [7.982834497318947, 49.051474345859525], [7.981971957401546, 49.04250062418023], [7.968321365400424, 49.04306678168794]]]], "type": "MultiPolygon"}, "id": "48963", "properties": {"DALLE": "1063-6895", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1063-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.975082359134701, 48.970140901385925, 7.98957637955125, 48.9796822480703], "geometry": {"coordinates": [[[[7.975082359134701, 48.970707865073315], [7.975942518029444, 48.9796822480703], [7.98957637955125, 48.97911519126392], [7.98871387639938, 48.970140901385925], [7.975082359134701, 48.970707865073315]]]], "type": "MultiPolygon"}, "id": "48997", "properties": {"DALLE": "1064-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1064-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.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.9811097156515505, 49.032959203133245, 7.995622251235283, 49.04250062418023], "geometry": {"coordinates": [[[[7.9811097156515505, 49.03352681902418], [7.981971957401546, 49.04250062418023], [7.995622251235283, 49.041932915046665], [7.994757659597267, 49.032959203133245], [7.9811097156515505, 49.03352681902418]]]], "type": "MultiPolygon"}, "id": "49005", "properties": {"DALLE": "1064-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1064-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.98871387639938, 48.96957238814909, 8.00320994318089, 48.97911519126392], "geometry": {"coordinates": [[[[7.98871387639938, 48.970140901385925], [7.98957637955125, 48.97911519126392], [8.00320994318089, 48.97854658465477], [8.002345095925936, 48.96957238814909], [7.98871387639938, 48.970140901385925]]]], "type": "MultiPolygon"}, "id": "49038", "properties": {"DALLE": "1065-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1065-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.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": [7.994757659597267, 49.03239003591854, 8.009272246095572, 49.041932915046665], "geometry": {"coordinates": [[[[7.994757659597267, 49.032959203133245], [7.995622251235283, 49.041932915046665], [8.009272246095572, 49.041363654335704], [8.008405304724324, 49.03239003591854], [7.994757659597267, 49.032959203133245]]]], "type": "MultiPolygon"}, "id": "49046", "properties": {"DALLE": "1065-6894", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1065-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": [8.002345095925936, 48.96900232541122, 8.016843208115294, 48.97854658465477], "geometry": {"coordinates": [[[[8.002345095925936, 48.96957238814909], [8.00320994318089, 48.97854658465477], [8.016843208115294, 48.977976428291264], [8.01597601691171, 48.96900232541122], [8.002345095925936, 48.96957238814909]]]], "type": "MultiPolygon"}, "id": "49073", "properties": {"DALLE": "1066-6887", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1066-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": [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.0040750891311, 48.98695044926533, 8.018578489172095, 48.99649473176951], "geometry": {"coordinates": [[[[8.0040750891311, 48.98752069927221], [8.004940533931123, 48.99649473176951], [8.018578489172095, 48.99592438810153], [8.017710698817098, 48.98695044926533], [8.0040750891311, 48.98752069927221]]]], "type": "MultiPolygon"}, "id": "49075", "properties": {"DALLE": "1066-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1066-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.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.017710698817098, 48.986378649299304, 8.032216144604812, 48.99592438810153], "geometry": {"coordinates": [[[[8.017710698817098, 48.98695044926533], [8.018578489172095, 48.99592438810153], [8.032216144604812, 48.99535249422103], [8.03134600884992, 48.986378649299304], [8.017710698817098, 48.98695044926533]]]], "type": "MultiPolygon"}, "id": "49109", "properties": {"DALLE": "1067-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1067-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.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.021183659707557, 49.02227353373274, 8.035699695300396, 49.03181931742862], "geometry": {"coordinates": [[[[8.021183659707557, 49.02284570946351], [8.02205265022718, 49.03181931742862], [8.035699695300396, 49.031247047712164], [8.034828356163688, 49.02227353373274], [8.021183659707557, 49.02284570946351]]]], "type": "MultiPolygon"}, "id": "49113", "properties": {"DALLE": "1067-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1067-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.03134600884992, 48.98580529942286, 8.045853499425595, 48.99535249422103], "geometry": {"coordinates": [[[[8.03134600884992, 48.986378649299304], [8.032216144604812, 48.99535249422103], [8.045853499425595, 48.99477905017672], [8.044981018426302, 48.98580529942286], [8.03134600884992, 48.986378649299304]]]], "type": "MultiPolygon"}, "id": "49140", "properties": {"DALLE": "1068-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1068-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.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.034828356163688, 49.0216998070778, 8.049346439138647, 49.031247047712164], "geometry": {"coordinates": [[[[8.034828356163688, 49.02227353373274], [8.035699695300396, 49.031247047712164], [8.049346439138647, 49.03067322681795], [8.048472751540771, 49.0216998070778], [8.034828356163688, 49.02227353373274]]]], "type": "MultiPolygon"}, "id": "49144", "properties": {"DALLE": "1068-6893", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1068-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.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.057741202717962, 48.97568030626673, 8.072250132997187, 48.98523039968481], "geometry": {"coordinates": [[[[8.057741202717962, 48.976256661160775], [8.058615726743076, 48.98523039968481], [8.072250132997187, 48.98465395013412], [8.07137326484283, 48.97568030626673], [8.057741202717962, 48.976256661160775]]]], "type": "MultiPolygon"}, "id": "49199", "properties": {"DALLE": "1070-6888", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1070-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.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.17386346588114, 48.87474371160181, 7.188200817642908, 48.88420008540523], "geometry": {"coordinates": [[[[7.17386346588114, 48.8752196270604], [7.174583917312237, 48.88420008540523], [7.188200817642908, 48.88372409175677], [7.187478025006402, 48.87474371160181], [7.17386346588114, 48.8752196270604]]]], "type": "MultiPolygon"}, "id": "49203", "properties": {"DALLE": "1006-6873", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1006-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": [8.061241111819859, 49.01157438755271, 8.075760635838668, 49.02112452954756], "geometry": {"coordinates": [[[[8.061241111819859, 49.012151121180835], [8.062116845033996, 49.02112452954756], [8.075760635838668, 49.02054770119108], [8.074882555281029, 49.01157438755271], [8.061241111819859, 49.012151121180835]]]], "type": "MultiPolygon"}, "id": "49204", "properties": {"DALLE": "1070-6892", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1070-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.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": [8.072250132997187, 48.9840759508199, 8.08676375218114, 48.993627511792226], "geometry": {"coordinates": [[[[8.072250132997187, 48.98465395013412], [8.073127304017174, 48.993627511792226], [8.08676375218114, 48.99304941755016], [8.085884236385688, 48.9840759508199], [8.072250132997187, 48.98465395013412]]]], "type": "MultiPolygon"}, "id": "49230", "properties": {"DALLE": "1071-6889", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1071-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.073127304017174, 48.99304941755016, 8.087643571802197, 49.002600991009096], "geometry": {"coordinates": [[[[8.073127304017174, 48.993627511792226], [8.074004778059509, 49.002600991009096], [8.087643571802197, 49.002022801821184], [8.08676375218114, 48.99304941755016], [8.073127304017174, 48.993627511792226]]]], "type": "MultiPolygon"}, "id": "49231", "properties": {"DALLE": "1071-6890", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1071-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.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.92907437475064, 49.06214235785241, 7.9435866387093546, 49.071677969375465], "geometry": {"coordinates": [[[[7.92907437475064, 49.06270404470156], [7.9299281006938, 49.071677969375465], [7.9435866387093546, 49.07111619024601], [7.942730559842449, 49.06214235785241], [7.92907437475064, 49.06270404470156]]]], "type": "MultiPolygon"}, "id": "49414", "properties": {"DALLE": "1060-6897", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1060-6897-LA93-0M20-RVB.JP2.jp2\"\u003eTelecharger\u003c/a\u003e", "__folium_color": "red", "code": "48", "index_right": 3, "name": "VOSGES du NORD"}, "type": "Feature"}, {"bbox": [7.186033187204149, 48.85630541195657, 7.200367451221147, 48.86576325398967], "geometry": {"coordinates": [[[[7.186033187204149, 48.856782719151354], [7.186755481569729, 48.86576325398967], [7.200367451221147, 48.86528586838109], [7.199642817383688, 48.85630541195657], [7.186033187204149, 48.856782719151354]]]], "type": "MultiPolygon"}, "id": "49587", "properties": {"DALLE": "1007-6871", "FILE_IMG": "\u003ca href=\"ftp://odgeo.grandest.fr/open_data/ORTHOPUB/ORTHO_RVB_0M20_JP2_E100_L93_D67_2018/data/67-2018-1007-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.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_4f943da579555440de58b23699c9433c.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_d860c0afb4970f2b10d0d6be69b79365 = {
base_layers : {
"stamenterrain" : tile_layer_5ea63ec9facd7bb894b26129aaf821dc,
},
overlays : {
"extent" : geo_json_13e0be7149b4aa895ceeb7f77fb66465,
"tiles" : geo_json_4f943da579555440de58b23699c9433c,
},
};
L.control.layers(
layer_control_d860c0afb4970f2b10d0d6be69b79365.base_layers,
layer_control_d860c0afb4970f2b10d0d6be69b79365.overlays,
{"autoZIndex": true, "collapsed": true, "position": "topright"}
).addTo(map_c0f5047df05757c88353e811ec483883);
</script>
</html>