﻿//// مشخص کردن پراجکشن نقشه
var projection = new ol.proj.Projection({
    code: 'EPSG:4326',
    units: 'm'
});

// استایل محله ها 	
var areaStyle = new ol.style.Style({
    stroke: new ol.style.Stroke({
        color: '#ffffff',
        width: 0
    }),
    image: new ol.style.Circle({
        fill: new ol.style.Fill({
            color: 'blue'
        }),
        stroke: new ol.style.Stroke({
            color: '#ffcc00'
        }),
        radius: 8
    })
});

var styleCache = {};

function styleFunction(feature, resolution) {
    var cc = feature.get('Color');
    var id = feature.get('MessageId');
    if (!styleCache[id]) {
        styleCache[id] = new ol.style.Style({
            image: new ol.style.Circle({
                fill: new ol.style.Fill({
                    color: cc
                }),
                stroke: new ol.style.Stroke({
                    color: '#ffcc00'
                }),
                radius: 8
            })
        });
    }
    return [styleCache[id]];
}

var popup = new ol.Overlay({
    element: document.getElementById('popup')
});

//var mapserverUrl='http://localhost:8070/cgi-bin/mapserv.exe?map=C:/ms4w/apps/ms101/htdocs/wmsNajafabad.map'
var mapserverUrl ='https://137service.ir:8071/cgi-bin/mapserv.exe?map=C:/ms4w/apps/ms101/htdocs/wmsAbyek.map'
//var origin = window.location.origin;
//if (origin === "http://192.168.254.63")
//    mapserverUrl = 'http://192.168.254.63:8070/cgi-bin/mapserv.exe?map=C:/ms4w/apps/ms101/htdocs/wmsRasht.map';
//else
//    mapserverUrl = 'http://109.95.71.24:8070/cgi-bin/mapserv.exe?map=C:/ms4w/apps/ms101/htdocs/wmsRasht.map';

// دریافت نقشه از لایه های مپ سرور	
var layers = [

    new ol.layer.Image({
        extent: [50.5,36.0,50.6,36.1],
        source: new ol.source.ImageWMS({
            url: mapserverUrl,
            params: {
                //                'LAYERS': 'line1,line2,line3,line4,line5,line6,poly1',  
                'SERVICE': 'WMS',
                'VERSION': '1.1.1',
                'REQUEST': 'GetMap',
                'LAYERS': 'area1,poly1,line3,areaOutline',
                'SRS': 'EPSG:4326',
                'BBOX': '50.5,36.0,50.6,36.1',
                'WIDTH': '800',
                'HEIGHT': '500',
                'FORMAT': 'image/png'
            },
            serverType: 'mapserver'
        })
    })
];



//var area = new ol.layer.Vector({
//    id: 'area',
//    source: new ol.source.GeoJSON({
//        projection: 'EPSG:4326',
//        url: 'scripts/ol/sectorrasht.txt'
//    }),
//    opacity:1
//});






//ایجاد ویو و نقطه مرکزی نقشه
var view = new ol.View({
    projection: 'EPSG:4326',
    center: [50.53206,36.04103],
    zoom: 16
});


// ساخت نقشه
var map = new ol.Map({
    layers: layers,
    target: 'map',
    controls: ol.control.defaults({
        zoom: true,
        attribution: true,
        rotate: true
    })
});

 

map.setView(view);


map.addOverlay(popup);


//لایه نمایش نقاط بر روی نقشه جهت گزارش های مبتنی بر نقشه
var bbox = new ol.layer.Vector({
    source: new ol.source.GeoJSON(),
    style: styleFunction
})
map.addLayer(bbox);
//var geojson = {"type": "FeatureCollection","crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::4326" } },"features": [{ "type": "Feature", "properties": { "MessageId": " 69346 " }, "geometry": { "type": "Point", "coordinates": [492671.4134939643,3832427.9601788721] } },{ "type": "Feature", "properties": { "MessageId": " 69316 " }, "geometry": { "type": "Point", "coordinates": [485936.9492589297,3833119.41691787] } },{ "type": "Feature", "properties": { "MessageId": " 69242 " }, "geometry": { "type": "Point", "coordinates": [488791.1954442538,3831600.7486525867] } },{ "type": "Feature", "properties": { "MessageId": " 69212 " }, "geometry": { "type": "Point", "coordinates": [490870.9375561183,3832401.6405050317] } },{ "type": "Feature", "properties": { "MessageId": " 69209 " }, "geometry": { "type": "Point", "coordinates": [479154.34198160993,3826786.7631237851] } },{ "type": "Feature", "properties": { "MessageId": " 69179 " }, "geometry": { "type": "Point", "coordinates": [490863.33043447504,3832139.2380165192] } },{ "type": "Feature", "properties": { "MessageId": " 68959 " }, "geometry": { "type": "Point", "coordinates": [480268.20180784352,3828763.4954472412] } },{ "type": "Feature", "properties": { "MessageId": " 68942 " }, "geometry": { "type": "Point", "coordinates": [489794.317068134,3832876.381747724] } },{ "type": "Feature", "properties": { "MessageId": " 68825 " }, "geometry": { "type": "Point", "coordinates": [490973.25739008916,3835705.838713571] } },{ "type": "Feature", "properties": { "MessageId": " 68779 " }, "geometry": { "type": "Point", "coordinates": [489718.81563411583,3835921.4383297539] } },{ "type": "Feature", "properties": { "MessageId": " 68620 " }, "geometry": { "type": "Point", "coordinates": [482661.07953488221,3829496.4529854348] } },{ "type": "Feature", "properties": { "MessageId": " 68619 " }, "geometry": { "type": "Point", "coordinates": [489177.05282311421,3832714.6956435023] } },{ "type": "Feature", "properties": { "MessageId": " 68602 " }, "geometry": { "type": "Point", "coordinates": [492044.25133123825,3832105.749266407] } },{ "type": "Feature", "properties": { "MessageId": " 68524 " }, "geometry": { "type": "Point", "coordinates": [488688.26005477778,3834598.0218533343] } },{ "type": "Feature", "properties": { "MessageId": " 68396 " }, "geometry": { "type": "Point", "coordinates": [490673.99235740618,3835368.0641560615] } },{ "type": "Feature", "properties": { "MessageId": " 68282 " }, "geometry": { "type": "Point", "coordinates": [491783.31050301623,3832218.5215141284] } },{ "type": "Feature", "properties": { "MessageId": " 68153 " }, "geometry": { "type": "Point", "coordinates": [477247.97516910936,3826122.2834350439] } },{ "type": "Feature", "properties": { "MessageId": " 68129 " }, "geometry": { "type": "Point", "coordinates": [490096.8598902059,3835593.4699257202] } },{ "type": "Feature", "properties": { "MessageId": " 68081 " }, "geometry": { "type": "Point", "coordinates": [492117.865402299,3832162.655824095] } },{ "type": "Feature", "properties": { "MessageId": " 68035 " }, "geometry": { "type": "Point", "coordinates": [490656.84087063157,3833205.3464703704] } },{ "type": "Feature", "properties": { "MessageId": " 67974 " }, "geometry": { "type": "Point", "coordinates": [490662.48891187692,3833319.9856742192] } },{ "type": "Feature", "properties": { "MessageId": " 67956 " }, "geometry": { "type": "Point", "coordinates": [492615.5753899244,3831998.4958873428] } },{ "type": "Feature", "properties": { "MessageId": " 67934 " }, "geometry": { "type": "Point", "coordinates": [491664.91153702472,3834814.6878277697] } },{ "type": "Feature", "properties": { "MessageId": " 67842 " }, "geometry": { "type": "Point", "coordinates": [489931.903213335,3832847.4199598222] } },{ "type": "Feature", "properties": { "MessageId": " 67738 " }, "geometry": { "type": "Point", "coordinates": [491394.57808275608,3832155.7329534665] } },{ "type": "Feature", "properties": { "MessageId": " 67645 " }, "geometry": { "type": "Point", "coordinates": [491217.71802628308,3832350.0411881031] } },{ "type": "Feature", "properties": { "MessageId": " 67614 " }, "geometry": { "type": "Point", "coordinates": [491773.04657966708,3831738.0338088139] } },{ "type": "Feature", "properties": { "MessageId": " 67486 " }, "geometry": { "type": "Point", "coordinates": [481106.3067353947,3828721.8231251119] } },{ "type": "Feature", "properties": { "MessageId": " 67397 " }, "geometry": { "type": "Point", "coordinates": [491913.58554240881,3831916.9773333012] } },{ "type": "Feature", "properties": { "MessageId": " 67341 " }, "geometry": { "type": "Point", "coordinates": [491824.72048722306,3832682.8399004661] } },{ "type": "Feature", "properties": { "MessageId": " 67175 " }, "geometry": { "type": "Point", "coordinates": [488986.21024475829,3835084.4631930338] } },{ "type": "Feature", "properties": { "MessageId": " 67021 " }, "geometry": { "type": "Point", "coordinates": [489136.824887679,3835079.9904503874] } },{ "type": "Feature", "properties": { "MessageId": " 66874 " }, "geometry": { "type": "Point", "coordinates": [489042.03500363068,3835172.0986587033] } },{ "type": "Feature", "properties": { "MessageId": " 66581 " }, "geometry": { "type": "Point", "coordinates": [490737.2588592688,3835765.2512737596] } },{ "type": "Feature", "properties": { "MessageId": " 66518 " }, "geometry": { "type": "Point", "coordinates": [477874.65062389633,3827389.1812443761] } },{ "type": "Feature", "properties": { "MessageId": " 66506 " }, "geometry": { "type": "Point", "coordinates": [489879.94236184709,3836009.6165328529] } },{ "type": "Feature", "properties": { "MessageId": " 66477 " }, "geometry": { "type": "Point", "coordinates": [480494.43469095614,3826287.8332972024] } },{ "type": "Feature", "properties": { "MessageId": " 66439 " }, "geometry": { "type": "Point", "coordinates": [490844.14054819936,3833238.6106209247] } },{ "type": "Feature", "properties": { "MessageId": " 66332 " }, "geometry": { "type": "Point", "coordinates": [486189.86347322504,3833071.6972547951] } },{ "type": "Feature", "properties": { "MessageId": " 66159 " }, "geometry": { "type": "Point", "coordinates": [490515.12613376539,3833752.5037330133] } },{ "type": "Feature", "properties": { "MessageId": " 66158 " }, "geometry": { "type": "Point", "coordinates": [486913.53122452646,3832396.1970602893] } },{ "type": "Feature", "properties": { "MessageId": " 66147 " }, "geometry": { "type": "Point", "coordinates": [491405.56108869723,3835732.9643329629] } },{ "type": "Feature", "properties": { "MessageId": " 66024 " }, "geometry": { "type": "Point", "coordinates": [492119.26895412069,3832827.3802111046] } },{ "type": "Feature", "properties": { "MessageId": " 65949 " }, "geometry": { "type": "Point", "coordinates": [485891.6084261061,3833294.73155707] } },{ "type": "Feature", "properties": { "MessageId": " 65895 " }, "geometry": { "type": "Point", "coordinates": [492081.40398351219,3834399.8872206663] } },{ "type": "Feature", "properties": { "MessageId": " 65715 " }, "geometry": { "type": "Point", "coordinates": [491865.17587092961,3832195.7624793076] } },{ "type": "Feature", "properties": { "MessageId": " 65598 " }, "geometry": { "type": "Point", "coordinates": [483889.58083778835,3833199.7327418607] } },{ "type": "Feature", "properties": { "MessageId": " 65564 " }, "geometry": { "type": "Point", "coordinates": [489398.73470253521,3835015.1573004662] } },{ "type": "Feature", "properties": { "MessageId": " 65434 " }, "geometry": { "type": "Point", "coordinates": [491298.28623918904,3832072.9190676585] } },{ "type": "Feature", "properties": { "MessageId": " 65278 " }, "geometry": { "type": "Point", "coordinates": [491793.70270622458,3832494.3472313215] } },{ "type": "Feature", "properties": { "MessageId": " 65218 " }, "geometry": { "type": "Point", "coordinates": [491025.74901947117,3835812.0149639123] } },{ "type": "Feature", "properties": { "MessageId": " 65209 " }, "geometry": { "type": "Point", "coordinates": [492076.21157283406,3836278.9143930082] } },{ "type": "Feature", "properties": { "MessageId": " 65089 " }, "geometry": { "type": "Point", "coordinates": [486188.46018095908,3831955.4148603394] } },{ "type": "Feature", "properties": { "MessageId": " 64962 " }, "geometry": { "type": "Point", "coordinates": [482257.31499351666,3828575.5629315334] } },{ "type": "Feature", "properties": { "MessageId": " 64925 " }, "geometry": { "type": "Point", "coordinates": [490482.58389834856,3835136.3676590496] } },{ "type": "Feature", "properties": { "MessageId": " 64831 " }, "geometry": { "type": "Point", "coordinates": [491758.49663741625,3831986.1708447593] } },{ "type": "Feature", "properties": { "MessageId": " 64621 " }, "geometry": { "type": "Point", "coordinates": [488139.15015124169,3831862.8996576178] } },{ "type": "Feature", "properties": { "MessageId": " 64603 " }, "geometry": { "type": "Point", "coordinates": [484785.25083689607,3831640.8438766017] } },{ "type": "Feature", "properties": { "MessageId": " 64472 " }, "geometry": { "type": "Point", "coordinates": [489478.14263020031,3835551.8011545152] } },{ "type": "Feature", "properties": { "MessageId": " 64423 " }, "geometry": { "type": "Point", "coordinates": [490956.61517554329,3832567.6870075795] } },{ "type": "Feature", "properties": { "MessageId": " 64137 " }, "geometry": { "type": "Point", "coordinates": [489593.87363182358,3832696.2744701258] } },{ "type": "Feature", "properties": { "MessageId": " 64034 " }, "geometry": { "type": "Point", "coordinates": [489361.44541799516,3831915.698428879] } },{ "type": "Feature", "properties": { "MessageId": " 63979 " }, "geometry": { "type": "Point", "coordinates": [486734.27714817459,3833154.5114201219] } },{ "type": "Feature", "properties": { "MessageId": " 63050 " }, "geometry": { "type": "Point", "coordinates": [490817.99675455404,3832176.2207554015] } },{ "type": "Feature", "properties": { "MessageId": " 62932 " }, "geometry": { "type": "Point", "coordinates": [484188.37105591659,3833269.2388212704] } },{ "type": "Feature", "properties": { "MessageId": " 62863 " }, "geometry": { "type": "Point", "coordinates": [491306.63718022715,3831971.5147836241] } },{ "type": "Feature", "properties": { "MessageId": " 62834 " }, "geometry": { "type": "Point", "coordinates": [486412.45963948977,3833431.2548603136] } },{ "type": "Feature", "properties": { "MessageId": " 62765 " }, "geometry": { "type": "Point", "coordinates": [491236.68814027013,3834826.9984436305] } },{ "type": "Feature", "properties": { "MessageId": " 62654 " }, "geometry": { "type": "Point", "coordinates": [490184.85056743218,3831446.53648151] } },{ "type": "Feature", "properties": { "MessageId": " 62520 " }, "geometry": { "type": "Point", "coordinates": [489655.82256523886,3832474.9171166322] } },{ "type": "Feature", "properties": { "MessageId": " 62505 " }, "geometry": { "type": "Point", "coordinates": [490865.8630118916,3832062.8926022393] } },{ "type": "Feature", "properties": { "MessageId": " 62357 " }, "geometry": { "type": "Point", "coordinates": [492095.56393296085,3831737.0276854853] } },{ "type": "Feature", "properties": { "MessageId": " 62312 " }, "geometry": { "type": "Point", "coordinates": [489945.89346809033,3833297.1045226008] } },{ "type": "Feature", "properties": { "MessageId": " 62300 " }, "geometry": { "type": "Point", "coordinates": [491862.52094793215,3831727.8933804105] } },{ "type": "Feature", "properties": { "MessageId": " 62151 " }, "geometry": { "type": "Point", "coordinates": [488471.61841478123,3831653.1438065511] } },{ "type": "Feature", "properties": { "MessageId": " 61931 " }, "geometry": { "type": "Point", "coordinates": [490425.32030265906,3835060.01619813] } },{ "type": "Feature", "properties": { "MessageId": " 61830 " }, "geometry": { "type": "Point", "coordinates": [486166.24780347536,3833586.8932851176] } },{ "type": "Feature", "properties": { "MessageId": " 61748 " }, "geometry": { "type": "Point", "coordinates": [485612.79955543543,3831916.7637355453] } },{ "type": "Feature", "properties": { "MessageId": " 61406 " }, "geometry": { "type": "Point", "coordinates": [489064.0069427042,3835935.6772831073] } },{ "type": "Feature", "properties": { "MessageId": " 61371 " }, "geometry": { "type": "Point", "coordinates": [485772.95528991125,3833888.7704421547] } },{ "type": "Feature", "properties": { "MessageId": " 61267 " }, "geometry": { "type": "Point", "coordinates": [481308.49046286981,3829631.9933151989] } },{ "type": "Feature", "properties": { "MessageId": " 60940 " }, "geometry": { "type": "Point", "coordinates": [477477.0295518674,3825320.5930953906] } },{ "type": "Feature", "properties": { "MessageId": " 60931 " }, "geometry": { "type": "Point", "coordinates": [479267.42889542755,3826315.1962829409] } },{ "type": "Feature", "properties": { "MessageId": " 60834 " }, "geometry": { "type": "Point", "coordinates": [486211.80079945782,3833219.4518794431] } },{ "type": "Feature", "properties": { "MessageId": " 60746 " }, "geometry": { "type": "Point", "coordinates": [492557.82984278351,3832099.1569499578] } },{ "type": "Feature", "properties": { "MessageId": " 60674 " }, "geometry": { "type": "Point", "coordinates": [491524.86024638376,3835842.7195580346] } },{ "type": "Feature", "properties": { "MessageId": " 60440 " }, "geometry": { "type": "Point", "coordinates": [490540.10712816258,3832801.4845744628] } },{ "type": "Feature", "properties": { "MessageId": " 60428 " }, "geometry": { "type": "Point", "coordinates": [486364.73997641512,3833203.9549002908] } },{ "type": "Feature", "properties": { "MessageId": " 60362 " }, "geometry": { "type": "Point", "coordinates": [491158.53594072128,3832537.5334567279] } },{ "type": "Feature", "properties": { "MessageId": " 60253 " }, "geometry": { "type": "Point", "coordinates": [489250.74959251826,3835398.6169529436] } },{ "type": "Feature", "properties": { "MessageId": " 60194 " }, "geometry": { "type": "Point", "coordinates": [489214.04810438136,3831238.1084482358] } },{ "type": "Feature", "properties": { "MessageId": " 60149 " }, "geometry": { "type": "Point", "coordinates": [485873.16658236791,3833821.9629138503] } },{ "type": "Feature", "properties": { "MessageId": " 60131 " }, "geometry": { "type": "Point", "coordinates": [492065.0581725451,3832218.3286022325] } },{ "type": "Feature", "properties": { "MessageId": " 59778 " }, "geometry": { "type": "Point", "coordinates": [490399.32353237516,3832553.7050379096] } },{ "type": "Feature", "properties": { "MessageId": " 59742 " }, "geometry": { "type": "Point", "coordinates": [492126.89207715337,3832253.118269858] } },{ "type": "Feature", "properties": { "MessageId": " 59704 " }, "geometry": { "type": "Point", "coordinates": [484810.81354931957,3832124.704617063] } },{ "type": "Feature", "properties": { "MessageId": " 59677 " }, "geometry": { "type": "Point", "coordinates": [489014.7547104187,3835352.8946013134] } },{ "type": "Feature", "properties": { "MessageId": " 59644 " }, "geometry": { "type": "Point", "coordinates": [491632.03953026858,3832125.7508592522] } },{ "type": "Feature", "properties": { "MessageId": " 59408 " }, "geometry": { "type": "Point", "coordinates": [478785.8996389641,3826165.0893096412] } },{ "type": "Feature", "properties": { "MessageId": " 59407 " }, "geometry": { "type": "Point", "coordinates": [485560.01,3833218.1252] } },{ "type": "Feature", "properties": { "MessageId": " 59328 " }, "geometry": { "type": "Point", "coordinates": [489597.78462585644,3836303.6555279265] } },{ "type": "Feature", "properties": { "MessageId": " 59250 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59245 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59230 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59226 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59223 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59222 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59221 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59220 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59219 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59216 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59214 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59168 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59165 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59163 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59160 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59154 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59149 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59147 " }, "geometry": { "type": "Point", "coordinates": [492547.34236997034,3832434.6579036191] } },{ "type": "Feature", "properties": { "MessageId": " 59135 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59127 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59124 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59119 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59116 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59114 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59109 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59093 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59085 " }, "geometry": { "type": "Point", "coordinates": [490599.0155,3832969.0178] } },{ "type": "Feature", "properties": { "MessageId": " 59012 " }, "geometry": { "type": "Point", "coordinates": [486483.47671802604,3832248.5043166317] } },{ "type": "Feature", "properties": { "MessageId": " 58808 " }, "geometry": { "type": "Point", "coordinates": [486729.46925117506,3833202.5903901178] } },{ "type": "Feature", "properties": { "MessageId": " 58749 " }, "geometry": { "type": "Point", "coordinates": [485921.7798,3830758.6354] } },{ "type": "Feature", "properties": { "MessageId": " 58748 " }, "geometry": { "type": "Point", "coordinates": [485921.7798,3830758.6354] } },{ "type": "Feature", "properties": { "MessageId": " 58620 " }, "geometry": { "type": "Point", "coordinates": [487397.07831778214,3833169.9408104527] } },{ "type": "Feature", "properties": { "MessageId": " 58604 " }, "geometry": { "type": "Point", "coordinates": [486752.21884054178,3832423.6387358718] } },{ "type": "Feature", "properties": { "MessageId": " 58472 " }, "geometry": { "type": "Point", "coordinates": [485225.86472053773,3834375.3399184975] } },{ "type": "Feature", "properties": { "MessageId": " 58464 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 58456 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 58440 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 58434 " }, "geometry": { "type": "Point", "coordinates": [490615.337426222,3833722.7237655842] } },{ "type": "Feature", "properties": { "MessageId": " 58414 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 58401 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 58252 " }, "geometry": { "type": "Point", "coordinates": [486560.40571777435,3833242.446173606] } },{ "type": "Feature", "properties": { "MessageId": " 58214 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 58209 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 58204 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 58096 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 58004 " }, "geometry": { "type": "Point", "coordinates": [487343.00819219777,3832844.7618931904] } },{ "type": "Feature", "properties": { "MessageId": " 57971 " }, "geometry": { "type": "Point", "coordinates": [486376.21432100359,3833095.3807554492] } },{ "type": "Feature", "properties": { "MessageId": " 57770 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 57768 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 57767 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 57766 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 57697 " }, "geometry": { "type": "Point", "coordinates": [484698.93483812676,3832509.0571855577] } },{ "type": "Feature", "properties": { "MessageId": " 57619 " }, "geometry": { "type": "Point", "coordinates": [477912.826354356,3827656.4113575937] } },{ "type": "Feature", "properties": { "MessageId": " 57609 " }, "geometry": { "type": "Point", "coordinates": [489844.52087764157,3833288.6585008092] } },{ "type": "Feature", "properties": { "MessageId": " 57534 " }, "geometry": { "type": "Point", "coordinates": [481009.80705216178,3826173.3061058237] } },{ "type": "Feature", "properties": { "MessageId": " 57299 " }, "geometry": { "type": "Point", "coordinates": [486565.4270200787,3833207.1183547806] } },{ "type": "Feature", "properties": { "MessageId": " 57286 " }, "geometry": { "type": "Point", "coordinates": [489875.53865864006,3833257.6407198105] } },{ "type": "Feature", "properties": { "MessageId": " 57228 " }, "geometry": { "type": "Point", "coordinates": [489848.185981356,3832044.5415191804] } },{ "type": "Feature", "properties": { "MessageId": " 57202 " }, "geometry": { "type": "Point", "coordinates": [490738.96687991283,3833948.3205199642] } },{ "type": "Feature", "properties": { "MessageId": " 57139 " }, "geometry": { "type": "Point", "coordinates": [482968.81008839147,3829254.5696030315] } },{ "type": "Feature", "properties": { "MessageId": " 57115 " }, "geometry": { "type": "Point", "coordinates": [476904.39359497227,3826923.9737746972] } },{ "type": "Feature", "properties": { "MessageId": " 57096 " }, "geometry": { "type": "Point", "coordinates": [487948.8406,3833062.7272] } },{ "type": "Feature", "properties": { "MessageId": " 57061 " }, "geometry": { "type": "Point", "coordinates": [490003.15706377983,3833223.1390448352] } },{ "type": "Feature", "properties": { "MessageId": " 57053 " }, "geometry": { "type": "Point", "coordinates": [486462.10971453786,3833381.6987338969] } },{ "type": "Feature", "properties": { "MessageId": " 57045 " }, "geometry": { "type": "Point", "coordinates": [491349.58487699431,3831633.6541869002] } },{ "type": "Feature", "properties": { "MessageId": " 56874 " }, "geometry": { "type": "Point", "coordinates": [477038.00865158113,3826542.2164701] } },{ "type": "Feature", "properties": { "MessageId": " 56470 " }, "geometry": { "type": "Point", "coordinates": [492517.26812917012,3831982.243775425] } },{ "type": "Feature", "properties": { "MessageId": " 56322 " }, "geometry": { "type": "Point", "coordinates": [491055.93866511097,3832542.9871325083] } },{ "type": "Feature", "properties": { "MessageId": " 56259 " }, "geometry": { "type": "Point", "coordinates": [478487.11116002494,3826766.3692855355] } },{ "type": "Feature", "properties": { "MessageId": " 56229 " }, "geometry": { "type": "Point", "coordinates": [491974.6084,3831414.8958] } },{ "type": "Feature", "properties": { "MessageId": " 56227 " }, "geometry": { "type": "Point", "coordinates": [491974.6084,3831414.8958] } },{ "type": "Feature", "properties": { "MessageId": " 56219 " }, "geometry": { "type": "Point", "coordinates": [491974.6084,3831414.8958] } },{ "type": "Feature", "properties": { "MessageId": " 56134 " }, "geometry": { "type": "Point", "coordinates": [485828.93808415061,3834146.2855357393] } },{ "type": "Feature", "properties": { "MessageId": " 56037 " }, "geometry": { "type": "Point", "coordinates": [486579.49358300422,3832875.004767932] } },{ "type": "Feature", "properties": { "MessageId": " 55980 " }, "geometry": { "type": "Point", "coordinates": [490679.84112971061,3832436.4579341244] } },{ "type": "Feature", "properties": { "MessageId": " 55881 " }, "geometry": { "type": "Point", "coordinates": [491441.43955540081,3832793.3849244025] } },{ "type": "Feature", "properties": { "MessageId": " 55809 " }, "geometry": { "type": "Point", "coordinates": [487795.98608398,3834017.1984403] } },{ "type": "Feature", "properties": { "MessageId": " 55807 " }, "geometry": { "type": "Point", "coordinates": [487795.98608398,3834017.1984403] } },{ "type": "Feature", "properties": { "MessageId": " 55803 " }, "geometry": { "type": "Point", "coordinates": [487795.98608398,3834017.1984403] } },{ "type": "Feature", "properties": { "MessageId": " 55796 " }, "geometry": { "type": "Point", "coordinates": [487795.98608398,3834017.1984403] } },{ "type": "Feature", "properties": { "MessageId": " 55790 " }, "geometry": { "type": "Point", "coordinates": [487795.98608398,3834017.1984403] } },{ "type": "Feature", "properties": { "MessageId": " 55734 " }, "geometry": { "type": "Point", "coordinates": [479561.51510934468,3825562.9673439907] } },{ "type": "Feature", "properties": { "MessageId": " 55731 " }, "geometry": { "type": "Point", "coordinates": [491370.303196879,3835027.4210285442] } },{ "type": "Feature", "properties": { "MessageId": " 55425 " }, "geometry": { "type": "Point", "coordinates": [486661.55148070009,3832361.6031738748] } },{ "type": "Feature", "properties": { "MessageId": " 55424 " }, "geometry": { "type": "Point", "coordinates": [489378.0873,3830718.7297] } },{ "type": "Feature", "properties": { "MessageId": " 55419 " }, "geometry": { "type": "Point", "coordinates": [489378.0873,3830718.7297] } },{ "type": "Feature", "properties": { "MessageId": " 55418 " }, "geometry": { "type": "Point", "coordinates": [489378.0873,3830718.7297] } },{ "type": "Feature", "properties": { "MessageId": " 55414 " }, "geometry": { "type": "Point", "coordinates": [489378.0873,3830718.7297] } },{ "type": "Feature", "properties": { "MessageId": " 55411 " }, "geometry": { "type": "Point", "coordinates": [489378.0873,3830718.7297] } },{ "type": "Feature", "properties": { "MessageId": " 55397 " }, "geometry": { "type": "Point", "coordinates": [488131.69018555,3832236.9492617] } },{ "type": "Feature", "properties": { "MessageId": " 55396 " }, "geometry": { "type": "Point", "coordinates": [488131.69018555,3832236.9492617] } },{ "type": "Feature", "properties": { "MessageId": " 55370 " }, "geometry": { "type": "Point", "coordinates": [488131.69018555,3832236.9492617] } },{ "type": "Feature", "properties": { "MessageId": " 55356 " }, "geometry": { "type": "Point", "coordinates": [488131.69018555,3832236.9492617] } },{ "type": "Feature", "properties": { "MessageId": " 55348 " }, "geometry": { "type": "Point", "coordinates": [488131.69018555,3832236.9492617] } },{ "type": "Feature", "properties": { "MessageId": " 55346 " }, "geometry": { "type": "Point", "coordinates": [488131.69018555,3832236.9492617] } },{ "type": "Feature", "properties": { "MessageId": " 55331 " }, "geometry": { "type": "Point", "coordinates": [492592.4245500986,3833384.8380622719] } },{ "type": "Feature", "properties": { "MessageId": " 55297 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 55293 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 55292 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 55291 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 55284 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 55278 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 55232 " }, "geometry": { "type": "Point", "coordinates": [490600.02687964059,3835391.9239875986] } },{ "type": "Feature", "properties": { "MessageId": " 54959 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 54957 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 54956 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 54955 " }, "geometry": { "type": "Point", "coordinates": [477114.36011250049,3826351.3378178016] } },{ "type": "Feature", "properties": { "MessageId": " 54945 " }, "geometry": { "type": "Point", "coordinates": [480821.74989950884,3829212.0602801424] } },{ "type": "Feature", "properties": { "MessageId": " 54942 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 54941 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 54940 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 54939 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 54936 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 54932 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 54926 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 54780 " }, "geometry": { "type": "Point", "coordinates": [488320.3675,3836117.9391] } },{ "type": "Feature", "properties": { "MessageId": " 54774 " }, "geometry": { "type": "Point", "coordinates": [486426.79066116549,3833051.5675213076] } },{ "type": "Feature", "properties": { "MessageId": " 54622 " }, "geometry": { "type": "Point", "coordinates": [483819.67250265123,3833644.8397750752] } },{ "type": "Feature", "properties": { "MessageId": " 54565 " }, "geometry": { "type": "Point", "coordinates": [490996.76275958412,3831968.0790624362] } },{ "type": "Feature", "properties": { "MessageId": " 54548 " }, "geometry": { "type": "Point", "coordinates": [480821.74989950884,3829527.0100564347] } },{ "type": "Feature", "properties": { "MessageId": " 54458 " }, "geometry": { "type": "Point", "coordinates": [489199.67159680754,3835815.1734025171] } },{ "type": "Feature", "properties": { "MessageId": " 54438 " }, "geometry": { "type": "Point", "coordinates": [492673.54797732545,3833508.9091862664] } },{ "type": "Feature", "properties": { "MessageId": " 54413 " }, "geometry": { "type": "Point", "coordinates": [486409.5629,3835229.3986] } },{ "type": "Feature", "properties": { "MessageId": " 54410 " }, "geometry": { "type": "Point", "coordinates": [486409.5629,3835229.3986] } },{ "type": "Feature", "properties": { "MessageId": " 54310 " }, "geometry": { "type": "Point", "coordinates": [489673.89454451,3834451.1552504] } },{ "type": "Feature", "properties": { "MessageId": " 54308 " }, "geometry": { "type": "Point", "coordinates": [489673.89454451,3834451.1552504] } },{ "type": "Feature", "properties": { "MessageId": " 54306 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 54303 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 54296 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 54265 " }, "geometry": { "type": "Point", "coordinates": [487088.4032,3830834.267] } },{ "type": "Feature", "properties": { "MessageId": " 54264 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 54144 " }, "geometry": { "type": "Point", "coordinates": [489096.34629669483,3835236.3700984907] } },{ "type": "Feature", "properties": { "MessageId": " 54143 " }, "geometry": { "type": "Point", "coordinates": [490763.35054009117,3832534.2832434275] } },{ "type": "Feature", "properties": { "MessageId": " 54100 " }, "geometry": { "type": "Point", "coordinates": [491480.47347629035,3831609.3428112627] } },{ "type": "Feature", "properties": { "MessageId": " 53981 " }, "geometry": { "type": "Point", "coordinates": [490542.65600586,3834464.8037538] } },{ "type": "Feature", "properties": { "MessageId": " 53978 " }, "geometry": { "type": "Point", "coordinates": [490542.65600586,3834464.8037538] } },{ "type": "Feature", "properties": { "MessageId": " 53971 " }, "geometry": { "type": "Point", "coordinates": [490542.65600586,3834464.8037538] } },{ "type": "Feature", "properties": { "MessageId": " 53958 " }, "geometry": { "type": "Point", "coordinates": [490542.65600586,3834464.8037538] } },{ "type": "Feature", "properties": { "MessageId": " 53954 " }, "geometry": { "type": "Point", "coordinates": [490542.65600586,3834464.8037538] } },{ "type": "Feature", "properties": { "MessageId": " 53911 " }, "geometry": { "type": "Point", "coordinates": [492288.37485557725,3836205.3889974016] } },{ "type": "Feature", "properties": { "MessageId": " 53900 " }, "geometry": { "type": "Point", "coordinates": [489638.34633946983,3836286.9536458505] } },{ "type": "Feature", "properties": { "MessageId": " 53891 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53889 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53886 " }, "geometry": { "type": "Point", "coordinates": [486128.52759410936,3833729.5028021731] } },{ "type": "Feature", "properties": { "MessageId": " 53885 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53880 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53875 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53874 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53870 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53860 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53858 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53850 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53844 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53838 " }, "geometry": { "type": "Point", "coordinates": [485013.57914588827,3831865.4168108962] } },{ "type": "Feature", "properties": { "MessageId": " 53834 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53814 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53809 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53804 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53798 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53791 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53785 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53784 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53781 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53771 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53769 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53768 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53766 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53759 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53754 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53750 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53744 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53742 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53737 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53734 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53731 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53729 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53726 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53717 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53700 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53697 " }, "geometry": { "type": "Point", "coordinates": [487476.3577,3833223.2706] } },{ "type": "Feature", "properties": { "MessageId": " 53377 " }, "geometry": { "type": "Point", "coordinates": [490543.6861028932,3832837.2743217684] } },{ "type": "Feature", "properties": { "MessageId": " 53362 " }, "geometry": { "type": "Point", "coordinates": [484477.60283085104,3832851.1077159531] } },{ "type": "Feature", "properties": { "MessageId": " 53280 " }, "geometry": { "type": "Point", "coordinates": [479116.69643896772,3827241.5441304743] } },{ "type": "Feature", "properties": { "MessageId": " 53254 " }, "geometry": { "type": "Point", "coordinates": [486412.4747622431,3832960.9001614661] } },{ "type": "Feature", "properties": { "MessageId": " 53167 " }, "geometry": { "type": "Point", "coordinates": [490682.48898850952,3835403.0114014265] } },{ "type": "Feature", "properties": { "MessageId": " 53079 " }, "geometry": { "type": "Point", "coordinates": [486064.04523466626,3833674.0319583188] } },{ "type": "Feature", "properties": { "MessageId": " 53075 " }, "geometry": { "type": "Point", "coordinates": [492011.0946550357,3833850.3633138565] } },{ "type": "Feature", "properties": { "MessageId": " 53002 " }, "geometry": { "type": "Point", "coordinates": [487765.3742,3832611.6545] } },{ "type": "Feature", "properties": { "MessageId": " 52999 " }, "geometry": { "type": "Point", "coordinates": [487770.947,3832599.7037] } },{ "type": "Feature", "properties": { "MessageId": " 52998 " }, "geometry": { "type": "Point", "coordinates": [487765.3742,3832611.6545] } },{ "type": "Feature", "properties": { "MessageId": " 52995 " }, "geometry": { "type": "Point", "coordinates": [487770.947,3832599.7037] } },{ "type": "Feature", "properties": { "MessageId": " 52994 " }, "geometry": { "type": "Point", "coordinates": [487765.3742,3832611.6545] } },{ "type": "Feature", "properties": { "MessageId": " 52991 " }, "geometry": { "type": "Point", "coordinates": [487770.947,3832599.7037] } },{ "type": "Feature", "properties": { "MessageId": " 52989 " }, "geometry": { "type": "Point", "coordinates": [487765.3742,3832611.6545] } },{ "type": "Feature", "properties": { "MessageId": " 52985 " }, "geometry": { "type": "Point", "coordinates": [487765.3742,3832611.6545] } },{ "type": "Feature", "properties": { "MessageId": " 52843 " }, "geometry": { "type": "Point", "coordinates": [490615.95926267235,3833343.8470327854] } },{ "type": "Feature", "properties": { "MessageId": " 52685 " }, "geometry": { "type": "Point", "coordinates": [488941.17426907318,3834669.6013479461] } },{ "type": "Feature", "properties": { "MessageId": " 52660 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 52656 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 52650 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 52648 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 52645 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 52575 " }, "geometry": { "type": "Point", "coordinates": [491297.00231180061,3831977.5365763917] } },{ "type": "Feature", "properties": { "MessageId": " 52570 " }, "geometry": { "type": "Point", "coordinates": [486769.28455820942,3833348.2949697445] } },{ "type": "Feature", "properties": { "MessageId": " 52497 " }, "geometry": { "type": "Point", "coordinates": [491949.56524774764,3836262.6525930911] } },{ "type": "Feature", "properties": { "MessageId": " 52486 " }, "geometry": { "type": "Point", "coordinates": [492441.39861970209,3831858.8456968749] } },{ "type": "Feature", "properties": { "MessageId": " 52483 " }, "geometry": { "type": "Point", "coordinates": [491147.96930050408,3831913.0581963593] } },{ "type": "Feature", "properties": { "MessageId": " 52447 " }, "geometry": { "type": "Point", "coordinates": [492452.60981087305,3831840.6224597036] } },{ "type": "Feature", "properties": { "MessageId": " 52326 " }, "geometry": { "type": "Point", "coordinates": [488955.43695681309,3835590.3804537882] } },{ "type": "Feature", "properties": { "MessageId": " 52287 " }, "geometry": { "type": "Point", "coordinates": [489736.96758743492,3832924.2517095665] } },{ "type": "Feature", "properties": { "MessageId": " 52163 " }, "geometry": { "type": "Point", "coordinates": [486091.66534255014,3833004.7133956077] } },{ "type": "Feature", "properties": { "MessageId": " 51901 " }, "geometry": { "type": "Point", "coordinates": [489234.018762224,3835643.9845460681] } },{ "type": "Feature", "properties": { "MessageId": " 51873 " }, "geometry": { "type": "Point", "coordinates": [485417.50530219846,3834054.3114941968] } },{ "type": "Feature", "properties": { "MessageId": " 51864 " }, "geometry": { "type": "Point", "coordinates": [487509.08461854357,3833210.1810642746] } },{ "type": "Feature", "properties": { "MessageId": " 51754 " }, "geometry": { "type": "Point", "coordinates": [491761.11666389846,3831735.64782566] } },{ "type": "Feature", "properties": { "MessageId": " 51584 " }, "geometry": { "type": "Point", "coordinates": [486261.25105691719,3832303.7161671659] } },{ "type": "Feature", "properties": { "MessageId": " 51582 " }, "geometry": { "type": "Point", "coordinates": [487840.6031,3835034.5707] } },{ "type": "Feature", "properties": { "MessageId": " 51461 " }, "geometry": { "type": "Point", "coordinates": [487150.8963,3833468.9553] } },{ "type": "Feature", "properties": { "MessageId": " 51454 " }, "geometry": { "type": "Point", "coordinates": [487150.8963,3833468.9553] } },{ "type": "Feature", "properties": { "MessageId": " 51453 " }, "geometry": { "type": "Point", "coordinates": [487150.8963,3833468.9553] } },{ "type": "Feature", "properties": { "MessageId": " 51422 " }, "geometry": { "type": "Point", "coordinates": [491867.63199056452,3832146.5165096466] } },{ "type": "Feature", "properties": { "MessageId": " 51327 " }, "geometry": { "type": "Point", "coordinates": [486684.46171901491,3833094.1996752191] } },{ "type": "Feature", "properties": { "MessageId": " 51209 " }, "geometry": { "type": "Point", "coordinates": [479440.65996005747,3826796.3070564] } },{ "type": "Feature", "properties": { "MessageId": " 51160 " }, "geometry": { "type": "Point", "coordinates": [492389.61803044559,3831852.2076935461] } },{ "type": "Feature", "properties": { "MessageId": " 51136 " }, "geometry": { "type": "Point", "coordinates": [491592.343,3830480.7338] } },{ "type": "Feature", "properties": { "MessageId": " 51134 " }, "geometry": { "type": "Point", "coordinates": [491592.343,3830480.7338] } },{ "type": "Feature", "properties": { "MessageId": " 51131 " }, "geometry": { "type": "Point", "coordinates": [491592.343,3830480.7338] } },{ "type": "Feature", "properties": { "MessageId": " 51128 " }, "geometry": { "type": "Point", "coordinates": [491592.343,3830480.7338] } },{ "type": "Feature", "properties": { "MessageId": " 51104 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51100 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51089 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51088 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51087 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51080 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51078 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51077 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51057 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51052 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51048 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51044 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51043 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51041 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51033 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51031 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51027 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51024 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51021 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 51020 " }, "geometry": { "type": "Point", "coordinates": [488994.4244,3835163.8258] } },{ "type": "Feature", "properties": { "MessageId": " 50978 " }, "geometry": { "type": "Point", "coordinates": [488341.2129,3829870.4463] } },{ "type": "Feature", "properties": { "MessageId": " 50977 " }, "geometry": { "type": "Point", "coordinates": [488341.2129,3829870.4463] } },{ "type": "Feature", "properties": { "MessageId": " 50973 " }, "geometry": { "type": "Point", "coordinates": [488341.2129,3829870.4463] } },{ "type": "Feature", "properties": { "MessageId": " 50842 " }, "geometry": { "type": "Point", "coordinates": [490086.11240468529,3835852.2634906573] } },{ "type": "Feature", "properties": { "MessageId": " 50797 " }, "geometry": { "type": "Point", "coordinates": [491291.12828972784,3832175.516343269] } },{ "type": "Feature", "properties": { "MessageId": " 50779 " }, "geometry": { "type": "Point", "coordinates": [492544.31298423646,3834055.9217490796] } },{ "type": "Feature", "properties": { "MessageId": " 50677 " }, "geometry": { "type": "Point", "coordinates": [492753.70453844883,3832325.8913281858] } },{ "type": "Feature", "properties": { "MessageId": " 50651 " }, "geometry": { "type": "Point", "coordinates": [489775.28389265,3834345.8661747] } },{ "type": "Feature", "properties": { "MessageId": " 50648 " }, "geometry": { "type": "Point", "coordinates": [489775.28389265,3834345.8661747] } },{ "type": "Feature", "properties": { "MessageId": " 50647 " }, "geometry": { "type": "Point", "coordinates": [489775.28389265,3834345.8661747] } },{ "type": "Feature", "properties": { "MessageId": " 50646 " }, "geometry": { "type": "Point", "coordinates": [489775.28389265,3834345.8661747] } },{ "type": "Feature", "properties": { "MessageId": " 50644 " }, "geometry": { "type": "Point", "coordinates": [489775.28389265,3834345.8661747] } },{ "type": "Feature", "properties": { "MessageId": " 50618 " }, "geometry": { "type": "Point", "coordinates": [484343.13638493983,3830285.314325443] } },{ "type": "Feature", "properties": { "MessageId": " 50549 " }, "geometry": { "type": "Point", "coordinates": [489944.27600813,3833989.3025931] } },{ "type": "Feature", "properties": { "MessageId": " 50540 " }, "geometry": { "type": "Point", "coordinates": [491118.94096561061,3833244.1853795811] } },{ "type": "Feature", "properties": { "MessageId": " 50534 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 50531 " }, "geometry": { "type": "Point", "coordinates": [489944.27600813,3833989.3025931] } },{ "type": "Feature", "properties": { "MessageId": " 50529 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 50515 " }, "geometry": { "type": "Point", "coordinates": [489944.27600813,3833989.3025931] } },{ "type": "Feature", "properties": { "MessageId": " 50473 " }, "geometry": { "type": "Point", "coordinates": [487659.4345,3831658.3612] } },{ "type": "Feature", "properties": { "MessageId": " 50471 " }, "geometry": { "type": "Point", "coordinates": [487659.4345,3831658.3612] } },{ "type": "Feature", "properties": { "MessageId": " 50468 " }, "geometry": { "type": "Point", "coordinates": [487659.4345,3831658.3612] } },{ "type": "Feature", "properties": { "MessageId": " 50465 " }, "geometry": { "type": "Point", "coordinates": [489944.27600813,3833989.3025931] } },{ "type": "Feature", "properties": { "MessageId": " 50462 " }, "geometry": { "type": "Point", "coordinates": [487659.4345,3831658.3612] } },{ "type": "Feature", "properties": { "MessageId": " 50458 " }, "geometry": { "type": "Point", "coordinates": [489944.27600813,3833989.3025931] } },{ "type": "Feature", "properties": { "MessageId": " 50450 " }, "geometry": { "type": "Point", "coordinates": [489944.27600813,3833989.3025931] } },{ "type": "Feature", "properties": { "MessageId": " 50448 " }, "geometry": { "type": "Point", "coordinates": [489944.27600813,3833989.3025931] } },{ "type": "Feature", "properties": { "MessageId": " 50445 " }, "geometry": { "type": "Point", "coordinates": [489944.27600813,3833989.3025931] } },{ "type": "Feature", "properties": { "MessageId": " 50432 " }, "geometry": { "type": "Point", "coordinates": [484494.32339407474,3834356.17676477] } },{ "type": "Feature", "properties": { "MessageId": " 50366 " }, "geometry": { "type": "Point", "coordinates": [487379.4677,3834445.6521] } },{ "type": "Feature", "properties": { "MessageId": " 50356 " }, "geometry": { "type": "Point", "coordinates": [487379.4677,3834445.6521] } },{ "type": "Feature", "properties": { "MessageId": " 50213 " }, "geometry": { "type": "Point", "coordinates": [491745.87671324314,3832317.4476201478] } },{ "type": "Feature", "properties": { "MessageId": " 50181 " }, "geometry": { "type": "Point", "coordinates": [484522.6859,3835481.5201] } },{ "type": "Feature", "properties": { "MessageId": " 50165 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 50158 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 50155 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 50151 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 50150 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 50146 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 50142 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 50033 " }, "geometry": { "type": "Point", "coordinates": [490085.649166094,3833494.8175524105] } },{ "type": "Feature", "properties": { "MessageId": " 49954 " }, "geometry": { "type": "Point", "coordinates": [483707.83638573572,3834227.9894979284] } },{ "type": "Feature", "properties": { "MessageId": " 49843 " }, "geometry": { "type": "Point", "coordinates": [491959.10918036255,3836377.1797844702] } },{ "type": "Feature", "properties": { "MessageId": " 49758 " }, "geometry": { "type": "Point", "coordinates": [483164.4834,3825633.7905] } },{ "type": "Feature", "properties": { "MessageId": " 49737 " }, "geometry": { "type": "Point", "coordinates": [487218.3768,3830923.2655] } },{ "type": "Feature", "properties": { "MessageId": " 49725 " }, "geometry": { "type": "Point", "coordinates": [485784.08771320735,3833975.404930281] } },{ "type": "Feature", "properties": { "MessageId": " 49570 " }, "geometry": { "type": "Point", "coordinates": [489082.85180664,3834124.0133817] } },{ "type": "Feature", "properties": { "MessageId": " 49567 " }, "geometry": { "type": "Point", "coordinates": [489082.85180664,3834124.0133817] } },{ "type": "Feature", "properties": { "MessageId": " 49562 " }, "geometry": { "type": "Point", "coordinates": [489082.85180664,3834124.0133817] } },{ "type": "Feature", "properties": { "MessageId": " 49559 " }, "geometry": { "type": "Point", "coordinates": [489082.85180664,3834124.0133817] } },{ "type": "Feature", "properties": { "MessageId": " 49550 " }, "geometry": { "type": "Point", "coordinates": [489082.85180664,3834124.0133817] } },{ "type": "Feature", "properties": { "MessageId": " 49549 " }, "geometry": { "type": "Point", "coordinates": [489082.85180664,3834124.0133817] } },{ "type": "Feature", "properties": { "MessageId": " 49391 " }, "geometry": { "type": "Point", "coordinates": [490781.01401567151,3832198.8875953639] } },{ "type": "Feature", "properties": { "MessageId": " 49329 " }, "geometry": { "type": "Point", "coordinates": [489393.1237793,3834193.3581543] } },{ "type": "Feature", "properties": { "MessageId": " 49316 " }, "geometry": { "type": "Point", "coordinates": [489393.1237793,3834193.3581543] } },{ "type": "Feature", "properties": { "MessageId": " 49266 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 49259 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 49252 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 49251 " }, "geometry": { "type": "Point", "coordinates": [490988.17561236111,3833367.705337293] } },{ "type": "Feature", "properties": { "MessageId": " 49249 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 49246 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 49244 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 49241 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 49239 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 49237 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 49231 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 49230 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 49064 " }, "geometry": { "type": "Point", "coordinates": [490618.18664796645,3834955.1338248472] } },{ "type": "Feature", "properties": { "MessageId": " 49044 " }, "geometry": { "type": "Point", "coordinates": [484494.60706964729,3832684.3776405295] } },{ "type": "Feature", "properties": { "MessageId": " 48994 " }, "geometry": { "type": "Point", "coordinates": [488812.0119,3834125.6849] } },{ "type": "Feature", "properties": { "MessageId": " 48940 " }, "geometry": { "type": "Point", "coordinates": [491517.79101632035,3832705.1035477142] } },{ "type": "Feature", "properties": { "MessageId": " 48915 " }, "geometry": { "type": "Point", "coordinates": [488812.0119,3834125.6849] } },{ "type": "Feature", "properties": { "MessageId": " 48872 " }, "geometry": { "type": "Point", "coordinates": [490057.90978808259,3836034.3247857527] } },{ "type": "Feature", "properties": { "MessageId": " 48817 " }, "geometry": { "type": "Point", "coordinates": [492424.49834997056,3832105.190863404] } },{ "type": "Feature", "properties": { "MessageId": " 48597 " }, "geometry": { "type": "Point", "coordinates": [491253.54669798608,3835075.1406916184] } },{ "type": "Feature", "properties": { "MessageId": " 48422 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 48419 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 48417 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 48411 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 48410 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 48408 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 48406 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 48405 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 48404 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 48390 " }, "geometry": { "type": "Point", "coordinates": [482978.98603843455,3829347.9421533165] } },{ "type": "Feature", "properties": { "MessageId": " 48241 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 48238 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 48103 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 48098 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 48042 " }, "geometry": { "type": "Point", "coordinates": [491141.83405864518,3832563.7792714192] } },{ "type": "Feature", "properties": { "MessageId": " 48015 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 47933 " }, "geometry": { "type": "Point", "coordinates": [484756.29213424237,3831560.1878029495] } },{ "type": "Feature", "properties": { "MessageId": " 47914 " }, "geometry": { "type": "Point", "coordinates": [481216.06196046644,3827986.9403137639] } },{ "type": "Feature", "properties": { "MessageId": " 47892 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 47869 " }, "geometry": { "type": "Point", "coordinates": [486523.60161229409,3833132.322123623] } },{ "type": "Feature", "properties": { "MessageId": " 47775 " }, "geometry": { "type": "Point", "coordinates": [484984.94734804356,3831717.4858553647] } },{ "type": "Feature", "properties": { "MessageId": " 47746 " }, "geometry": { "type": "Point", "coordinates": [484724.01877023623,3830722.2684498657] } },{ "type": "Feature", "properties": { "MessageId": " 47588 " }, "geometry": { "type": "Point", "coordinates": [485426.28730545094,3834251.2687945035] } },{ "type": "Feature", "properties": { "MessageId": " 47407 " }, "geometry": { "type": "Point", "coordinates": [490301.50881278963,3832615.3778884718] } },{ "type": "Feature", "properties": { "MessageId": " 47381 " }, "geometry": { "type": "Point", "coordinates": [491095.58379641123,3833447.7661605505] } },{ "type": "Feature", "properties": { "MessageId": " 47377 " }, "geometry": { "type": "Point", "coordinates": [488587.291,3832288.1318] } },{ "type": "Feature", "properties": { "MessageId": " 47370 " }, "geometry": { "type": "Point", "coordinates": [488587.291,3832288.1318] } },{ "type": "Feature", "properties": { "MessageId": " 47364 " }, "geometry": { "type": "Point", "coordinates": [488587.291,3832288.1318] } },{ "type": "Feature", "properties": { "MessageId": " 47361 " }, "geometry": { "type": "Point", "coordinates": [488587.291,3832288.1318] } },{ "type": "Feature", "properties": { "MessageId": " 47338 " }, "geometry": { "type": "Point", "coordinates": [489378.0873,3830718.7297] } },{ "type": "Feature", "properties": { "MessageId": " 47335 " }, "geometry": { "type": "Point", "coordinates": [489378.0873,3830718.7297] } },{ "type": "Feature", "properties": { "MessageId": " 47332 " }, "geometry": { "type": "Point", "coordinates": [489378.0873,3830718.7297] } },{ "type": "Feature", "properties": { "MessageId": " 47330 " }, "geometry": { "type": "Point", "coordinates": [489378.0873,3830718.7297] } },{ "type": "Feature", "properties": { "MessageId": " 47328 " }, "geometry": { "type": "Point", "coordinates": [489378.0873,3830718.7297] } },{ "type": "Feature", "properties": { "MessageId": " 47297 " }, "geometry": { "type": "Point", "coordinates": [487765.3742,3832611.6545] } },{ "type": "Feature", "properties": { "MessageId": " 47257 " }, "geometry": { "type": "Point", "coordinates": [491401.47765351727,3835566.6532212868] } },{ "type": "Feature", "properties": { "MessageId": " 47206 " }, "geometry": { "type": "Point", "coordinates": [481645.01868905907,3828178.8713125438] } },{ "type": "Feature", "properties": { "MessageId": " 47170 " }, "geometry": { "type": "Point", "coordinates": [486087.96593058249,3833748.5906197587] } },{ "type": "Feature", "properties": { "MessageId": " 47164 " }, "geometry": { "type": "Point", "coordinates": [487765.3742,3832611.6545] } },{ "type": "Feature", "properties": { "MessageId": " 47156 " }, "geometry": { "type": "Point", "coordinates": [491792.09035960148,3836119.4936038675] } },{ "type": "Feature", "properties": { "MessageId": " 46692 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46677 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46675 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46674 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46668 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46666 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46665 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46664 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46657 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46656 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46652 " }, "geometry": { "type": "Point", "coordinates": [488636.72602125438,3834518.0286273737] } },{ "type": "Feature", "properties": { "MessageId": " 46651 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46646 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46642 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46641 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 46638 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 46635 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 46633 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 46629 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 46628 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 46627 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 46625 " }, "geometry": { "type": "Point", "coordinates": [486570.7964,3831974.4605] } },{ "type": "Feature", "properties": { "MessageId": " 46431 " }, "geometry": { "type": "Point", "coordinates": [488186.5922,3829283.6583] } },{ "type": "Feature", "properties": { "MessageId": " 46424 " }, "geometry": { "type": "Point", "coordinates": [484104.85820227821,3830085.0366534139] } },{ "type": "Feature", "properties": { "MessageId": " 46401 " }, "geometry": { "type": "Point", "coordinates": [487519.7451,3831847.3059] } },{ "type": "Feature", "properties": { "MessageId": " 46376 " }, "geometry": { "type": "Point", "coordinates": [492116.15515296161,3832226.8724551667] } },{ "type": "Feature", "properties": { "MessageId": " 46245 " }, "geometry": { "type": "Point", "coordinates": [490579.78692959,3834466.9230462] } },{ "type": "Feature", "properties": { "MessageId": " 46240 " }, "geometry": { "type": "Point", "coordinates": [490312.23514726385,3832520.3012737576] } },{ "type": "Feature", "properties": { "MessageId": " 46235 " }, "geometry": { "type": "Point", "coordinates": [490579.78692959,3834466.9230462] } },{ "type": "Feature", "properties": { "MessageId": " 46161 " }, "geometry": { "type": "Point", "coordinates": [491449.45569529186,3831754.88778364] } },{ "type": "Feature", "properties": { "MessageId": " 46045 " }, "geometry": { "type": "Point", "coordinates": [489396.67292606522,3835015.1573004662] } },{ "type": "Feature", "properties": { "MessageId": " 46020 " }, "geometry": { "type": "Point", "coordinates": [482880.58998502535,3829715.9634355782] } },{ "type": "Feature", "properties": { "MessageId": " 46018 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 46016 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 46004 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 46001 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45996 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45993 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45990 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45989 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45987 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45978 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45972 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45945 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45942 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45933 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45928 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45927 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45917 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 45900 " }, "geometry": { "type": "Point", "coordinates": [481458.41119692277,3827779.5327890315] } },{ "type": "Feature", "properties": { "MessageId": " 45778 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 45744 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45742 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45738 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45736 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45734 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45730 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45722 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45720 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45718 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45715 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45714 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45711 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 45624 " }, "geometry": { "type": "Point", "coordinates": [489377.58506083541,3835244.51199776] } },{ "type": "Feature", "properties": { "MessageId": " 45511 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45510 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45463 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45440 " }, "geometry": { "type": "Point", "coordinates": [486028.31698955328,3833925.4684038954] } },{ "type": "Feature", "properties": { "MessageId": " 45439 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45438 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45436 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45435 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45433 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45429 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45428 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45426 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45423 " }, "geometry": { "type": "Point", "coordinates": [485873.88676539419,3833866.1737170364] } },{ "type": "Feature", "properties": { "MessageId": " 45421 " }, "geometry": { "type": "Point", "coordinates": [491103.2918,3832346.1846] } },{ "type": "Feature", "properties": { "MessageId": " 45351 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 45350 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 45348 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 45345 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 45343 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 45341 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 45339 " }, "geometry": { "type": "Point", "coordinates": [489875.9907459,3833896.0514602] } },{ "type": "Feature", "properties": { "MessageId": " 45322 " }, "geometry": { "type": "Point", "coordinates": [489875.9907459,3833896.0514602] } },{ "type": "Feature", "properties": { "MessageId": " 45314 " }, "geometry": { "type": "Point", "coordinates": [484511.0065950033,3832932.23114318] } },{ "type": "Feature", "properties": { "MessageId": " 45280 " }, "geometry": { "type": "Point", "coordinates": [489875.9907459,3833896.0514602] } },{ "type": "Feature", "properties": { "MessageId": " 45278 " }, "geometry": { "type": "Point", "coordinates": [489875.9907459,3833896.0514602] } },{ "type": "Feature", "properties": { "MessageId": " 45275 " }, "geometry": { "type": "Point", "coordinates": [489875.9907459,3833896.0514602] } },{ "type": "Feature", "properties": { "MessageId": " 45269 " }, "geometry": { "type": "Point", "coordinates": [489875.9907459,3833896.0514602] } },{ "type": "Feature", "properties": { "MessageId": " 45261 " }, "geometry": { "type": "Point", "coordinates": [489875.9907459,3833896.0514602] } },{ "type": "Feature", "properties": { "MessageId": " 45259 " }, "geometry": { "type": "Point", "coordinates": [489875.9907459,3833896.0514602] } },{ "type": "Feature", "properties": { "MessageId": " 45175 " }, "geometry": { "type": "Point", "coordinates": [486281.7642,3835534.2819] } },{ "type": "Feature", "properties": { "MessageId": " 45173 " }, "geometry": { "type": "Point", "coordinates": [486281.7642,3835534.2819] } },{ "type": "Feature", "properties": { "MessageId": " 44874 " }, "geometry": { "type": "Point", "coordinates": [491059.68792381603,3831848.6366512082] } },{ "type": "Feature", "properties": { "MessageId": " 44864 " }, "geometry": { "type": "Point", "coordinates": [490949.092470526,3833456.9280794906] } },{ "type": "Feature", "properties": { "MessageId": " 44723 " }, "geometry": { "type": "Point", "coordinates": [490198.2447,3831987.8234] } },{ "type": "Feature", "properties": { "MessageId": " 44719 " }, "geometry": { "type": "Point", "coordinates": [490198.2447,3831987.8234] } },{ "type": "Feature", "properties": { "MessageId": " 44712 " }, "geometry": { "type": "Point", "coordinates": [490198.2447,3831987.8234] } },{ "type": "Feature", "properties": { "MessageId": " 44686 " }, "geometry": { "type": "Point", "coordinates": [490198.2447,3831987.8234] } },{ "type": "Feature", "properties": { "MessageId": " 44683 " }, "geometry": { "type": "Point", "coordinates": [490198.2447,3831987.8234] } },{ "type": "Feature", "properties": { "MessageId": " 44681 " }, "geometry": { "type": "Point", "coordinates": [491342.18097401387,3833305.1925832755] } },{ "type": "Feature", "properties": { "MessageId": " 44677 " }, "geometry": { "type": "Point", "coordinates": [490198.2447,3831987.8234] } },{ "type": "Feature", "properties": { "MessageId": " 44669 " }, "geometry": { "type": "Point", "coordinates": [490198.2447,3831987.8234] } },{ "type": "Feature", "properties": { "MessageId": " 44660 " }, "geometry": { "type": "Point", "coordinates": [490198.2447,3831987.8234] } },{ "type": "Feature", "properties": { "MessageId": " 44658 " }, "geometry": { "type": "Point", "coordinates": [490198.2447,3831987.8234] } },{ "type": "Feature", "properties": { "MessageId": " 44651 " }, "geometry": { "type": "Point", "coordinates": [490198.2447,3831987.8234] } },{ "type": "Feature", "properties": { "MessageId": " 44634 " }, "geometry": { "type": "Point", "coordinates": [491483.19426059118,3832822.016722247] } },{ "type": "Feature", "properties": { "MessageId": " 44392 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 44391 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 44390 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 44389 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 44388 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 44387 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 44386 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 44382 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 44380 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 44365 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 44358 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 44342 " }, "geometry": { "type": "Point", "coordinates": [487504.31265223608,3833119.5137044331] } },{ "type": "Feature", "properties": { "MessageId": " 44302 " }, "geometry": { "type": "Point", "coordinates": [486712.803299791,3833245.1787799629] } },{ "type": "Feature", "properties": { "MessageId": " 43970 " }, "geometry": { "type": "Point", "coordinates": [489093.0246582,3834413.939496] } },{ "type": "Feature", "properties": { "MessageId": " 43969 " }, "geometry": { "type": "Point", "coordinates": [489093.0246582,3834413.939496] } },{ "type": "Feature", "properties": { "MessageId": " 43968 " }, "geometry": { "type": "Point", "coordinates": [484871.25703852379,3834220.2575984197] } },{ "type": "Feature", "properties": { "MessageId": " 43967 " }, "geometry": { "type": "Point", "coordinates": [489093.0246582,3834413.939496] } },{ "type": "Feature", "properties": { "MessageId": " 43966 " }, "geometry": { "type": "Point", "coordinates": [489093.0246582,3834413.939496] } },{ "type": "Feature", "properties": { "MessageId": " 43964 " }, "geometry": { "type": "Point", "coordinates": [489093.0246582,3834413.939496] } },{ "type": "Feature", "properties": { "MessageId": " 43954 " }, "geometry": { "type": "Point", "coordinates": [486722.652572228,3833199.4984768392] } },{ "type": "Feature", "properties": { "MessageId": " 43897 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43896 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43877 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43875 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43869 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43866 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43865 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43864 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43857 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43856 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43851 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43850 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43844 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43842 " }, "geometry": { "type": "Point", "coordinates": [488636.1409,3837828.0133] } },{ "type": "Feature", "properties": { "MessageId": " 43823 " }, "geometry": { "type": "Point", "coordinates": [488320.732400001,3828793.9872] } },{ "type": "Feature", "properties": { "MessageId": " 43791 " }, "geometry": { "type": "Point", "coordinates": [488320.732400001,3828793.9872] } },{ "type": "Feature", "properties": { "MessageId": " 43666 " }, "geometry": { "type": "Point", "coordinates": [490086.11240468529,3835852.2634906573] } },{ "type": "Feature", "properties": { "MessageId": " 43607 " }, "geometry": { "type": "Point", "coordinates": [484991.24888345395,3831104.0257544625] } },{ "type": "Feature", "properties": { "MessageId": " 43606 " }, "geometry": { "type": "Point", "coordinates": [489314.53367739107,3832737.9818291645] } },{ "type": "Feature", "properties": { "MessageId": " 43598 " }, "geometry": { "type": "Point", "coordinates": [491938.32435806509,3831718.9469743297] } },{ "type": "Feature", "properties": { "MessageId": " 43427 " }, "geometry": { "type": "Point", "coordinates": [489639.1357,3832685.9403] } },{ "type": "Feature", "properties": { "MessageId": " 43098 " }, "geometry": { "type": "Point", "coordinates": [487115.3764,3835006.9984] } },{ "type": "Feature", "properties": { "MessageId": " 43063 " }, "geometry": { "type": "Point", "coordinates": [486508.1678,3834979.3014] } },{ "type": "Feature", "properties": { "MessageId": " 43029 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 43012 " }, "geometry": { "type": "Point", "coordinates": [488396.18432617,3834154.5319364] } },{ "type": "Feature", "properties": { "MessageId": " 42867 " }, "geometry": { "type": "Point", "coordinates": [489784.8712987983,3833121.639680048] } },{ "type": "Feature", "properties": { "MessageId": " 42806 " }, "geometry": { "type": "Point", "coordinates": [490939.85362593684,3835643.8031515735] } },{ "type": "Feature", "properties": { "MessageId": " 42778 " }, "geometry": { "type": "Point", "coordinates": [491849.73711691156,3832090.4459055341] } },{ "type": "Feature", "properties": { "MessageId": " 42669 " }, "geometry": { "type": "Point", "coordinates": [490571.04749814316,3832238.8647924708] } },{ "type": "Feature", "properties": { "MessageId": " 42659 " }, "geometry": { "type": "Point", "coordinates": [484427.7880875984,3832451.0731199021] } },{ "type": "Feature", "properties": { "MessageId": " 42508 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42502 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42454 " }, "geometry": { "type": "Point", "coordinates": [490931.5238,3833218.6491] } },{ "type": "Feature", "properties": { "MessageId": " 42443 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42427 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42420 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42415 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42411 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42410 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42401 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42308 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42305 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42279 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42278 " }, "geometry": { "type": "Point", "coordinates": [486203.4549,3830156.2021] } },{ "type": "Feature", "properties": { "MessageId": " 42192 " }, "geometry": { "type": "Point", "coordinates": [484918.72419183,3829808.03302] } },{ "type": "Feature", "properties": { "MessageId": " 42188 " }, "geometry": { "type": "Point", "coordinates": [484918.72419183,3829808.03302] } },{ "type": "Feature", "properties": { "MessageId": " 42186 " }, "geometry": { "type": "Point", "coordinates": [484918.72419183,3829808.03302] } },{ "type": "Feature", "properties": { "MessageId": " 42158 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 42157 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 42146 " }, "geometry": { "type": "Point", "coordinates": [484493.776899594,3832725.23466222] } },{ "type": "Feature", "properties": { "MessageId": " 42145 " }, "geometry": { "type": "Point", "coordinates": [486546.089818852,3832975.2160603884] } },{ "type": "Feature", "properties": { "MessageId": " 42138 " }, "geometry": { "type": "Point", "coordinates": [487796.6352,3841505.6237] } },{ "type": "Feature", "properties": { "MessageId": " 42136 " }, "geometry": { "type": "Point", "coordinates": [487796.6352,3841505.6237] } },{ "type": "Feature", "properties": { "MessageId": " 42135 " }, "geometry": { "type": "Point", "coordinates": [487796.6352,3841505.6237] } },{ "type": "Feature", "properties": { "MessageId": " 41909 " }, "geometry": { "type": "Point", "coordinates": [492333.82751837716,3833093.873985556] } },{ "type": "Feature", "properties": { "MessageId": " 41888 " }, "geometry": { "type": "Point", "coordinates": [491936.21508224373,3832165.8369728504] } },{ "type": "Feature", "properties": { "MessageId": " 41798 " }, "geometry": { "type": "Point", "coordinates": [489139.78522307816,3831829.1246781843] } },{ "type": "Feature", "properties": { "MessageId": " 41796 " }, "geometry": { "type": "Point", "coordinates": [492321.77861972945,3836129.0375364823] } },{ "type": "Feature", "properties": { "MessageId": " 41794 " }, "geometry": { "type": "Point", "coordinates": [484343.13638493983,3830237.5946623683] } },{ "type": "Feature", "properties": { "MessageId": " 41771 " }, "geometry": { "type": "Point", "coordinates": [486760.82830268767,3832875.004767932] } },{ "type": "Feature", "properties": { "MessageId": " 41758 " }, "geometry": { "type": "Point", "coordinates": [489385.5738,3832303.4488] } },{ "type": "Feature", "properties": { "MessageId": " 41756 " }, "geometry": { "type": "Point", "coordinates": [489385.5738,3832303.4488] } },{ "type": "Feature", "properties": { "MessageId": " 41747 " }, "geometry": { "type": "Point", "coordinates": [489385.5738,3832303.4488] } },{ "type": "Feature", "properties": { "MessageId": " 41636 " }, "geometry": { "type": "Point", "coordinates": [492501.69308967766,3832449.768968144] } },{ "type": "Feature", "properties": { "MessageId": " 41635 " }, "geometry": { "type": "Point", "coordinates": [492071.86005089729,3834590.7658729646] } },{ "type": "Feature", "properties": { "MessageId": " 41560 " }, "geometry": { "type": "Point", "coordinates": [491904.07045866159,3831706.5999321379] } },{ "type": "Feature", "properties": { "MessageId": " 41541 " }, "geometry": { "type": "Point", "coordinates": [488217.0049,3833183.8884] } },{ "type": "Feature", "properties": { "MessageId": " 41539 " }, "geometry": { "type": "Point", "coordinates": [488217.0049,3833183.8884] } },{ "type": "Feature", "properties": { "MessageId": " 41521 " }, "geometry": { "type": "Point", "coordinates": [485393.2377,3833161.3841] } },{ "type": "Feature", "properties": { "MessageId": " 41520 " }, "geometry": { "type": "Point", "coordinates": [485393.2377,3833161.3841] } },{ "type": "Feature", "properties": { "MessageId": " 41489 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 41429 " }, "geometry": { "type": "Point", "coordinates": [491156.99571986805,3832517.592114008] } },{ "type": "Feature", "properties": { "MessageId": " 41411 " }, "geometry": { "type": "Point", "coordinates": [489247.007973025,3832404.8732040566] } },{ "type": "Feature", "properties": { "MessageId": " 41405 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41401 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41396 " }, "geometry": { "type": "Point", "coordinates": [491451.6956825527,3834102.2400515061] } },{ "type": "Feature", "properties": { "MessageId": " 41394 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41393 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41377 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41362 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41361 " }, "geometry": { "type": "Point", "coordinates": [488943.00479219045,3834902.3324569687] } },{ "type": "Feature", "properties": { "MessageId": " 41360 " }, "geometry": { "type": "Point", "coordinates": [489137.45501740021,3835356.6818705639] } },{ "type": "Feature", "properties": { "MessageId": " 41358 " }, "geometry": { "type": "Point", "coordinates": [483617.16902589391,3834217.3851283551] } },{ "type": "Feature", "properties": { "MessageId": " 41349 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41311 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41296 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41294 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41289 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41285 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41279 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41272 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 41194 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 41190 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 41166 " }, "geometry": { "type": "Point", "coordinates": [490942.51705073018,3832452.0033590305] } },{ "type": "Feature", "properties": { "MessageId": " 41075 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 41043 " }, "geometry": { "type": "Point", "coordinates": [488174.2001,3837813.3167] } },{ "type": "Feature", "properties": { "MessageId": " 40979 " }, "geometry": { "type": "Point", "coordinates": [489410.20517808647,3835913.9296994628] } },{ "type": "Feature", "properties": { "MessageId": " 40941 " }, "geometry": { "type": "Point", "coordinates": [489366.58273611369,3831534.3569647297] } },{ "type": "Feature", "properties": { "MessageId": " 40928 " }, "geometry": { "type": "Point", "coordinates": [486195.5996312506,3833789.29824429] } },{ "type": "Feature", "properties": { "MessageId": " 40741 " }, "geometry": { "type": "Point", "coordinates": [483622.61572675238,3834249.5653295019] } },{ "type": "Feature", "properties": { "MessageId": " 40724 " }, "geometry": { "type": "Point", "coordinates": [489219.8401,3837159.6767] } },{ "type": "Feature", "properties": { "MessageId": " 40722 " }, "geometry": { "type": "Point", "coordinates": [484153.47561244923,3830676.9819420548] } },{ "type": "Feature", "properties": { "MessageId": " 40716 " }, "geometry": { "type": "Point", "coordinates": [489219.8401,3837159.6767] } },{ "type": "Feature", "properties": { "MessageId": " 40686 " }, "geometry": { "type": "Point", "coordinates": [485992.91007729823,3833979.7090637041] } },{ "type": "Feature", "properties": { "MessageId": " 40587 " }, "geometry": { "type": "Point", "coordinates": [481057.56602709612,3827302.3361582854] } },{ "type": "Feature", "properties": { "MessageId": " 40536 " }, "geometry": { "type": "Point", "coordinates": [490023.80988213787,3831778.2546230182] } },{ "type": "Feature", "properties": { "MessageId": " 40355 " }, "geometry": { "type": "Point", "coordinates": [489745.0614488069,3835880.8766161408] } },{ "type": "Feature", "properties": { "MessageId": " 40319 " }, "geometry": { "type": "Point", "coordinates": [484662.6393795968,3833419.2431920036] } },{ "type": "Feature", "properties": { "MessageId": " 40141 " }, "geometry": { "type": "Point", "coordinates": [491614.8152611847,3834431.3671690454] } },{ "type": "Feature", "properties": { "MessageId": " 40068 " }, "geometry": { "type": "Point", "coordinates": [486578.4215153869,3832728.1978166467] } },{ "type": "Feature", "properties": { "MessageId": " 39998 " }, "geometry": { "type": "Point", "coordinates": [492639.41328163381,3832870.268785737] } },{ "type": "Feature", "properties": { "MessageId": " 39961 " }, "geometry": { "type": "Point", "coordinates": [486378.83775106876,3832113.9458776293] } },{ "type": "Feature", "properties": { "MessageId": " 39889 " }, "geometry": { "type": "Point", "coordinates": [491470.758955076,3833247.9289875855] } },{ "type": "Feature", "properties": { "MessageId": " 39862 " }, "geometry": { "type": "Point", "coordinates": [479428.33573773073,3828439.0017383341] } },{ "type": "Feature", "properties": { "MessageId": " 39827 " }, "geometry": { "type": "Point", "coordinates": [492511.55262266443,3832417.9560215431] } },{ "type": "Feature", "properties": { "MessageId": " 39788 " }, "geometry": { "type": "Point", "coordinates": [490814.353,3832018.5619] } },{ "type": "Feature", "properties": { "MessageId": " 39785 " }, "geometry": { "type": "Point", "coordinates": [485636.1567576761,3834061.3003238151] } },{ "type": "Feature", "properties": { "MessageId": " 39781 " }, "geometry": { "type": "Point", "coordinates": [490814.353,3832018.5619] } },{ "type": "Feature", "properties": { "MessageId": " 39742 " }, "geometry": { "type": "Point", "coordinates": [487021.92841867491,3832701.140117296] } },{ "type": "Feature", "properties": { "MessageId": " 39726 " }, "geometry": { "type": "Point", "coordinates": [484866.04735931393,3831584.0476344866] } },{ "type": "Feature", "properties": { "MessageId": " 39719 " }, "geometry": { "type": "Point", "coordinates": [492250.18711556145,3836177.3807484438] } },{ "type": "Feature", "properties": { "MessageId": " 39712 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 39705 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 39703 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 39698 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 39603 " }, "geometry": { "type": "Point", "coordinates": [488702.57595370017,3834450.0908978027] } },{ "type": "Feature", "properties": { "MessageId": " 39493 " }, "geometry": { "type": "Point", "coordinates": [485562.092374223,3830024.7251937] } },{ "type": "Feature", "properties": { "MessageId": " 39492 " }, "geometry": { "type": "Point", "coordinates": [485562.092374223,3830024.7251937] } },{ "type": "Feature", "properties": { "MessageId": " 39390 " }, "geometry": { "type": "Point", "coordinates": [484187.70825487882,3833317.6212853822] } },{ "type": "Feature", "properties": { "MessageId": " 39315 " }, "geometry": { "type": "Point", "coordinates": [486191.60752351757,3833735.896433298] } },{ "type": "Feature", "properties": { "MessageId": " 39189 " }, "geometry": { "type": "Point", "coordinates": [491685.2529731713,3835132.404287308] } },{ "type": "Feature", "properties": { "MessageId": " 38998 " }, "geometry": { "type": "Point", "coordinates": [483446.47834515036,3832570.8212357257] } },{ "type": "Feature", "properties": { "MessageId": " 38982 " }, "geometry": { "type": "Point", "coordinates": [485023.15741970425,3831966.875645807] } },{ "type": "Feature", "properties": { "MessageId": " 38827 " }, "geometry": { "type": "Point", "coordinates": [488784.77182182483,3832359.1841535927] } },{ "type": "Feature", "properties": { "MessageId": " 38634 " }, "geometry": { "type": "Point", "coordinates": [486127.5668,3832932.9211] } },{ "type": "Feature", "properties": { "MessageId": " 38607 " }, "geometry": { "type": "Point", "coordinates": [490747.1584141163,3835793.8830716042] } },{ "type": "Feature", "properties": { "MessageId": " 38596 " }, "geometry": { "type": "Point", "coordinates": [492028.0213,3836063.9708] } },{ "type": "Feature", "properties": { "MessageId": " 38594 " }, "geometry": { "type": "Point", "coordinates": [492028.0213,3836063.9708] } },{ "type": "Feature", "properties": { "MessageId": " 38592 " }, "geometry": { "type": "Point", "coordinates": [492028.0213,3836063.9708] } },{ "type": "Feature", "properties": { "MessageId": " 38463 " }, "geometry": { "type": "Point", "coordinates": [489395.34909059,3833626.5649934] } },{ "type": "Feature", "properties": { "MessageId": " 38460 " }, "geometry": { "type": "Point", "coordinates": [489395.34909059,3833626.5649934] } },{ "type": "Feature", "properties": { "MessageId": " 38451 " }, "geometry": { "type": "Point", "coordinates": [489711.00635544572,3832619.1248201891] } },{ "type": "Feature", "properties": { "MessageId": " 38450 " }, "geometry": { "type": "Point", "coordinates": [489395.34909059,3833626.5649934] } },{ "type": "Feature", "properties": { "MessageId": " 38423 " }, "geometry": { "type": "Point", "coordinates": [489395.34909059,3833626.5649934] } },{ "type": "Feature", "properties": { "MessageId": " 38390 " }, "geometry": { "type": "Point", "coordinates": [483752.86497434677,3833654.38370769] } },{ "type": "Feature", "properties": { "MessageId": " 38349 " }, "geometry": { "type": "Point", "coordinates": [491440.24656382389,3832795.7709075562] } },{ "type": "Feature", "properties": { "MessageId": " 38348 " }, "geometry": { "type": "Point", "coordinates": [490200.17635747307,3833623.6606427119] } },{ "type": "Feature", "properties": { "MessageId": " 38148 " }, "geometry": { "type": "Point", "coordinates": [491852.34960075415,3834232.8683999055] } },{ "type": "Feature", "properties": { "MessageId": " 38106 " }, "geometry": { "type": "Point", "coordinates": [489085.20303302427,3835567.2241110294] } },{ "type": "Feature", "properties": { "MessageId": " 38030 " }, "geometry": { "type": "Point", "coordinates": [488023.20088460855,3835958.1241833377] } },{ "type": "Feature", "properties": { "MessageId": " 37979 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 37975 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 37972 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 37971 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 37960 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 37931 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 37929 " }, "geometry": { "type": "Point", "coordinates": [488698.87642829056,3832256.5868779826] } },{ "type": "Feature", "properties": { "MessageId": " 37926 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 37925 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 37920 " }, "geometry": { "type": "Point", "coordinates": [482352.3318,3822930.2002] } },{ "type": "Feature", "properties": { "MessageId": " 37895 " }, "geometry": { "type": "Point", "coordinates": [487452.74829451606,3833192.1263264618] } },{ "type": "Feature", "properties": { "MessageId": " 37834 " }, "geometry": { "type": "Point", "coordinates": [488767.99315082841,3836057.1403600532] } },{ "type": "Feature", "properties": { "MessageId": " 37811 " }, "geometry": { "type": "Point", "coordinates": [492423.02179459779,3831803.2950388943] } },{ "type": "Feature", "properties": { "MessageId": " 37797 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 37791 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 37789 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 37787 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 37783 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 37782 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 37781 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 37777 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 37776 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 37771 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 37769 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 37761 " }, "geometry": { "type": "Point", "coordinates": [490044.36826082371,3835304.7659641192] } },{ "type": "Feature", "properties": { "MessageId": " 37752 " }, "geometry": { "type": "Point", "coordinates": [489076.79027241567,3835467.4217926925] } },{ "type": "Feature", "properties": { "MessageId": " 37606 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 37604 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 37599 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 37595 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 37571 " }, "geometry": { "type": "Point", "coordinates": [491586.4885,3830195.6448] } },{ "type": "Feature", "properties": { "MessageId": " 37549 " }, "geometry": { "type": "Point", "coordinates": [486297.94757086411,3832879.776734239] } },{ "type": "Feature", "properties": { "MessageId": " 37499 " }, "geometry": { "type": "Point", "coordinates": [482978.98603843455,3829347.9421533165] } },{ "type": "Feature", "properties": { "MessageId": " 37411 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37407 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37405 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37398 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37391 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37389 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37384 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37382 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37380 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37376 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37374 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37368 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37365 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 37364 " }, "geometry": { "type": "Point", "coordinates": [486428.70595038566,3833558.2614872726] } },{ "type": "Feature", "properties": { "MessageId": " 37362 " }, "geometry": { "type": "Point", "coordinates": [483780.51598667249,3832704.4362923345] } },{ "type": "Feature", "properties": { "MessageId": " 37176 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 37171 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 37170 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 37108 " }, "geometry": { "type": "Point", "coordinates": [487199.84920297394,3832922.7244310067] } },{ "type": "Feature", "properties": { "MessageId": " 37097 " }, "geometry": { "type": "Point", "coordinates": [492427.727611912,3832211.1706527714] } },{ "type": "Feature", "properties": { "MessageId": " 37087 " }, "geometry": { "type": "Point", "coordinates": [486536.795222234,3833669.999086604] } },{ "type": "Feature", "properties": { "MessageId": " 37008 " }, "geometry": { "type": "Point", "coordinates": [488678.6826,3832491.1448] } },{ "type": "Feature", "properties": { "MessageId": " 37007 " }, "geometry": { "type": "Point", "coordinates": [492085.65667391423,3832181.3008686523] } },{ "type": "Feature", "properties": { "MessageId": " 36989 " }, "geometry": { "type": "Point", "coordinates": [492110.14090140368,3834122.331893295] } },{ "type": "Feature", "properties": { "MessageId": " 36894 " }, "geometry": { "type": "Point", "coordinates": [488966.21364839026,3834955.7863601088] } },{ "type": "Feature", "properties": { "MessageId": " 36860 " }, "geometry": { "type": "Point", "coordinates": [486087.96593058243,3833753.3625860666] } },{ "type": "Feature", "properties": { "MessageId": " 36859 " }, "geometry": { "type": "Point", "coordinates": [485281.5036246219,3834359.4023071141] } },{ "type": "Feature", "properties": { "MessageId": " 36787 " }, "geometry": { "type": "Point", "coordinates": [491175.9422,3832783.8995] } },{ "type": "Feature", "properties": { "MessageId": " 36783 " }, "geometry": { "type": "Point", "coordinates": [491175.9422,3832783.8995] } },{ "type": "Feature", "properties": { "MessageId": " 36774 " }, "geometry": { "type": "Point", "coordinates": [491175.9422,3832783.8995] } },{ "type": "Feature", "properties": { "MessageId": " 36762 " }, "geometry": { "type": "Point", "coordinates": [491175.9422,3832783.8995] } },{ "type": "Feature", "properties": { "MessageId": " 36757 " }, "geometry": { "type": "Point", "coordinates": [491175.9422,3832783.8995] } },{ "type": "Feature", "properties": { "MessageId": " 36719 " }, "geometry": { "type": "Point", "coordinates": [491175.9422,3832783.8995] } },{ "type": "Feature", "properties": { "MessageId": " 36698 " }, "geometry": { "type": "Point", "coordinates": [491175.9422,3832783.8995] } },{ "type": "Feature", "properties": { "MessageId": " 36690 " }, "geometry": { "type": "Point", "coordinates": [491175.9422,3832783.8995] } },{ "type": "Feature", "properties": { "MessageId": " 36683 " }, "geometry": { "type": "Point", "coordinates": [491643.98115789,3831962.7958068103] } },{ "type": "Feature", "properties": { "MessageId": " 36665 " }, "geometry": { "type": "Point", "coordinates": [491175.9422,3832783.8995] } },{ "type": "Feature", "properties": { "MessageId": " 36664 " }, "geometry": { "type": "Point", "coordinates": [491175.9422,3832783.8995] } },{ "type": "Feature", "properties": { "MessageId": " 36599 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 36598 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 36594 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 36583 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 36581 " }, "geometry": { "type": "Point", "coordinates": [490196.3856,3833917.706] } },{ "type": "Feature", "properties": { "MessageId": " 36540 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 36539 " }, "geometry": { "type": "Point", "coordinates": [487490.26967858605,3832817.1736040851] } },{ "type": "Feature", "properties": { "MessageId": " 36534 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 36533 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 36475 " }, "geometry": { "type": "Point", "coordinates": [490196.3856,3833917.706] } },{ "type": "Feature", "properties": { "MessageId": " 36470 " }, "geometry": { "type": "Point", "coordinates": [490196.3856,3833917.706] } },{ "type": "Feature", "properties": { "MessageId": " 36469 " }, "geometry": { "type": "Point", "coordinates": [490196.3856,3833917.706] } },{ "type": "Feature", "properties": { "MessageId": " 36431 " }, "geometry": { "type": "Point", "coordinates": [489485.898,3836516.5657] } },{ "type": "Feature", "properties": { "MessageId": " 36422 " }, "geometry": { "type": "Point", "coordinates": [489485.898,3836516.5657] } },{ "type": "Feature", "properties": { "MessageId": " 36420 " }, "geometry": { "type": "Point", "coordinates": [489485.898,3836516.5657] } },{ "type": "Feature", "properties": { "MessageId": " 36418 " }, "geometry": { "type": "Point", "coordinates": [489485.898,3836516.5657] } },{ "type": "Feature", "properties": { "MessageId": " 36414 " }, "geometry": { "type": "Point", "coordinates": [489485.898,3836516.5657] } },{ "type": "Feature", "properties": { "MessageId": " 36331 " }, "geometry": { "type": "Point", "coordinates": [490783.80429752893,3835448.268817049] } },{ "type": "Feature", "properties": { "MessageId": " 36327 " }, "geometry": { "type": "Point", "coordinates": [491561.03351293714,3832326.6248818627] } },{ "type": "Feature", "properties": { "MessageId": " 36289 " }, "geometry": { "type": "Point", "coordinates": [490706.62960022094,3833284.1959269131] } },{ "type": "Feature", "properties": { "MessageId": " 36253 " }, "geometry": { "type": "Point", "coordinates": [484516.81517921929,3833040.126349885] } },{ "type": "Feature", "properties": { "MessageId": " 36182 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36176 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36173 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36167 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36165 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36160 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36157 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36156 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36151 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36150 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36140 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36138 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36137 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36135 " }, "geometry": { "type": "Point", "coordinates": [491068.49868262775,3832174.6714263051] } },{ "type": "Feature", "properties": { "MessageId": " 36131 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36123 " }, "geometry": { "type": "Point", "coordinates": [484596.90198853752,3832731.8085582666] } },{ "type": "Feature", "properties": { "MessageId": " 36113 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36111 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36089 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36087 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36082 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36081 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36066 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36064 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36063 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36061 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36057 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36056 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36053 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 36032 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 36029 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 36026 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 36023 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 36018 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 36014 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 36011 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 36008 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 36007 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 36004 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 36002 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 35933 " }, "geometry": { "type": "Point", "coordinates": [492432.29348560789,3834061.3647836125] } },{ "type": "Feature", "properties": { "MessageId": " 35917 " }, "geometry": { "type": "Point", "coordinates": [483926.28133279638,3832982.6694807867] } },{ "type": "Feature", "properties": { "MessageId": " 35833 " }, "geometry": { "type": "Point", "coordinates": [490105.46912593575,3831630.0130905304] } },{ "type": "Feature", "properties": { "MessageId": " 35748 " }, "geometry": { "type": "Point", "coordinates": [480735.85450597457,3829345.6753367512] } },{ "type": "Feature", "properties": { "MessageId": " 35659 " }, "geometry": { "type": "Point", "coordinates": [491746.74726091494,3835528.5236422326] } },{ "type": "Feature", "properties": { "MessageId": " 35627 " }, "geometry": { "type": "Point", "coordinates": [486384.77743486752,3832700.1116439034] } },{ "type": "Feature", "properties": { "MessageId": " 35546 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 35544 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 35540 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 35538 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 35530 " }, "geometry": { "type": "Point", "coordinates": [485416.74337283609,3834403.971716342] } },{ "type": "Feature", "properties": { "MessageId": " 35529 " }, "geometry": { "type": "Point", "coordinates": [485132.87830357481,3832581.211757015] } },{ "type": "Feature", "properties": { "MessageId": " 35514 " }, "geometry": { "type": "Point", "coordinates": [490021.1034,3837121.0193] } },{ "type": "Feature", "properties": { "MessageId": " 35482 " }, "geometry": { "type": "Point", "coordinates": [490021.1034,3837121.0193] } },{ "type": "Feature", "properties": { "MessageId": " 35475 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 35473 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 35454 " }, "geometry": { "type": "Point", "coordinates": [490021.1034,3837121.0193] } },{ "type": "Feature", "properties": { "MessageId": " 35437 " }, "geometry": { "type": "Point", "coordinates": [490021.1034,3837121.0193] } },{ "type": "Feature", "properties": { "MessageId": " 35408 " }, "geometry": { "type": "Point", "coordinates": [490021.1034,3837121.0193] } },{ "type": "Feature", "properties": { "MessageId": " 35407 " }, "geometry": { "type": "Point", "coordinates": [490021.1034,3837121.0193] } },{ "type": "Feature", "properties": { "MessageId": " 35404 " }, "geometry": { "type": "Point", "coordinates": [490021.1034,3837121.0193] } },{ "type": "Feature", "properties": { "MessageId": " 35384 " }, "geometry": { "type": "Point", "coordinates": [489002.60734453035,3835522.6880769376] } },{ "type": "Feature", "properties": { "MessageId": " 35336 " }, "geometry": { "type": "Point", "coordinates": [492580.74613412254,3832425.1139710043] } },{ "type": "Feature", "properties": { "MessageId": " 35318 " }, "geometry": { "type": "Point", "coordinates": [490205.47246474889,3831979.7608542796] } },{ "type": "Feature", "properties": { "MessageId": " 35279 " }, "geometry": { "type": "Point", "coordinates": [491799.91224821936,3832315.7642093925] } },{ "type": "Feature", "properties": { "MessageId": " 35185 " }, "geometry": { "type": "Point", "coordinates": [487796.6352,3841505.6237] } },{ "type": "Feature", "properties": { "MessageId": " 35068 " }, "geometry": { "type": "Point", "coordinates": [485113.79043834493,3832237.6301828781] } },{ "type": "Feature", "properties": { "MessageId": " 34800 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34796 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34792 " }, "geometry": { "type": "Point", "coordinates": [490853.935741595,3834072.225475613] } },{ "type": "Feature", "properties": { "MessageId": " 34791 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34787 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34782 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34778 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34771 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34770 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34768 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34767 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34761 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34756 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34753 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34750 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34749 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34745 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34738 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 34538 " }, "geometry": { "type": "Point", "coordinates": [488320.732400001,3828793.9872] } },{ "type": "Feature", "properties": { "MessageId": " 34529 " }, "geometry": { "type": "Point", "coordinates": [488320.732400001,3828793.9872] } },{ "type": "Feature", "properties": { "MessageId": " 34527 " }, "geometry": { "type": "Point", "coordinates": [488320.732400001,3828793.9872] } },{ "type": "Feature", "properties": { "MessageId": " 34515 " }, "geometry": { "type": "Point", "coordinates": [488320.732400001,3828793.9872] } },{ "type": "Feature", "properties": { "MessageId": " 34349 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34345 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34343 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34341 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34337 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34335 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 34330 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34329 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 34328 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 34324 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34321 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34317 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34316 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 34314 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34313 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 34311 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 34310 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 34309 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 34306 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34305 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 34296 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 34293 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 34158 " }, "geometry": { "type": "Point", "coordinates": [491554.18057535612,3835568.4824178573] } },{ "type": "Feature", "properties": { "MessageId": " 34135 " }, "geometry": { "type": "Point", "coordinates": [491476.89628498722,3834992.4123433759] } },{ "type": "Feature", "properties": { "MessageId": " 34057 " }, "geometry": { "type": "Point", "coordinates": [484859.43252338743,3832331.7812500503] } },{ "type": "Feature", "properties": { "MessageId": " 34014 " }, "geometry": { "type": "Point", "coordinates": [483999.55481080274,3829953.0119443964] } },{ "type": "Feature", "properties": { "MessageId": " 33983 " }, "geometry": { "type": "Point", "coordinates": [477648.82033893594,3824652.5178123461] } },{ "type": "Feature", "properties": { "MessageId": " 33951 " }, "geometry": { "type": "Point", "coordinates": [490629.65332514438,3833501.8104174896] } },{ "type": "Feature", "properties": { "MessageId": " 33937 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 33935 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 33933 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 33932 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 33901 " }, "geometry": { "type": "Point", "coordinates": [485190.1052,3831706.4165] } },{ "type": "Feature", "properties": { "MessageId": " 33897 " }, "geometry": { "type": "Point", "coordinates": [485190.1052,3831706.4165] } },{ "type": "Feature", "properties": { "MessageId": " 33892 " }, "geometry": { "type": "Point", "coordinates": [485190.1052,3831706.4165] } },{ "type": "Feature", "properties": { "MessageId": " 33887 " }, "geometry": { "type": "Point", "coordinates": [485190.1052,3831706.4165] } },{ "type": "Feature", "properties": { "MessageId": " 33837 " }, "geometry": { "type": "Point", "coordinates": [491275.72552451782,3833385.7305985531] } },{ "type": "Feature", "properties": { "MessageId": " 33676 " }, "geometry": { "type": "Point", "coordinates": [485402.27254565916,3834186.8024828942] } },{ "type": "Feature", "properties": { "MessageId": " 33663 " }, "geometry": { "type": "Point", "coordinates": [490526.06140187487,3835184.3434532234] } },{ "type": "Feature", "properties": { "MessageId": " 33648 " }, "geometry": { "type": "Point", "coordinates": [488137.7280759876,3835877.000756111] } },{ "type": "Feature", "properties": { "MessageId": " 33642 " }, "geometry": { "type": "Point", "coordinates": [488429.48291987268,3835496.443085575] } },{ "type": "Feature", "properties": { "MessageId": " 33532 " }, "geometry": { "type": "Point", "coordinates": [486769.28455820942,3833019.02929453] } },{ "type": "Feature", "properties": { "MessageId": " 33382 " }, "geometry": { "type": "Point", "coordinates": [489385.5738,3832303.4488] } },{ "type": "Feature", "properties": { "MessageId": " 33381 " }, "geometry": { "type": "Point", "coordinates": [489385.5738,3832303.4488] } },{ "type": "Feature", "properties": { "MessageId": " 33379 " }, "geometry": { "type": "Point", "coordinates": [489385.5738,3832303.4488] } },{ "type": "Feature", "properties": { "MessageId": " 33377 " }, "geometry": { "type": "Point", "coordinates": [489385.5738,3832303.4488] } },{ "type": "Feature", "properties": { "MessageId": " 33326 " }, "geometry": { "type": "Point", "coordinates": [491162.1005,3835119.9013] } },{ "type": "Feature", "properties": { "MessageId": " 33325 " }, "geometry": { "type": "Point", "coordinates": [491162.1005,3835119.9013] } },{ "type": "Feature", "properties": { "MessageId": " 33323 " }, "geometry": { "type": "Point", "coordinates": [491162.1005,3835119.9013] } },{ "type": "Feature", "properties": { "MessageId": " 33320 " }, "geometry": { "type": "Point", "coordinates": [491162.1005,3835119.9013] } },{ "type": "Feature", "properties": { "MessageId": " 33316 " }, "geometry": { "type": "Point", "coordinates": [491162.1005,3835119.9013] } },{ "type": "Feature", "properties": { "MessageId": " 33275 " }, "geometry": { "type": "Point", "coordinates": [486126.5251339071,3833912.9015353997] } },{ "type": "Feature", "properties": { "MessageId": " 33266 " }, "geometry": { "type": "Point", "coordinates": [490988.17561236111,3833331.9155899868] } },{ "type": "Feature", "properties": { "MessageId": " 33206 " }, "geometry": { "type": "Point", "coordinates": [489796.2260128358,3835357.2575935014] } },{ "type": "Feature", "properties": { "MessageId": " 33168 " }, "geometry": { "type": "Point", "coordinates": [492714.0455903596,3832456.9269176056] } },{ "type": "Feature", "properties": { "MessageId": " 32914 " }, "geometry": { "type": "Point", "coordinates": [489165.12290734559,3832664.5899972739] } },{ "type": "Feature", "properties": { "MessageId": " 32907 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 32905 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 32900 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 32897 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 32891 " }, "geometry": { "type": "Point", "coordinates": [490841.8532,3835877.6128] } },{ "type": "Feature", "properties": { "MessageId": " 32849 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 32848 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 32736 " }, "geometry": { "type": "Point", "coordinates": [488914.2862,3831264.6367] } },{ "type": "Feature", "properties": { "MessageId": " 32730 " }, "geometry": { "type": "Point", "coordinates": [488914.2862,3831264.6367] } },{ "type": "Feature", "properties": { "MessageId": " 32722 " }, "geometry": { "type": "Point", "coordinates": [492536.77275848232,3834114.337165324] } },{ "type": "Feature", "properties": { "MessageId": " 32642 " }, "geometry": { "type": "Point", "coordinates": [488190.3816,3833286.9719] } },{ "type": "Feature", "properties": { "MessageId": " 32639 " }, "geometry": { "type": "Point", "coordinates": [488190.3816,3833286.9719] } },{ "type": "Feature", "properties": { "MessageId": " 32612 " }, "geometry": { "type": "Point", "coordinates": [488883.91067338362,3834717.3210110208] } },{ "type": "Feature", "properties": { "MessageId": " 32563 " }, "geometry": { "type": "Point", "coordinates": [490009.760943766,3835823.6316928123] } },{ "type": "Feature", "properties": { "MessageId": " 32532 " }, "geometry": { "type": "Point", "coordinates": [489055.70146045217,3834774.5846067104] } },{ "type": "Feature", "properties": { "MessageId": " 32408 " }, "geometry": { "type": "Point", "coordinates": [490608.76028184715,3835726.0172149492] } },{ "type": "Feature", "properties": { "MessageId": " 32348 " }, "geometry": { "type": "Point", "coordinates": [488457.22143555,3834210.48262] } },{ "type": "Feature", "properties": { "MessageId": " 32339 " }, "geometry": { "type": "Point", "coordinates": [491012.12742973393,3833764.4862115695] } },{ "type": "Feature", "properties": { "MessageId": " 32334 " }, "geometry": { "type": "Point", "coordinates": [488457.22143555,3834210.48262] } },{ "type": "Feature", "properties": { "MessageId": " 32332 " }, "geometry": { "type": "Point", "coordinates": [488457.22143555,3834210.48262] } },{ "type": "Feature", "properties": { "MessageId": " 32317 " }, "geometry": { "type": "Point", "coordinates": [489285.09395707585,3831712.8898608121] } },{ "type": "Feature", "properties": { "MessageId": " 32253 " }, "geometry": { "type": "Point", "coordinates": [484892.7638996,3833051.5303008663] } },{ "type": "Feature", "properties": { "MessageId": " 32239 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 32194 " }, "geometry": { "type": "Point", "coordinates": [489225.44437823258,3831801.1712375] } },{ "type": "Feature", "properties": { "MessageId": " 32147 " }, "geometry": { "type": "Point", "coordinates": [490100.8868304452,3833124.8609725721] } },{ "type": "Feature", "properties": { "MessageId": " 32139 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 32138 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 32136 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 32133 " }, "geometry": { "type": "Point", "coordinates": [491603.2284,3831173.1502] } },{ "type": "Feature", "properties": { "MessageId": " 31964 " }, "geometry": { "type": "Point", "coordinates": [491133.65340158169,3832161.2004443468] } },{ "type": "Feature", "properties": { "MessageId": " 31953 " }, "geometry": { "type": "Point", "coordinates": [488540.59503181436,3835091.7873998717] } },{ "type": "Feature", "properties": { "MessageId": " 31931 " }, "geometry": { "type": "Point", "coordinates": [485337.5092528254,3834401.4435360865] } },{ "type": "Feature", "properties": { "MessageId": " 31900 " }, "geometry": { "type": "Point", "coordinates": [484803.70967198821,3833939.7841622275] } },{ "type": "Feature", "properties": { "MessageId": " 31647 " }, "geometry": { "type": "Point", "coordinates": [490745.29108966596,3832653.9163303664] } },{ "type": "Feature", "properties": { "MessageId": " 31606 " }, "geometry": { "type": "Point", "coordinates": [488800.55517578,3837383.1892948] } },{ "type": "Feature", "properties": { "MessageId": " 31601 " }, "geometry": { "type": "Point", "coordinates": [488800.55517578,3837383.1892948] } },{ "type": "Feature", "properties": { "MessageId": " 31594 " }, "geometry": { "type": "Point", "coordinates": [488800.55517578,3837383.1892948] } },{ "type": "Feature", "properties": { "MessageId": " 31592 " }, "geometry": { "type": "Point", "coordinates": [488800.55517578,3837383.1892948] } },{ "type": "Feature", "properties": { "MessageId": " 31591 " }, "geometry": { "type": "Point", "coordinates": [488800.55517578,3837383.1892948] } },{ "type": "Feature", "properties": { "MessageId": " 31487 " }, "geometry": { "type": "Point", "coordinates": [491012.87510506168,3833522.6612419491] } },{ "type": "Feature", "properties": { "MessageId": " 31456 " }, "geometry": { "type": "Point", "coordinates": [488837.9568,3832745.8519] } },{ "type": "Feature", "properties": { "MessageId": " 31452 " }, "geometry": { "type": "Point", "coordinates": [488837.9568,3832745.8519] } },{ "type": "Feature", "properties": { "MessageId": " 31447 " }, "geometry": { "type": "Point", "coordinates": [488837.9568,3832745.8519] } },{ "type": "Feature", "properties": { "MessageId": " 31445 " }, "geometry": { "type": "Point", "coordinates": [488837.9568,3832745.8519] } },{ "type": "Feature", "properties": { "MessageId": " 31441 " }, "geometry": { "type": "Point", "coordinates": [488837.9568,3832745.8519] } },{ "type": "Feature", "properties": { "MessageId": " 31440 " }, "geometry": { "type": "Point", "coordinates": [488837.9568,3832745.8519] } },{ "type": "Feature", "properties": { "MessageId": " 31438 " }, "geometry": { "type": "Point", "coordinates": [490423.43026482023,3835029.4297618591] } },{ "type": "Feature", "properties": { "MessageId": " 31436 " }, "geometry": { "type": "Point", "coordinates": [488837.9568,3832745.8519] } },{ "type": "Feature", "properties": { "MessageId": " 31432 " }, "geometry": { "type": "Point", "coordinates": [488837.9568,3832745.8519] } },{ "type": "Feature", "properties": { "MessageId": " 31362 " }, "geometry": { "type": "Point", "coordinates": [489981.93672392465,3832806.8627546863] } },{ "type": "Feature", "properties": { "MessageId": " 31322 " }, "geometry": { "type": "Point", "coordinates": [486325.22258012643,3833163.2604764015] } },{ "type": "Feature", "properties": { "MessageId": " 31224 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31221 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31219 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31216 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31215 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31214 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31204 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31202 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31200 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31191 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31190 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31188 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31187 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31184 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31182 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31175 " }, "geometry": { "type": "Point", "coordinates": [488467.39428712,3831922.6388797] } },{ "type": "Feature", "properties": { "MessageId": " 31130 " }, "geometry": { "type": "Point", "coordinates": [489138.80249023,3834225.7417421] } },{ "type": "Feature", "properties": { "MessageId": " 31126 " }, "geometry": { "type": "Point", "coordinates": [489138.80249023,3834225.7417421] } },{ "type": "Feature", "properties": { "MessageId": " 31122 " }, "geometry": { "type": "Point", "coordinates": [489138.80249023,3834225.7417421] } },{ "type": "Feature", "properties": { "MessageId": " 31115 " }, "geometry": { "type": "Point", "coordinates": [489138.80249023,3834225.7417421] } },{ "type": "Feature", "properties": { "MessageId": " 31105 " }, "geometry": { "type": "Point", "coordinates": [488643.1694,3832338.5602] } },{ "type": "Feature", "properties": { "MessageId": " 31103 " }, "geometry": { "type": "Point", "coordinates": [488643.1694,3832338.5602] } },{ "type": "Feature", "properties": { "MessageId": " 31102 " }, "geometry": { "type": "Point", "coordinates": [488643.1694,3832338.5602] } },{ "type": "Feature", "properties": { "MessageId": " 31091 " }, "geometry": { "type": "Point", "coordinates": [488643.1694,3832338.5602] } },{ "type": "Feature", "properties": { "MessageId": " 31089 " }, "geometry": { "type": "Point", "coordinates": [488643.1694,3832338.5602] } },{ "type": "Feature", "properties": { "MessageId": " 31085 " }, "geometry": { "type": "Point", "coordinates": [488643.1694,3832338.5602] } },{ "type": "Feature", "properties": { "MessageId": " 31084 " }, "geometry": { "type": "Point", "coordinates": [488643.1694,3832338.5602] } },{ "type": "Feature", "properties": { "MessageId": " 31081 " }, "geometry": { "type": "Point", "coordinates": [488643.1694,3832338.5602] } },{ "type": "Feature", "properties": { "MessageId": " 31078 " }, "geometry": { "type": "Point", "coordinates": [488643.1694,3832338.5602] } },{ "type": "Feature", "properties": { "MessageId": " 31044 " }, "geometry": { "type": "Point", "coordinates": [492011.48042897857,3833812.1875833967] } },{ "type": "Feature", "properties": { "MessageId": " 31005 " }, "geometry": { "type": "Point", "coordinates": [489155.74800620024,3831678.9761044895] } },{ "type": "Feature", "properties": { "MessageId": " 30998 " }, "geometry": { "type": "Point", "coordinates": [489090.28477238416,3835101.3313324866] } },{ "type": "Feature", "properties": { "MessageId": " 30936 " }, "geometry": { "type": "Point", "coordinates": [485735.8479,3830229.2623] } },{ "type": "Feature", "properties": { "MessageId": " 30933 " }, "geometry": { "type": "Point", "coordinates": [485735.8479,3830229.2623] } },{ "type": "Feature", "properties": { "MessageId": " 30932 " }, "geometry": { "type": "Point", "coordinates": [485735.8479,3830229.2623] } },{ "type": "Feature", "properties": { "MessageId": " 30849 " }, "geometry": { "type": "Point", "coordinates": [491289.68934463209,3833322.0648927204] } },{ "type": "Feature", "properties": { "MessageId": " 30756 " }, "geometry": { "type": "Point", "coordinates": [488524.69965806825,3832087.1820740676] } },{ "type": "Feature", "properties": { "MessageId": " 30588 " }, "geometry": { "type": "Point", "coordinates": [490515.12613376533,3833969.4631156209] } },{ "type": "Feature", "properties": { "MessageId": " 30478 " }, "geometry": { "type": "Point", "coordinates": [477286.15089956904,3825740.5261304472] } },{ "type": "Feature", "properties": { "MessageId": " 30460 " }, "geometry": { "type": "Point", "coordinates": [491733.1081,3833232.4377] } },{ "type": "Feature", "properties": { "MessageId": " 30447 " }, "geometry": { "type": "Point", "coordinates": [488394.45034869079,3831929.7071859222] } },{ "type": "Feature", "properties": { "MessageId": " 30396 " }, "geometry": { "type": "Point", "coordinates": [488195.2343,3837907.8931] } },{ "type": "Feature", "properties": { "MessageId": " 30323 " }, "geometry": { "type": "Point", "coordinates": [490053.91219343874,3835722.3130160216] } },{ "type": "Feature", "properties": { "MessageId": " 30215 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30210 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30208 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30206 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30205 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30193 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30190 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30189 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30181 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30180 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30173 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30172 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30170 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30168 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30167 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30165 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30164 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30162 " }, "geometry": { "type": "Point", "coordinates": [490187.52725004742,3835381.1174250389] } },{ "type": "Feature", "properties": { "MessageId": " 30158 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30157 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30153 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30149 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30146 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30144 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30143 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30137 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30136 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30134 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30133 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30131 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30129 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30128 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30122 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30121 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30114 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30111 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30110 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30106 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30102 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 30098 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30093 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30091 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30086 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30084 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30081 " }, "geometry": { "type": "Point", "coordinates": [490116.903239299,3835994.3056565179] } },{ "type": "Feature", "properties": { "MessageId": " 30076 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30073 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30071 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30070 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30068 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30066 " }, "geometry": { "type": "Point", "coordinates": [491499.06367584,3831560.37767729] } },{ "type": "Feature", "properties": { "MessageId": " 30034 " }, "geometry": { "type": "Point", "coordinates": [486533.85456326132,3832997.0365319755] } },{ "type": "Feature", "properties": { "MessageId": " 30032 " }, "geometry": { "type": "Point", "coordinates": [488924.08735057712,3835624.8966808389] } },{ "type": "Feature", "properties": { "MessageId": " 29985 " }, "geometry": { "type": "Point", "coordinates": [489024.02902614552,3832454.1590439281] } },{ "type": "Feature", "properties": { "MessageId": " 29914 " }, "geometry": { "type": "Point", "coordinates": [480039.14742508554,3828668.0561210923] } },{ "type": "Feature", "properties": { "MessageId": " 29896 " }, "geometry": { "type": "Point", "coordinates": [488812.0119,3834125.6849] } },{ "type": "Feature", "properties": { "MessageId": " 29895 " }, "geometry": { "type": "Point", "coordinates": [488812.0119,3834125.6849] } },{ "type": "Feature", "properties": { "MessageId": " 29894 " }, "geometry": { "type": "Point", "coordinates": [488812.0119,3834125.6849] } },{ "type": "Feature", "properties": { "MessageId": " 29893 " }, "geometry": { "type": "Point", "coordinates": [488812.0119,3834125.6849] } },{ "type": "Feature", "properties": { "MessageId": " 29892 " }, "geometry": { "type": "Point", "coordinates": [488812.0119,3834125.6849] } },{ "type": "Feature", "properties": { "MessageId": " 29891 " }, "geometry": { "type": "Point", "coordinates": [488812.0119,3834125.6849] } },{ "type": "Feature", "properties": { "MessageId": " 29890 " }, "geometry": { "type": "Point", "coordinates": [488812.0119,3834125.6849] } },{ "type": "Feature", "properties": { "MessageId": " 29887 " }, "geometry": { "type": "Point", "coordinates": [488812.0119,3834125.6849] } },{ "type": "Feature", "properties": { "MessageId": " 29885 " }, "geometry": { "type": "Point", "coordinates": [488812.0119,3834125.6849] } },{ "type": "Feature", "properties": { "MessageId": " 29853 " }, "geometry": { "type": "Point", "coordinates": [490282.41035784222,3832502.406400105] } },{ "type": "Feature", "properties": { "MessageId": " 29790 " }, "geometry": { "type": "Point", "coordinates": [490336.56451114622,3835167.8167847758] } },{ "type": "Feature", "properties": { "MessageId": " 29775 " }, "geometry": { "type": "Point", "coordinates": [481098.52394534147,3829765.6083718077] } },{ "type": "Feature", "properties": { "MessageId": " 29728 " }, "geometry": { "type": "Point", "coordinates": [490882.56753943971,3833808.6191591183] } },{ "type": "Feature", "properties": { "MessageId": " 29568 " }, "geometry": { "type": "Point", "coordinates": [490161.50087012147,3832025.9455684135] } },{ "type": "Feature", "properties": { "MessageId": " 29511 " }, "geometry": { "type": "Point", "coordinates": [487157.07848352275,3833057.9415322873] } },{ "type": "Feature", "properties": { "MessageId": " 29472 " }, "geometry": { "type": "Point", "coordinates": [491105.18077272945,3833540.2037951183] } },{ "type": "Feature", "properties": { "MessageId": " 29308 " }, "geometry": { "type": "Point", "coordinates": [490537.97607418417,3831613.5553022707] } },{ "type": "Feature", "properties": { "MessageId": " 29204 " }, "geometry": { "type": "Point", "coordinates": [488758.3233409634,3835538.5923131849] } },{ "type": "Feature", "properties": { "MessageId": " 29152 " }, "geometry": { "type": "Point", "coordinates": [488831.059688126,3834607.2280578678] } },{ "type": "Feature", "properties": { "MessageId": " 29148 " }, "geometry": { "type": "Point", "coordinates": [488669.43812211574,3834810.2413877319] } },{ "type": "Feature", "properties": { "MessageId": " 29088 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 29085 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 29083 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 29082 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 29081 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 29079 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 29078 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 29077 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 29074 " }, "geometry": { "type": "Point", "coordinates": [488746.9501,3830143.5024] } },{ "type": "Feature", "properties": { "MessageId": " 29071 " }, "geometry": { "type": "Point", "coordinates": [491009.18574053905,3833272.8171774256] } },{ "type": "Feature", "properties": { "MessageId": " 29026 " }, "geometry": { "type": "Point", "coordinates": [491563.41949609091,3832255.0453872508] } },{ "type": "Feature", "properties": { "MessageId": " 28900 " }, "geometry": { "type": "Point", "coordinates": [488370.5905171535,3832034.690444686] } },{ "type": "Feature", "properties": { "MessageId": " 28820 " }, "geometry": { "type": "Point", "coordinates": [477648.82033893594,3824843.3964646445] } },{ "type": "Feature", "properties": { "MessageId": " 28635 " }, "geometry": { "type": "Point", "coordinates": [488732.3849,3832260.4442] } },{ "type": "Feature", "properties": { "MessageId": " 28632 " }, "geometry": { "type": "Point", "coordinates": [488732.3849,3832260.4442] } },{ "type": "Feature", "properties": { "MessageId": " 28629 " }, "geometry": { "type": "Point", "coordinates": [492100.91406884429,3831599.2934792507] } },{ "type": "Feature", "properties": { "MessageId": " 28573 " }, "geometry": { "type": "Point", "coordinates": [484723.64999866096,3832497.09371186] } },{ "type": "Feature", "properties": { "MessageId": " 28526 " }, "geometry": { "type": "Point", "coordinates": [488080.82592773,3834225.7418973] } },{ "type": "Feature", "properties": { "MessageId": " 28459 " }, "geometry": { "type": "Point", "coordinates": [486781.2965,3833562.8574] } },{ "type": "Feature", "properties": { "MessageId": " 28453 " }, "geometry": { "type": "Point", "coordinates": [486781.2965,3833562.8574] } },{ "type": "Feature", "properties": { "MessageId": " 28391 " }, "geometry": { "type": "Point", "coordinates": [491213.3975,3832938.8349] } },{ "type": "Feature", "properties": { "MessageId": " 28386 " }, "geometry": { "type": "Point", "coordinates": [491213.3975,3832938.8349] } },{ "type": "Feature", "properties": { "MessageId": " 28380 " }, "geometry": { "type": "Point", "coordinates": [488260.83529208193,3831846.1977755413] } },{ "type": "Feature", "properties": { "MessageId": " 28347 " }, "geometry": { "type": "Point", "coordinates": [488671.1811,3833756.7986] } },{ "type": "Feature", "properties": { "MessageId": " 28278 " }, "geometry": { "type": "Point", "coordinates": [483606.7376608873,3834279.8253038507] } },{ "type": "Feature", "properties": { "MessageId": " 28183 " }, "geometry": { "type": "Point", "coordinates": [490131.1739,3832068.7495] } },{ "type": "Feature", "properties": { "MessageId": " 28178 " }, "geometry": { "type": "Point", "coordinates": [490131.1739,3832068.7495] } },{ "type": "Feature", "properties": { "MessageId": " 28176 " }, "geometry": { "type": "Point", "coordinates": [490131.1739,3832068.7495] } },{ "type": "Feature", "properties": { "MessageId": " 28171 " }, "geometry": { "type": "Point", "coordinates": [490131.1739,3832068.7495] } },{ "type": "Feature", "properties": { "MessageId": " 28165 " }, "geometry": { "type": "Point", "coordinates": [490131.1739,3832068.7495] } },{ "type": "Feature", "properties": { "MessageId": " 28160 " }, "geometry": { "type": "Point", "coordinates": [490131.1739,3832068.7495] } },{ "type": "Feature", "properties": { "MessageId": " 28159 " }, "geometry": { "type": "Point", "coordinates": [490131.1739,3832068.7495] } },{ "type": "Feature", "properties": { "MessageId": " 28138 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 28137 " }, "geometry": { "type": "Point", "coordinates": [490131.1739,3832068.7495] } },{ "type": "Feature", "properties": { "MessageId": " 28126 " }, "geometry": { "type": "Point", "coordinates": [490131.1739,3832068.7495] } },{ "type": "Feature", "properties": { "MessageId": " 28123 " }, "geometry": { "type": "Point", "coordinates": [487275.5102,3835832.1645] } },{ "type": "Feature", "properties": { "MessageId": " 28119 " }, "geometry": { "type": "Point", "coordinates": [488693.03202108527,3834540.7582576447] } },{ "type": "Feature", "properties": { "MessageId": " 28107 " }, "geometry": { "type": "Point", "coordinates": [487275.5102,3835832.1645] } },{ "type": "Feature", "properties": { "MessageId": " 28027 " }, "geometry": { "type": "Point", "coordinates": [492543.25861588476,3833328.5181793272] } },{ "type": "Feature", "properties": { "MessageId": " 28014 " }, "geometry": { "type": "Point", "coordinates": [491069.25953278475,3833611.8761080639] } },{ "type": "Feature", "properties": { "MessageId": " 28000 " }, "geometry": { "type": "Point", "coordinates": [488769.38348200463,3834483.4946619552] } },{ "type": "Feature", "properties": { "MessageId": " 27961 " }, "geometry": { "type": "Point", "coordinates": [487418.2185,3833502.9946] } },{ "type": "Feature", "properties": { "MessageId": " 27848 " }, "geometry": { "type": "Point", "coordinates": [490836.28191841679,3832400.3750757133] } },{ "type": "Feature", "properties": { "MessageId": " 27752 " }, "geometry": { "type": "Point", "coordinates": [491425.9455,3826888.9831] } },{ "type": "Feature", "properties": { "MessageId": " 27748 " }, "geometry": { "type": "Point", "coordinates": [491425.9455,3826888.9831] } },{ "type": "Feature", "properties": { "MessageId": " 27742 " }, "geometry": { "type": "Point", "coordinates": [491425.9455,3826888.9831] } },{ "type": "Feature", "properties": { "MessageId": " 27738 " }, "geometry": { "type": "Point", "coordinates": [491425.9455,3826888.9831] } },{ "type": "Feature", "properties": { "MessageId": " 27735 " }, "geometry": { "type": "Point", "coordinates": [491425.9455,3826888.9831] } },{ "type": "Feature", "properties": { "MessageId": " 27733 " }, "geometry": { "type": "Point", "coordinates": [491425.9455,3826888.9831] } },{ "type": "Feature", "properties": { "MessageId": " 27726 " }, "geometry": { "type": "Point", "coordinates": [491425.9455,3826888.9831] } },{ "type": "Feature", "properties": { "MessageId": " 27711 " }, "geometry": { "type": "Point", "coordinates": [491425.9455,3826888.9831] } },{ "type": "Feature", "properties": { "MessageId": " 27706 " }, "geometry": { "type": "Point", "coordinates": [491425.9455,3826888.9831] } },{ "type": "Feature", "properties": { "MessageId": " 27575 " }, "geometry": { "type": "Point", "coordinates": [490018.84163778962,3833466.1857545655] } },{ "type": "Feature", "properties": { "MessageId": " 27517 " }, "geometry": { "type": "Point", "coordinates": [496296.6751709,3820059.4185854] } },{ "type": "Feature", "properties": { "MessageId": " 27516 " }, "geometry": { "type": "Point", "coordinates": [496296.6751709,3820059.4185854] } },{ "type": "Feature", "properties": { "MessageId": " 27372 " }, "geometry": { "type": "Point", "coordinates": [487709.50720345689,3833095.6538728955] } },{ "type": "Feature", "properties": { "MessageId": " 27311 " }, "geometry": { "type": "Point", "coordinates": [490673.0155,3833217.8428] } },{ "type": "Feature", "properties": { "MessageId": " 27263 " }, "geometry": { "type": "Point", "coordinates": [489746.59740505944,3832907.3995287227] } },{ "type": "Feature", "properties": { "MessageId": " 27189 " }, "geometry": { "type": "Point", "coordinates": [487100.665862748,3832741.7018309087] } },{ "type": "Feature", "properties": { "MessageId": " 27098 " }, "geometry": { "type": "Point", "coordinates": [490179.33477915026,3831516.7292500362] } },{ "type": "Feature", "properties": { "MessageId": " 27033 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 27031 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 27026 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 27021 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 26992 " }, "geometry": { "type": "Point", "coordinates": [489991.87663144176,3835805.8224264015] } },{ "type": "Feature", "properties": { "MessageId": " 26927 " }, "geometry": { "type": "Point", "coordinates": [485070.84274157783,3832099.2431599619] } },{ "type": "Feature", "properties": { "MessageId": " 26851 " }, "geometry": { "type": "Point", "coordinates": [492227.37117599195,3831909.4712892356] } },{ "type": "Feature", "properties": { "MessageId": " 26824 " }, "geometry": { "type": "Point", "coordinates": [486372.942243201,3833754.9842985277] } },{ "type": "Feature", "properties": { "MessageId": " 26730 " }, "geometry": { "type": "Point", "coordinates": [488927.38525394694,3835769.8857565424] } },{ "type": "Feature", "properties": { "MessageId": " 26511 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 26467 " }, "geometry": { "type": "Point", "coordinates": [483164.4834,3825633.7905] } },{ "type": "Feature", "properties": { "MessageId": " 26466 " }, "geometry": { "type": "Point", "coordinates": [483164.4834,3825633.7905] } },{ "type": "Feature", "properties": { "MessageId": " 26340 " }, "geometry": { "type": "Point", "coordinates": [489409.2445,3833706.1444] } },{ "type": "Feature", "properties": { "MessageId": " 26339 " }, "geometry": { "type": "Point", "coordinates": [489409.2445,3833706.1444] } },{ "type": "Feature", "properties": { "MessageId": " 26230 " }, "geometry": { "type": "Point", "coordinates": [486949.0615,3834481.1906] } },{ "type": "Feature", "properties": { "MessageId": " 26229 " }, "geometry": { "type": "Point", "coordinates": [486949.0615,3834481.1906] } },{ "type": "Feature", "properties": { "MessageId": " 26223 " }, "geometry": { "type": "Point", "coordinates": [486949.0615,3834481.1906] } },{ "type": "Feature", "properties": { "MessageId": " 26078 " }, "geometry": { "type": "Point", "coordinates": [488676.0638,3834261.159] } },{ "type": "Feature", "properties": { "MessageId": " 25923 " }, "geometry": { "type": "Point", "coordinates": [491076.74256925052,3833390.1205511861] } },{ "type": "Feature", "properties": { "MessageId": " 25918 " }, "geometry": { "type": "Point", "coordinates": [492126.2421,3830095.0895] } },{ "type": "Feature", "properties": { "MessageId": " 25916 " }, "geometry": { "type": "Point", "coordinates": [492126.2421,3830095.0895] } },{ "type": "Feature", "properties": { "MessageId": " 25914 " }, "geometry": { "type": "Point", "coordinates": [492126.2421,3830095.0895] } },{ "type": "Feature", "properties": { "MessageId": " 25907 " }, "geometry": { "type": "Point", "coordinates": [492126.2421,3830095.0895] } },{ "type": "Feature", "properties": { "MessageId": " 25871 " }, "geometry": { "type": "Point", "coordinates": [489799.7944262377,3835775.9120297381] } },{ "type": "Feature", "properties": { "MessageId": " 25869 " }, "geometry": { "type": "Point", "coordinates": [488870.55237031984,3834677.8894986738] } },{ "type": "Feature", "properties": { "MessageId": " 25637 " }, "geometry": { "type": "Point", "coordinates": [492430.42919543758,3832365.464392161] } },{ "type": "Feature", "properties": { "MessageId": " 25542 " }, "geometry": { "type": "Point", "coordinates": [490883.68038476078,3832167.5134768425] } },{ "type": "Feature", "properties": { "MessageId": " 25534 " }, "geometry": { "type": "Point", "coordinates": [490689.7243934556,3832653.9163303664] } },{ "type": "Feature", "properties": { "MessageId": " 25418 " }, "geometry": { "type": "Point", "coordinates": [492429.33707958605,3836154.8432690143] } },{ "type": "Feature", "properties": { "MessageId": " 25412 " }, "geometry": { "type": "Point", "coordinates": [492314.11456088396,3832204.5642044009] } },{ "type": "Feature", "properties": { "MessageId": " 25363 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 25141 " }, "geometry": { "type": "Point", "coordinates": [489098.6549,3832613.5719] } },{ "type": "Feature", "properties": { "MessageId": " 25138 " }, "geometry": { "type": "Point", "coordinates": [489098.6549,3832613.5719] } },{ "type": "Feature", "properties": { "MessageId": " 25134 " }, "geometry": { "type": "Point", "coordinates": [489098.6549,3832613.5719] } },{ "type": "Feature", "properties": { "MessageId": " 25132 " }, "geometry": { "type": "Point", "coordinates": [489098.6549,3832613.5719] } },{ "type": "Feature", "properties": { "MessageId": " 25120 " }, "geometry": { "type": "Point", "coordinates": [489098.6549,3832613.5719] } },{ "type": "Feature", "properties": { "MessageId": " 25116 " }, "geometry": { "type": "Point", "coordinates": [489098.6549,3832613.5719] } },{ "type": "Feature", "properties": { "MessageId": " 25107 " }, "geometry": { "type": "Point", "coordinates": [489098.6549,3832613.5719] } },{ "type": "Feature", "properties": { "MessageId": " 25089 " }, "geometry": { "type": "Point", "coordinates": [486317.0203133407,3832383.1766954078] } },{ "type": "Feature", "properties": { "MessageId": " 25079 " }, "geometry": { "type": "Point", "coordinates": [489098.6549,3832613.5719] } },{ "type": "Feature", "properties": { "MessageId": " 25075 " }, "geometry": { "type": "Point", "coordinates": [489098.6549,3832613.5719] } },{ "type": "Feature", "properties": { "MessageId": " 25067 " }, "geometry": { "type": "Point", "coordinates": [487916.8486,3834935.9253] } },{ "type": "Feature", "properties": { "MessageId": " 25065 " }, "geometry": { "type": "Point", "coordinates": [489098.6549,3832613.5719] } },{ "type": "Feature", "properties": { "MessageId": " 25038 " }, "geometry": { "type": "Point", "coordinates": [488804.74572369969,3834763.2546737283] } },{ "type": "Feature", "properties": { "MessageId": " 25011 " }, "geometry": { "type": "Point", "coordinates": [488308.4799,3834841.5061] } },{ "type": "Feature", "properties": { "MessageId": " 25010 " }, "geometry": { "type": "Point", "coordinates": [488308.4799,3834841.5061] } },{ "type": "Feature", "properties": { "MessageId": " 25002 " }, "geometry": { "type": "Point", "coordinates": [488308.4799,3834841.5061] } },{ "type": "Feature", "properties": { "MessageId": " 25001 " }, "geometry": { "type": "Point", "coordinates": [488308.4799,3834841.5061] } },{ "type": "Feature", "properties": { "MessageId": " 24999 " }, "geometry": { "type": "Point", "coordinates": [488308.4799,3834841.5061] } },{ "type": "Feature", "properties": { "MessageId": " 24996 " }, "geometry": { "type": "Point", "coordinates": [488308.4799,3834841.5061] } },{ "type": "Feature", "properties": { "MessageId": " 24840 " }, "geometry": { "type": "Point", "coordinates": [485717.22232195153,3834224.978213354] } },{ "type": "Feature", "properties": { "MessageId": " 24828 " }, "geometry": { "type": "Point", "coordinates": [489485.898,3836516.5657] } },{ "type": "Feature", "properties": { "MessageId": " 24821 " }, "geometry": { "type": "Point", "coordinates": [489485.898,3836516.5657] } },{ "type": "Feature", "properties": { "MessageId": " 24814 " }, "geometry": { "type": "Point", "coordinates": [489485.898,3836516.5657] } },{ "type": "Feature", "properties": { "MessageId": " 24784 " }, "geometry": { "type": "Point", "coordinates": [489874.56748200685,3832851.0034430306] } },{ "type": "Feature", "properties": { "MessageId": " 24723 " }, "geometry": { "type": "Point", "coordinates": [484649.00613981322,3832920.0740399803] } },{ "type": "Feature", "properties": { "MessageId": " 24650 " }, "geometry": { "type": "Point", "coordinates": [491601.43617697485,3832138.0353038241] } },{ "type": "Feature", "properties": { "MessageId": " 24565 " }, "geometry": { "type": "Point", "coordinates": [488920.7625,3834775.9322] } },{ "type": "Feature", "properties": { "MessageId": " 24537 " }, "geometry": { "type": "Point", "coordinates": [488920.7625,3834775.9322] } },{ "type": "Feature", "properties": { "MessageId": " 24524 " }, "geometry": { "type": "Point", "coordinates": [477114.36011250049,3826313.1620873422] } },{ "type": "Feature", "properties": { "MessageId": " 24514 " }, "geometry": { "type": "Point", "coordinates": [488920.7625,3834775.9322] } },{ "type": "Feature", "properties": { "MessageId": " 24210 " }, "geometry": { "type": "Point", "coordinates": [491764.79306666605,3834954.2366129165] } },{ "type": "Feature", "properties": { "MessageId": " 24164 " }, "geometry": { "type": "Point", "coordinates": [480379.28555807279,3826217.4657047489] } },{ "type": "Feature", "properties": { "MessageId": " 24069 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 23977 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 23877 " }, "geometry": { "type": "Point", "coordinates": [491320.11285093095,3833499.8757762574] } },{ "type": "Feature", "properties": { "MessageId": " 23846 " }, "geometry": { "type": "Point", "coordinates": [487088.4032,3830834.267] } },{ "type": "Feature", "properties": { "MessageId": " 23844 " }, "geometry": { "type": "Point", "coordinates": [487088.4032,3830834.267] } },{ "type": "Feature", "properties": { "MessageId": " 23806 " }, "geometry": { "type": "Point", "coordinates": [488584.34923691151,3832137.2877202961] } },{ "type": "Feature", "properties": { "MessageId": " 23720 " }, "geometry": { "type": "Point", "coordinates": [491431.65589760675,3831980.626475384] } },{ "type": "Feature", "properties": { "MessageId": " 23672 " }, "geometry": { "type": "Point", "coordinates": [491416.51278401446,3833551.7683014437] } },{ "type": "Feature", "properties": { "MessageId": " 23627 " }, "geometry": { "type": "Point", "coordinates": [480914.50624281086,3827809.1662225397] } },{ "type": "Feature", "properties": { "MessageId": " 23565 " }, "geometry": { "type": "Point", "coordinates": [489727.50953982963,3832950.34722549] } },{ "type": "Feature", "properties": { "MessageId": " 23398 " }, "geometry": { "type": "Point", "coordinates": [489445.94267629256,3832728.4378965497] } },{ "type": "Feature", "properties": { "MessageId": " 23373 " }, "geometry": { "type": "Point", "coordinates": [488432.30520402058,3831798.0136766527] } },{ "type": "Feature", "properties": { "MessageId": " 23358 " }, "geometry": { "type": "Point", "coordinates": [490832.54405154934,3832672.6702663437] } },{ "type": "Feature", "properties": { "MessageId": " 23340 " }, "geometry": { "type": "Point", "coordinates": [487795.2895,3828881.4325] } },{ "type": "Feature", "properties": { "MessageId": " 23290 " }, "geometry": { "type": "Point", "coordinates": [490653.97030452476,3832134.9121160265] } },{ "type": "Feature", "properties": { "MessageId": " 23206 " }, "geometry": { "type": "Point", "coordinates": [489037.79314300208,3835149.0509955613] } },{ "type": "Feature", "properties": { "MessageId": " 23197 " }, "geometry": { "type": "Point", "coordinates": [484360.98055929394,3832670.583570045] } },{ "type": "Feature", "properties": { "MessageId": " 23141 " }, "geometry": { "type": "Point", "coordinates": [489857.97087537119,3831300.9915091321] } },{ "type": "Feature", "properties": { "MessageId": " 23078 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 23074 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 23018 " }, "geometry": { "type": "Point", "coordinates": [487699.34399414,3833437.345746] } },{ "type": "Feature", "properties": { "MessageId": " 23014 " }, "geometry": { "type": "Point", "coordinates": [487699.34399414,3833437.345746] } },{ "type": "Feature", "properties": { "MessageId": " 23013 " }, "geometry": { "type": "Point", "coordinates": [487699.34399414,3833437.345746] } },{ "type": "Feature", "properties": { "MessageId": " 23012 " }, "geometry": { "type": "Point", "coordinates": [487699.34399414,3833437.345746] } },{ "type": "Feature", "properties": { "MessageId": " 23001 " }, "geometry": { "type": "Point", "coordinates": [487699.34399414,3833437.345746] } },{ "type": "Feature", "properties": { "MessageId": " 22998 " }, "geometry": { "type": "Point", "coordinates": [487699.34399414,3833437.345746] } },{ "type": "Feature", "properties": { "MessageId": " 22995 " }, "geometry": { "type": "Point", "coordinates": [487699.34399414,3833437.345746] } },{ "type": "Feature", "properties": { "MessageId": " 22994 " }, "geometry": { "type": "Point", "coordinates": [487699.34399414,3833437.345746] } },{ "type": "Feature", "properties": { "MessageId": " 22993 " }, "geometry": { "type": "Point", "coordinates": [487699.34399414,3833437.345746] } },{ "type": "Feature", "properties": { "MessageId": " 22987 " }, "geometry": { "type": "Point", "coordinates": [487699.34399414,3833437.345746] } },{ "type": "Feature", "properties": { "MessageId": " 22887 " }, "geometry": { "type": "Point", "coordinates": [491427.98184690828,3831983.9421663983] } },{ "type": "Feature", "properties": { "MessageId": " 22858 " }, "geometry": { "type": "Point", "coordinates": [484971.52207569644,3832892.4669575826] } },{ "type": "Feature", "properties": { "MessageId": " 22808 " }, "geometry": { "type": "Point", "coordinates": [489919.7654759679,3832376.1931775487] } },{ "type": "Feature", "properties": { "MessageId": " 22776 " }, "geometry": { "type": "Point", "coordinates": [488325.25683723262,3831893.917438616] } },{ "type": "Feature", "properties": { "MessageId": " 22749 " }, "geometry": { "type": "Point", "coordinates": [491813.40309881984,3831718.5298479064] } },{ "type": "Feature", "properties": { "MessageId": " 22748 " }, "geometry": { "type": "Point", "coordinates": [492229.1164850783,3831314.3027477358] } },{ "type": "Feature", "properties": { "MessageId": " 22745 " }, "geometry": { "type": "Point", "coordinates": [490748.95248283085,3833784.7593275812] } },{ "type": "Feature", "properties": { "MessageId": " 22719 " }, "geometry": { "type": "Point", "coordinates": [492451.93715623848,3832119.5067623262] } },{ "type": "Feature", "properties": { "MessageId": " 22706 " }, "geometry": { "type": "Point", "coordinates": [491680.33267062361,3832346.9057386685] } },{ "type": "Feature", "properties": { "MessageId": " 22648 " }, "geometry": { "type": "Point", "coordinates": [490400.23608398,3834464.8037538] } },{ "type": "Feature", "properties": { "MessageId": " 22504 " }, "geometry": { "type": "Point", "coordinates": [483889.76882256,3822964.6753099] } },{ "type": "Feature", "properties": { "MessageId": " 22501 " }, "geometry": { "type": "Point", "coordinates": [483889.76882256,3822964.6753099] } },{ "type": "Feature", "properties": { "MessageId": " 22487 " }, "geometry": { "type": "Point", "coordinates": [485187.61466950306,3834372.4666830357] } },{ "type": "Feature", "properties": { "MessageId": " 22422 " }, "geometry": { "type": "Point", "coordinates": [492320.70808278339,3832084.9100065981] } },{ "type": "Feature", "properties": { "MessageId": " 22222 " }, "geometry": { "type": "Point", "coordinates": [486321.16813451285,3832569.5347927958] } },{ "type": "Feature", "properties": { "MessageId": " 22131 " }, "geometry": { "type": "Point", "coordinates": [491164.15366932919,3832498.5042487779] } },{ "type": "Feature", "properties": { "MessageId": " 22112 " }, "geometry": { "type": "Point", "coordinates": [491346.85841968149,3832229.698431232] } },{ "type": "Feature", "properties": { "MessageId": " 22050 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 22046 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 22045 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 22026 " }, "geometry": { "type": "Point", "coordinates": [491571.05303616938,3832079.18077377] } },{ "type": "Feature", "properties": { "MessageId": " 22008 " }, "geometry": { "type": "Point", "coordinates": [484679.8969,3829503.7035] } },{ "type": "Feature", "properties": { "MessageId": " 22002 " }, "geometry": { "type": "Point", "coordinates": [484679.8969,3829503.7035] } },{ "type": "Feature", "properties": { "MessageId": " 21959 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21958 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21956 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21955 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21949 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21948 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21946 " }, "geometry": { "type": "Point", "coordinates": [491216.19912096165,3832199.7416804461] } },{ "type": "Feature", "properties": { "MessageId": " 21945 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21942 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21941 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21940 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21937 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21935 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21930 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21927 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21903 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21897 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21893 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21892 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21891 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21885 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21878 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21877 " }, "geometry": { "type": "Point", "coordinates": [486555.568,3835061.1637] } },{ "type": "Feature", "properties": { "MessageId": " 21861 " }, "geometry": { "type": "Point", "coordinates": [486549.45989332732,3832257.104866853] } },{ "type": "Feature", "properties": { "MessageId": " 21789 " }, "geometry": { "type": "Point", "coordinates": [491351.970860148,3831785.4080976332] } },{ "type": "Feature", "properties": { "MessageId": " 21766 " }, "geometry": { "type": "Point", "coordinates": [483164.4834,3825633.7905] } },{ "type": "Feature", "properties": { "MessageId": " 21765 " }, "geometry": { "type": "Point", "coordinates": [483164.4834,3825633.7905] } },{ "type": "Feature", "properties": { "MessageId": " 21764 " }, "geometry": { "type": "Point", "coordinates": [483164.4834,3825633.7905] } },{ "type": "Feature", "properties": { "MessageId": " 21717 " }, "geometry": { "type": "Point", "coordinates": [492964.8668,3831673.5965] } },{ "type": "Feature", "properties": { "MessageId": " 21600 " }, "geometry": { "type": "Point", "coordinates": [489532.70894812513,3836155.2646788196] } },{ "type": "Feature", "properties": { "MessageId": " 21561 " }, "geometry": { "type": "Point", "coordinates": [486477.9242596245,3832211.4948787903] } },{ "type": "Feature", "properties": { "MessageId": " 21511 " }, "geometry": { "type": "Point", "coordinates": [482916.11166655651,3829357.0483289445] } },{ "type": "Feature", "properties": { "MessageId": " 21357 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21356 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21354 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21351 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21348 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21346 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21344 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21343 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21342 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21341 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21340 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21339 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21335 " }, "geometry": { "type": "Point", "coordinates": [490984.5392456,3834110.8796528] } },{ "type": "Feature", "properties": { "MessageId": " 21317 " }, "geometry": { "type": "Point", "coordinates": [485554.6474,3832795.3357] } },{ "type": "Feature", "properties": { "MessageId": " 21312 " }, "geometry": { "type": "Point", "coordinates": [488703.4485,3834252.3431] } },{ "type": "Feature", "properties": { "MessageId": " 21268 " }, "geometry": { "type": "Point", "coordinates": [485554.6474,3832795.3357] } },{ "type": "Feature", "properties": { "MessageId": " 21266 " }, "geometry": { "type": "Point", "coordinates": [485554.6474,3832795.3357] } },{ "type": "Feature", "properties": { "MessageId": " 21265 " }, "geometry": { "type": "Point", "coordinates": [485554.6474,3832795.3357] } },{ "type": "Feature", "properties": { "MessageId": " 21262 " }, "geometry": { "type": "Point", "coordinates": [480611.78338198061,3828916.1983690797] } },{ "type": "Feature", "properties": { "MessageId": " 21024 " }, "geometry": { "type": "Point", "coordinates": [482555.06444125064,3829446.6696526259] } },{ "type": "Feature", "properties": { "MessageId": " 20946 " }, "geometry": { "type": "Point", "coordinates": [491650.50752357492,3831816.7712528878] } },{ "type": "Feature", "properties": { "MessageId": " 20828 " }, "geometry": { "type": "Point", "coordinates": [490051.72162601457,3835137.593140264] } },{ "type": "Feature", "properties": { "MessageId": " 20722 " }, "geometry": { "type": "Point", "coordinates": [485562.092374223,3830024.7251937] } },{ "type": "Feature", "properties": { "MessageId": " 20713 " }, "geometry": { "type": "Point", "coordinates": [488623.9377,3834967.3922] } },{ "type": "Feature", "properties": { "MessageId": " 20701 " }, "geometry": { "type": "Point", "coordinates": [488623.9377,3834967.3922] } },{ "type": "Feature", "properties": { "MessageId": " 20700 " }, "geometry": { "type": "Point", "coordinates": [488623.9377,3834967.3922] } },{ "type": "Feature", "properties": { "MessageId": " 20695 " }, "geometry": { "type": "Point", "coordinates": [488623.9377,3834967.3922] } },{ "type": "Feature", "properties": { "MessageId": " 20655 " }, "geometry": { "type": "Point", "coordinates": [490770.88956980512,3835093.5208477634] } },{ "type": "Feature", "properties": { "MessageId": " 20631 " }, "geometry": { "type": "Point", "coordinates": [479139.70633058471,3826937.2954823966] } },{ "type": "Feature", "properties": { "MessageId": " 20609 " }, "geometry": { "type": "Point", "coordinates": [490623.60594882577,3832732.6537744394] } },{ "type": "Feature", "properties": { "MessageId": " 20567 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 20564 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 20563 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 20562 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 20560 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 20558 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 20557 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 20552 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 20467 " }, "geometry": { "type": "Point", "coordinates": [488448.9758,3830218.1792] } },{ "type": "Feature", "properties": { "MessageId": " 20454 " }, "geometry": { "type": "Point", "coordinates": [482278.290395418,3829303.5106634023] } },{ "type": "Feature", "properties": { "MessageId": " 20292 " }, "geometry": { "type": "Point", "coordinates": [490620.19155086734,3832370.8433973975] } },{ "type": "Feature", "properties": { "MessageId": " 20135 " }, "geometry": { "type": "Point", "coordinates": [489206.79369736,3833674.5515974] } },{ "type": "Feature", "properties": { "MessageId": " 19898 " }, "geometry": { "type": "Point", "coordinates": [488428.45382358914,3835177.6827934058] } },{ "type": "Feature", "properties": { "MessageId": " 19888 " }, "geometry": { "type": "Point", "coordinates": [489608.91577393934,3836081.3178734151] } },{ "type": "Feature", "properties": { "MessageId": " 19837 " }, "geometry": { "type": "Point", "coordinates": [488186.5922,3829283.6583] } },{ "type": "Feature", "properties": { "MessageId": " 19836 " }, "geometry": { "type": "Point", "coordinates": [488186.5922,3829283.6583] } },{ "type": "Feature", "properties": { "MessageId": " 19831 " }, "geometry": { "type": "Point", "coordinates": [488186.5922,3829283.6583] } },{ "type": "Feature", "properties": { "MessageId": " 19830 " }, "geometry": { "type": "Point", "coordinates": [491538.03711047128,3832114.6341862082] } },{ "type": "Feature", "properties": { "MessageId": " 19827 " }, "geometry": { "type": "Point", "coordinates": [488186.5922,3829283.6583] } },{ "type": "Feature", "properties": { "MessageId": " 19820 " }, "geometry": { "type": "Point", "coordinates": [488186.5922,3829283.6583] } },{ "type": "Feature", "properties": { "MessageId": " 19795 " }, "geometry": { "type": "Point", "coordinates": [491724.5749254566,3830091.0248995712] } },{ "type": "Feature", "properties": { "MessageId": " 19782 " }, "geometry": { "type": "Point", "coordinates": [486409.5629,3835229.3986] } },{ "type": "Feature", "properties": { "MessageId": " 19705 " }, "geometry": { "type": "Point", "coordinates": [487541.66479492,3834352.9025419] } },{ "type": "Feature", "properties": { "MessageId": " 19696 " }, "geometry": { "type": "Point", "coordinates": [490449.53991540661,3833357.56490889] } },{ "type": "Feature", "properties": { "MessageId": " 19377 " }, "geometry": { "type": "Point", "coordinates": [490124.288135145,3835985.8785472661] } },{ "type": "Feature", "properties": { "MessageId": " 19342 " }, "geometry": { "type": "Point", "coordinates": [483164.4834,3825633.7905] } },{ "type": "Feature", "properties": { "MessageId": " 19341 " }, "geometry": { "type": "Point", "coordinates": [483164.4834,3825633.7905] } },{ "type": "Feature", "properties": { "MessageId": " 19280 " }, "geometry": { "type": "Point", "coordinates": [491096.50676533359,3833334.4856986739] } },{ "type": "Feature", "properties": { "MessageId": " 19242 " }, "geometry": { "type": "Point", "coordinates": [489476.59603951749,3832192.9556928421] } },{ "type": "Feature", "properties": { "MessageId": " 19188 " }, "geometry": { "type": "Point", "coordinates": [490681.26130652736,3832542.5398367639] } },{ "type": "Feature", "properties": { "MessageId": " 18943 " }, "geometry": { "type": "Point", "coordinates": [484971.030618078,3831860.82168032] } },{ "type": "Feature", "properties": { "MessageId": " 18878 " }, "geometry": { "type": "Point", "coordinates": [488186.5922,3829283.6583] } },{ "type": "Feature", "properties": { "MessageId": " 18877 " }, "geometry": { "type": "Point", "coordinates": [488186.5922,3829283.6583] } },{ "type": "Feature", "properties": { "MessageId": " 18870 " }, "geometry": { "type": "Point", "coordinates": [488186.5922,3829283.6583] } },{ "type": "Feature", "properties": { "MessageId": " 18859 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 18453 " }, "geometry": { "type": "Point", "coordinates": [488538.039,3831538.5932] } },{ "type": "Feature", "properties": { "MessageId": " 18429 " }, "geometry": { "type": "Point", "coordinates": [479301.30290395848,3826630.4299094491] } },{ "type": "Feature", "properties": { "MessageId": " 18313 " }, "geometry": { "type": "Point", "coordinates": [487150.8963,3833468.9553] } },{ "type": "Feature", "properties": { "MessageId": " 18284 " }, "geometry": { "type": "Point", "coordinates": [489256.64829382306,3836028.7533304146] } },{ "type": "Feature", "properties": { "MessageId": " 18262 " }, "geometry": { "type": "Point", "coordinates": [491175.9422,3832783.8995] } },{ "type": "Feature", "properties": { "MessageId": " 18236 " }, "geometry": { "type": "Point", "coordinates": [489839.84944574715,3832585.7210560371] } },{ "type": "Feature", "properties": { "MessageId": " 18018 " }, "geometry": { "type": "Point", "coordinates": [484083.93429163325,3834356.17676477] } },{ "type": "Feature", "properties": { "MessageId": " 17943 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 17939 " }, "geometry": { "type": "Point", "coordinates": [487374.9017,3833321.3908] } },{ "type": "Feature", "properties": { "MessageId": " 17913 " }, "geometry": { "type": "Point", "coordinates": [485926.5216,3833121.2393] } },{ "type": "Feature", "properties": { "MessageId": " 17883 " }, "geometry": { "type": "Point", "coordinates": [488320.732400001,3828793.9872] } },{ "type": "Feature", "properties": { "MessageId": " 17879 " }, "geometry": { "type": "Point", "coordinates": [488320.732400001,3828793.9872] } },{ "type": "Feature", "properties": { "MessageId": " 17870 " }, "geometry": { "type": "Point", "coordinates": [487379.4677,3834445.6521] } },{ "type": "Feature", "properties": { "MessageId": " 17809 " }, "geometry": { "type": "Point", "coordinates": [491858.94197320135,3831786.9464634652] } },{ "type": "Feature", "properties": { "MessageId": " 17803 " }, "geometry": { "type": "Point", "coordinates": [485513.1123,3834485.8532] } },{ "type": "Feature", "properties": { "MessageId": " 17799 " }, "geometry": { "type": "Point", "coordinates": [490021.1034,3837121.0193] } },{ "type": "Feature", "properties": { "MessageId": " 17766 " }, "geometry": { "type": "Point", "coordinates": [488245.6173,3832697.377] } },{ "type": "Feature", "properties": { "MessageId": " 17745 " }, "geometry": { "type": "Point", "coordinates": [491571.85715732758,3830130.4479184435] } },{ "type": "Feature", "properties": { "MessageId": " 17632 " }, "geometry": { "type": "Point", "coordinates": [486097.50986319745,3833753.3625860666] } },{ "type": "Feature", "properties": { "MessageId": " 17544 " }, "geometry": { "type": "Point", "coordinates": [484868.90406806272,3832932.23114318] } },{ "type": "Feature", "properties": { "MessageId": " 17484 " }, "geometry": { "type": "Point", "coordinates": [488186.5922,3829283.6583] } },{ "type": "Feature", "properties": { "MessageId": " 17462 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 17439 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 17436 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 17433 " }, "geometry": { "type": "Point", "coordinates": [488348.903100001,3835751.9379] } },{ "type": "Feature", "properties": { "MessageId": " 17431 " }, "geometry": { "type": "Point", "coordinates": [488348.903100001,3835751.9379] } },{ "type": "Feature", "properties": { "MessageId": " 17428 " }, "geometry": { "type": "Point", "coordinates": [488348.903100001,3835751.9379] } },{ "type": "Feature", "properties": { "MessageId": " 17275 " }, "geometry": { "type": "Point", "coordinates": [488308.4799,3834841.5061] } },{ "type": "Feature", "properties": { "MessageId": " 17274 " }, "geometry": { "type": "Point", "coordinates": [488308.4799,3834841.5061] } },{ "type": "Feature", "properties": { "MessageId": " 17270 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 17264 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 17261 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 17256 " }, "geometry": { "type": "Point", "coordinates": [488308.4799,3834841.5061] } },{ "type": "Feature", "properties": { "MessageId": " 17236 " }, "geometry": { "type": "Point", "coordinates": [488308.4799,3834841.5061] } },{ "type": "Feature", "properties": { "MessageId": " 17209 " }, "geometry": { "type": "Point", "coordinates": [480563.60982858657,3826451.4817152354] } },{ "type": "Feature", "properties": { "MessageId": " 17077 " }, "geometry": { "type": "Point", "coordinates": [490510.28233874094,3832858.7481701518] } },{ "type": "Feature", "properties": { "MessageId": " 17016 " }, "geometry": { "type": "Point", "coordinates": [477878.04104878928,3825307.8142912867] } },{ "type": "Feature", "properties": { "MessageId": " 16999 " }, "geometry": { "type": "Point", "coordinates": [490886.16900497791,3835547.170833848] } },{ "type": "Feature", "properties": { "MessageId": " 16962 " }, "geometry": { "type": "Point", "coordinates": [488676.0638,3834261.159] } },{ "type": "Feature", "properties": { "MessageId": " 16951 " }, "geometry": { "type": "Point", "coordinates": [488676.0638,3834261.159] } },{ "type": "Feature", "properties": { "MessageId": " 16930 " }, "geometry": { "type": "Point", "coordinates": [480554.94617352181,3826940.6614135276] } },{ "type": "Feature", "properties": { "MessageId": " 16878 " }, "geometry": { "type": "Point", "coordinates": [488676.0638,3834261.159] } },{ "type": "Feature", "properties": { "MessageId": " 16870 " }, "geometry": { "type": "Point", "coordinates": [488676.0638,3834261.159] } },{ "type": "Feature", "properties": { "MessageId": " 16869 " }, "geometry": { "type": "Point", "coordinates": [486281.7642,3835534.2819] } },{ "type": "Feature", "properties": { "MessageId": " 16848 " }, "geometry": { "type": "Point", "coordinates": [488676.0638,3834261.159] } },{ "type": "Feature", "properties": { "MessageId": " 16833 " }, "geometry": { "type": "Point", "coordinates": [488676.0638,3834261.159] } },{ "type": "Feature", "properties": { "MessageId": " 16830 " }, "geometry": { "type": "Point", "coordinates": [488676.0638,3834261.159] } },{ "type": "Feature", "properties": { "MessageId": " 16826 " }, "geometry": { "type": "Point", "coordinates": [490944.68525977468,3832546.2131591961] } },{ "type": "Feature", "properties": { "MessageId": " 16815 " }, "geometry": { "type": "Point", "coordinates": [488676.0638,3834261.159] } },{ "type": "Feature", "properties": { "MessageId": " 16763 " }, "geometry": { "type": "Point", "coordinates": [488587.291,3832288.1318] } },{ "type": "Feature", "properties": { "MessageId": " 16762 " }, "geometry": { "type": "Point", "coordinates": [488587.291,3832288.1318] } },{ "type": "Feature", "properties": { "MessageId": " 16756 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 16751 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 16748 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 16747 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 16712 " }, "geometry": { "type": "Point", "coordinates": [486271.95109216997,3833767.8243959071] } },{ "type": "Feature", "properties": { "MessageId": " 16643 " }, "geometry": { "type": "Point", "coordinates": [491138.98058220994,3832519.7111012558] } },{ "type": "Feature", "properties": { "MessageId": " 16626 " }, "geometry": { "type": "Point", "coordinates": [487738.389,3831088.796] } },{ "type": "Feature", "properties": { "MessageId": " 16608 " }, "geometry": { "type": "Point", "coordinates": [492247.3070325795,3832199.7922380934] } },{ "type": "Feature", "properties": { "MessageId": " 16524 " }, "geometry": { "type": "Point", "coordinates": [491985.99557613756,3831727.2968846224] } },{ "type": "Feature", "properties": { "MessageId": " 16457 " }, "geometry": { "type": "Point", "coordinates": [486418.856883532,3833408.3149760216] } },{ "type": "Feature", "properties": { "MessageId": " 16435 " }, "geometry": { "type": "Point", "coordinates": [489219.54949951,3833880.5152184] } },{ "type": "Feature", "properties": { "MessageId": " 16432 " }, "geometry": { "type": "Point", "coordinates": [489219.54949951,3833880.5152184] } },{ "type": "Feature", "properties": { "MessageId": " 16410 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 16398 " }, "geometry": { "type": "Point", "coordinates": [491650.4227,3831849.2258] } },{ "type": "Feature", "properties": { "MessageId": " 16397 " }, "geometry": { "type": "Point", "coordinates": [491650.4227,3831849.2258] } },{ "type": "Feature", "properties": { "MessageId": " 16396 " }, "geometry": { "type": "Point", "coordinates": [491650.4227,3831849.2258] } },{ "type": "Feature", "properties": { "MessageId": " 16394 " }, "geometry": { "type": "Point", "coordinates": [491650.4227,3831849.2258] } },{ "type": "Feature", "properties": { "MessageId": " 16352 " }, "geometry": { "type": "Point", "coordinates": [488245.6173,3832697.377] } },{ "type": "Feature", "properties": { "MessageId": " 16340 " }, "geometry": { "type": "Point", "coordinates": [485484.4155,3835187.1771] } },{ "type": "Feature", "properties": { "MessageId": " 16338 " }, "geometry": { "type": "Point", "coordinates": [485484.4155,3835187.1771] } },{ "type": "Feature", "properties": { "MessageId": " 16329 " }, "geometry": { "type": "Point", "coordinates": [485484.4155,3835187.1771] } },{ "type": "Feature", "properties": { "MessageId": " 16328 " }, "geometry": { "type": "Point", "coordinates": [485484.4155,3835187.1771] } },{ "type": "Feature", "properties": { "MessageId": " 16325 " }, "geometry": { "type": "Point", "coordinates": [485484.4155,3835187.1771] } },{ "type": "Feature", "properties": { "MessageId": " 16323 " }, "geometry": { "type": "Point", "coordinates": [485484.4155,3835187.1771] } },{ "type": "Feature", "properties": { "MessageId": " 16322 " }, "geometry": { "type": "Point", "coordinates": [485484.4155,3835187.1771] } },{ "type": "Feature", "properties": { "MessageId": " 16318 " }, "geometry": { "type": "Point", "coordinates": [485484.4155,3835187.1771] } },{ "type": "Feature", "properties": { "MessageId": " 16317 " }, "geometry": { "type": "Point", "coordinates": [485484.4155,3835187.1771] } },{ "type": "Feature", "properties": { "MessageId": " 16315 " }, "geometry": { "type": "Point", "coordinates": [485484.4155,3835187.1771] } },{ "type": "Feature", "properties": { "MessageId": " 16261 " }, "geometry": { "type": "Point", "coordinates": [492125.770007551,3834791.0911850738] } },{ "type": "Feature", "properties": { "MessageId": " 16236 " }, "geometry": { "type": "Point", "coordinates": [479882.73834560154,3827763.2069191732] } },{ "type": "Feature", "properties": { "MessageId": " 16114 " }, "geometry": { "type": "Point", "coordinates": [491910.24061100674,3831718.3494477957] } },{ "type": "Feature", "properties": { "MessageId": " 15999 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 15989 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 15987 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 15985 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 15982 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 15976 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 15972 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 15961 " }, "geometry": { "type": "Point", "coordinates": [492126.2421,3830095.0895] } },{ "type": "Feature", "properties": { "MessageId": " 15958 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 15919 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 15888 " }, "geometry": { "type": "Point", "coordinates": [487704.2477,3831892.0586] } },{ "type": "Feature", "properties": { "MessageId": " 15836 " }, "geometry": { "type": "Point", "coordinates": [492119.53446417453,3832336.5625354215] } },{ "type": "Feature", "properties": { "MessageId": " 15797 " }, "geometry": { "type": "Point", "coordinates": [491737.96444617782,3832420.9224476027] } },{ "type": "Feature", "properties": { "MessageId": " 15648 " }, "geometry": { "type": "Point", "coordinates": [482334.945,3825570.946] } },{ "type": "Feature", "properties": { "MessageId": " 15596 " }, "geometry": { "type": "Point", "coordinates": [491545.4456,3836244.4657] } },{ "type": "Feature", "properties": { "MessageId": " 15584 " }, "geometry": { "type": "Point", "coordinates": [485795.6434,3833063.643] } },{ "type": "Feature", "properties": { "MessageId": " 15518 " }, "geometry": { "type": "Point", "coordinates": [485393.2377,3833161.3841] } },{ "type": "Feature", "properties": { "MessageId": " 15452 " }, "geometry": { "type": "Point", "coordinates": [491239.19187466666,3831956.3539677379] } },{ "type": "Feature", "properties": { "MessageId": " 15340 " }, "geometry": { "type": "Point", "coordinates": [485869.9252437902,3834053.1874262854] } },{ "type": "Feature", "properties": { "MessageId": " 14979 " }, "geometry": { "type": "Point", "coordinates": [489310.7668,3833250.7995] } },{ "type": "Feature", "properties": { "MessageId": " 14973 " }, "geometry": { "type": "Point", "coordinates": [489310.7668,3833250.7995] } },{ "type": "Feature", "properties": { "MessageId": " 14957 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 14933 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 14930 " }, "geometry": { "type": "Point", "coordinates": [488166.1678,3829249.7539] } },{ "type": "Feature", "properties": { "MessageId": " 14895 " }, "geometry": { "type": "Point", "coordinates": [487218.3768,3830923.2655] } },{ "type": "Feature", "properties": { "MessageId": " 14877 " }, "geometry": { "type": "Point", "coordinates": [487218.3768,3830923.2655] } },{ "type": "Feature", "properties": { "MessageId": " 14864 " }, "geometry": { "type": "Point", "coordinates": [486445.87852639536,3832894.0926331617] } },{ "type": "Feature", "properties": { "MessageId": " 14863 " }, "geometry": { "type": "Point", "coordinates": [487218.3768,3830923.2655] } },{ "type": "Feature", "properties": { "MessageId": " 14821 " }, "geometry": { "type": "Point", "coordinates": [485612.79955543537,3832947.5084579568] } },{ "type": "Feature", "properties": { "MessageId": " 14752 " }, "geometry": { "type": "Point", "coordinates": [488045.22094727,3834195.2233427] } },{ "type": "Feature", "properties": { "MessageId": " 14748 " }, "geometry": { "type": "Point", "coordinates": [488045.22094727,3834195.2233427] } },{ "type": "Feature", "properties": { "MessageId": " 14746 " }, "geometry": { "type": "Point", "coordinates": [488045.22094727,3834195.2233427] } },{ "type": "Feature", "properties": { "MessageId": " 14574 " }, "geometry": { "type": "Point", "coordinates": [487867.19604492,3834027.3712919] } },{ "type": "Feature", "properties": { "MessageId": " 14570 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 14569 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 14568 " }, "geometry": { "type": "Point", "coordinates": [487867.19604492,3834027.3712919] } },{ "type": "Feature", "properties": { "MessageId": " 14554 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 14550 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 14543 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 14532 " }, "geometry": { "type": "Point", "coordinates": [490067.57860893046,3833077.0457668602] } },{ "type": "Feature", "properties": { "MessageId": " 14462 " }, "geometry": { "type": "Point", "coordinates": [491193.30298042489,3832092.0069328886] } },{ "type": "Feature", "properties": { "MessageId": " 14437 " }, "geometry": { "type": "Point", "coordinates": [492278.88100751,3834529.2548153] } },{ "type": "Feature", "properties": { "MessageId": " 14436 " }, "geometry": { "type": "Point", "coordinates": [492278.88100751,3834529.2548153] } },{ "type": "Feature", "properties": { "MessageId": " 14396 " }, "geometry": { "type": "Point", "coordinates": [499474.41967774,3831260.8101017] } },{ "type": "Feature", "properties": { "MessageId": " 14302 " }, "geometry": { "type": "Point", "coordinates": [489697.0735,3834686.9633] } },{ "type": "Feature", "properties": { "MessageId": " 14275 " }, "geometry": { "type": "Point", "coordinates": [489697.0735,3834686.9633] } },{ "type": "Feature", "properties": { "MessageId": " 14252 " }, "geometry": { "type": "Point", "coordinates": [489697.0735,3834686.9633] } },{ "type": "Feature", "properties": { "MessageId": " 14251 " }, "geometry": { "type": "Point", "coordinates": [489697.0735,3834686.9633] } },{ "type": "Feature", "properties": { "MessageId": " 14248 " }, "geometry": { "type": "Point", "coordinates": [489697.0735,3834686.9633] } },{ "type": "Feature", "properties": { "MessageId": " 14230 " }, "geometry": { "type": "Point", "coordinates": [485926.5216,3833121.2393] } },{ "type": "Feature", "properties": { "MessageId": " 14071 " }, "geometry": { "type": "Point", "coordinates": [488476.8109518,3837934.219755] } },{ "type": "Feature", "properties": { "MessageId": " 14039 " }, "geometry": { "type": "Point", "coordinates": [488476.8109518,3837934.219755] } },{ "type": "Feature", "properties": { "MessageId": " 14037 " }, "geometry": { "type": "Point", "coordinates": [488476.8109518,3837934.219755] } },{ "type": "Feature", "properties": { "MessageId": " 14035 " }, "geometry": { "type": "Point", "coordinates": [488476.8109518,3837934.219755] } },{ "type": "Feature", "properties": { "MessageId": " 14034 " }, "geometry": { "type": "Point", "coordinates": [488476.8109518,3837934.219755] } },{ "type": "Feature", "properties": { "MessageId": " 14032 " }, "geometry": { "type": "Point", "coordinates": [488476.8109518,3837934.219755] } },{ "type": "Feature", "properties": { "MessageId": " 14026 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 14025 " }, "geometry": { "type": "Point", "coordinates": [488476.8109518,3837934.219755] } },{ "type": "Feature", "properties": { "MessageId": " 14023 " }, "geometry": { "type": "Point", "coordinates": [490891.3166,3834901.1935] } },{ "type": "Feature", "properties": { "MessageId": " 14019 " }, "geometry": { "type": "Point", "coordinates": [488476.8109518,3837934.219755] } },{ "type": "Feature", "properties": { "MessageId": " 14017 " }, "geometry": { "type": "Point", "coordinates": [488476.8109518,3837934.219755] } },{ "type": "Feature", "properties": { "MessageId": " 14016 " }, "geometry": { "type": "Point", "coordinates": [488476.8109518,3837934.219755] } },{ "type": "Feature", "properties": { "MessageId": " 14015 " }, "geometry": { "type": "Point", "coordinates": [488476.8109518,3837934.219755] } },{ "type": "Feature", "properties": { "MessageId": " 13856 " }, "geometry": { "type": "Point", "coordinates": [490564.7855,3833235.6763] } },{ "type": "Feature", "properties": { "MessageId": " 13850 " }, "geometry": { "type": "Point", "coordinates": [490564.7855,3833235.6763] } },{ "type": "Feature", "properties": { "MessageId": " 13841 " }, "geometry": { "type": "Point", "coordinates": [490564.7855,3833235.6763] } },{ "type": "Feature", "properties": { "MessageId": " 13839 " }, "geometry": { "type": "Point", "coordinates": [490564.7855,3833235.6763] } },{ "type": "Feature", "properties": { "MessageId": " 13724 " }, "geometry": { "type": "Point", "coordinates": [488920.7625,3834775.9322] } },{ "type": "Feature", "properties": { "MessageId": " 13579 " }, "geometry": { "type": "Point", "coordinates": [488864.13549805,3833767.9634218] } },{ "type": "Feature", "properties": { "MessageId": " 13577 " }, "geometry": { "type": "Point", "coordinates": [488864.13549805,3833767.9634218] } },{ "type": "Feature", "properties": { "MessageId": " 13566 " }, "geometry": { "type": "Point", "coordinates": [488864.13549805,3833767.9634218] } },{ "type": "Feature", "properties": { "MessageId": " 13512 " }, "geometry": { "type": "Point", "coordinates": [486713.59473982,3834269.7212144] } },{ "type": "Feature", "properties": { "MessageId": " 13494 " }, "geometry": { "type": "Point", "coordinates": [488779.0858,3836669.5017] } },{ "type": "Feature", "properties": { "MessageId": " 13492 " }, "geometry": { "type": "Point", "coordinates": [488779.0858,3836669.5017] } },{ "type": "Feature", "properties": { "MessageId": " 13490 " }, "geometry": { "type": "Point", "coordinates": [489137.1630015446,3831600.7486525867] } },{ "type": "Feature", "properties": { "MessageId": " 13480 " }, "geometry": { "type": "Point", "coordinates": [488779.0858,3836669.5017] } },{ "type": "Feature", "properties": { "MessageId": " 13470 " }, "geometry": { "type": "Point", "coordinates": [477920.39438457356,3827923.6293771286] } },{ "type": "Feature", "properties": { "MessageId": " 13249 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 13247 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 13246 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 13243 " }, "geometry": { "type": "Point", "coordinates": [488811.97182289622,3834602.4560915604] } },{ "type": "Feature", "properties": { "MessageId": " 13241 " }, "geometry": { "type": "Point", "coordinates": [490816.8603,3833269.563] } },{ "type": "Feature", "properties": { "MessageId": " 13239 " }, "geometry": { "type": "Point", "coordinates": [490816.8603,3833269.563] } },{ "type": "Feature", "properties": { "MessageId": " 12851 " }, "geometry": { "type": "Point", "coordinates": [488930.7746,3836926.312] } },{ "type": "Feature", "properties": { "MessageId": " 12849 " }, "geometry": { "type": "Point", "coordinates": [488930.7746,3836926.312] } },{ "type": "Feature", "properties": { "MessageId": " 12842 " }, "geometry": { "type": "Point", "coordinates": [488930.7746,3836926.312] } },{ "type": "Feature", "properties": { "MessageId": " 12752 " }, "geometry": { "type": "Point", "coordinates": [491843.61352621752,3832194.4834704944] } },{ "type": "Feature", "properties": { "MessageId": " 12627 " }, "geometry": { "type": "Point", "coordinates": [491784.85446976137,3835397.8404798009] } },{ "type": "Feature", "properties": { "MessageId": " 12456 " }, "geometry": { "type": "Point", "coordinates": [490539.01428367151,3833245.4237006647] } },{ "type": "Feature", "properties": { "MessageId": " 12370 " }, "geometry": { "type": "Point", "coordinates": [490570.58455138747,3835823.8425242524] } },{ "type": "Feature", "properties": { "MessageId": " 12091 " }, "geometry": { "type": "Point", "coordinates": [491103.6583281855,3832568.5512377266] } },{ "type": "Feature", "properties": { "MessageId": " 12059 " }, "geometry": { "type": "Point", "coordinates": [477672.25213658565,3827828.1900509791] } },{ "type": "Feature", "properties": { "MessageId": " 11829 " }, "geometry": { "type": "Point", "coordinates": [492275.02469007333,3832206.3986864639] } },{ "type": "Feature", "properties": { "MessageId": " 11730 " }, "geometry": { "type": "Point", "coordinates": [491193.39667700225,3831869.1846152507] } },{ "type": "Feature", "properties": { "MessageId": " 11490 " }, "geometry": { "type": "Point", "coordinates": [487385.23201876873,3833222.8275050572] } },{ "type": "Feature", "properties": { "MessageId": " 11338 " }, "geometry": { "type": "Point", "coordinates": [481966.94213867,3822825.5176211] } },{ "type": "Feature", "properties": { "MessageId": " 11335 " }, "geometry": { "type": "Point", "coordinates": [489878.87744141,3833356.2840214] } },{ "type": "Feature", "properties": { "MessageId": " 11333 " }, "geometry": { "type": "Point", "coordinates": [481966.94213867,3822825.5176211] } },{ "type": "Feature", "properties": { "MessageId": " 11328 " }, "geometry": { "type": "Point", "coordinates": [481966.94213867,3822825.5176211] } },{ "type": "Feature", "properties": { "MessageId": " 11325 " }, "geometry": { "type": "Point", "coordinates": [489878.87744141,3833356.2840214] } },{ "type": "Feature", "properties": { "MessageId": " 11321 " }, "geometry": { "type": "Point", "coordinates": [481966.94213867,3822825.5176211] } },{ "type": "Feature", "properties": { "MessageId": " 11320 " }, "geometry": { "type": "Point", "coordinates": [489878.87744141,3833356.2840214] } },{ "type": "Feature", "properties": { "MessageId": " 11051 " }, "geometry": { "type": "Point", "coordinates": [490512.13745117,3834129.0996523] } },{ "type": "Feature", "properties": { "MessageId": " 10762 " }, "geometry": { "type": "Point", "coordinates": [491109.95273903687,3833583.1514918855] } },{ "type": "Feature", "properties": { "MessageId": " 10728 " }, "geometry": { "type": "Point", "coordinates": [491834.5753,3831578.8484] } },{ "type": "Feature", "properties": { "MessageId": " 10700 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 10662 " }, "geometry": { "type": "Point", "coordinates": [487094.6178,3837658.1951] } },{ "type": "Feature", "properties": { "MessageId": " 10655 " }, "geometry": { "type": "Point", "coordinates": [487094.6178,3837658.1951] } },{ "type": "Feature", "properties": { "MessageId": " 10652 " }, "geometry": { "type": "Point", "coordinates": [487094.6178,3837658.1951] } },{ "type": "Feature", "properties": { "MessageId": " 10620 " }, "geometry": { "type": "Point", "coordinates": [477381.59022571833,3827687.4883838906] } },{ "type": "Feature", "properties": { "MessageId": " 10599 " }, "geometry": { "type": "Point", "coordinates": [486469.73835793266,3833237.6742072986] } },{ "type": "Feature", "properties": { "MessageId": " 10574 " }, "geometry": { "type": "Point", "coordinates": [484922.94612724759,3832272.281489484] } },{ "type": "Feature", "properties": { "MessageId": " 10483 " }, "geometry": { "type": "Point", "coordinates": [476866.21786451258,3827191.2038879148] } },{ "type": "Feature", "properties": { "MessageId": " 10402 " }, "geometry": { "type": "Point", "coordinates": [489439.1233,3834406.673] } },{ "type": "Feature", "properties": { "MessageId": " 10399 " }, "geometry": { "type": "Point", "coordinates": [489439.1233,3834406.673] } },{ "type": "Feature", "properties": { "MessageId": " 10357 " }, "geometry": { "type": "Point", "coordinates": [490809.6383,3834059.1474] } },{ "type": "Feature", "properties": { "MessageId": " 10191 " }, "geometry": { "type": "Point", "coordinates": [491706.19496606721,3836004.9664124884] } },{ "type": "Feature", "properties": { "MessageId": " 10068 " }, "geometry": { "type": "Point", "coordinates": [490517.47821377,3834680.1905021] } },{ "type": "Feature", "properties": { "MessageId": " 9955 " }, "geometry": { "type": "Point", "coordinates": [488245.6173,3832697.377] } },{ "type": "Feature", "properties": { "MessageId": " 9932 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9923 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9898 " }, "geometry": { "type": "Point", "coordinates": [491263.090630601,3835270.7913102247] } },{ "type": "Feature", "properties": { "MessageId": " 9783 " }, "geometry": { "type": "Point", "coordinates": [488604.210301592,3835443.9514561929] } },{ "type": "Feature", "properties": { "MessageId": " 9731 " }, "geometry": { "type": "Point", "coordinates": [489260.42668146,3833578.5910405] } },{ "type": "Feature", "properties": { "MessageId": " 9721 " }, "geometry": { "type": "Point", "coordinates": [484075.427700002,3827195.5742] } },{ "type": "Feature", "properties": { "MessageId": " 9720 " }, "geometry": { "type": "Point", "coordinates": [484075.427700002,3827195.5742] } },{ "type": "Feature", "properties": { "MessageId": " 9708 " }, "geometry": { "type": "Point", "coordinates": [484075.427700002,3827195.5742] } },{ "type": "Feature", "properties": { "MessageId": " 9695 " }, "geometry": { "type": "Point", "coordinates": [484075.427700002,3827195.5742] } },{ "type": "Feature", "properties": { "MessageId": " 9517 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9515 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9444 " }, "geometry": { "type": "Point", "coordinates": [491358.0424,3833102.6239] } },{ "type": "Feature", "properties": { "MessageId": " 9382 " }, "geometry": { "type": "Point", "coordinates": [488348.903100001,3835751.9379] } },{ "type": "Feature", "properties": { "MessageId": " 9373 " }, "geometry": { "type": "Point", "coordinates": [488348.903100001,3835751.9379] } },{ "type": "Feature", "properties": { "MessageId": " 9372 " }, "geometry": { "type": "Point", "coordinates": [488348.903100001,3835751.9379] } },{ "type": "Feature", "properties": { "MessageId": " 9368 " }, "geometry": { "type": "Point", "coordinates": [488348.903100001,3835751.9379] } },{ "type": "Feature", "properties": { "MessageId": " 9364 " }, "geometry": { "type": "Point", "coordinates": [488348.903100001,3835751.9379] } },{ "type": "Feature", "properties": { "MessageId": " 9299 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9295 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9294 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9287 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9284 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9276 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9274 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9273 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9272 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9270 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9260 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9256 " }, "geometry": { "type": "Point", "coordinates": [487916.8486,3834935.9253] } },{ "type": "Feature", "properties": { "MessageId": " 9255 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9253 " }, "geometry": { "type": "Point", "coordinates": [487916.8486,3834935.9253] } },{ "type": "Feature", "properties": { "MessageId": " 9252 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9251 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9249 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9242 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9241 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9238 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9236 " }, "geometry": { "type": "Point", "coordinates": [489061.9974687,3833531.551075] } },{ "type": "Feature", "properties": { "MessageId": " 9235 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9233 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9232 " }, "geometry": { "type": "Point", "coordinates": [489184.44372392,3833372.5139443] } },{ "type": "Feature", "properties": { "MessageId": " 9225 " }, "geometry": { "type": "Point", "coordinates": [489462.38632805,3831708.3002023] } },{ "type": "Feature", "properties": { "MessageId": " 9223 " }, "geometry": { "type": "Point", "coordinates": [485914.56487275,3829910.6702505] } },{ "type": "Feature", "properties": { "MessageId": " 9210 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9208 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9201 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9190 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9187 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9171 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9168 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9161 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9160 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9115 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9112 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9108 " }, "geometry": { "type": "Point", "coordinates": [488836.19101030903,3834583.705954412] } },{ "type": "Feature", "properties": { "MessageId": " 9104 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9101 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9100 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9099 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9098 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9097 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9071 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9068 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9067 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9065 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9062 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9051 " }, "geometry": { "type": "Point", "coordinates": [491827.69014887454,3831955.1530637611] } },{ "type": "Feature", "properties": { "MessageId": " 9047 " }, "geometry": { "type": "Point", "coordinates": [482241.9476,3823732.6226] } },{ "type": "Feature", "properties": { "MessageId": " 9044 " }, "geometry": { "type": "Point", "coordinates": [489534.96988800738,3835696.2238523671] } },{ "type": "Feature", "properties": { "MessageId": " 9040 " }, "geometry": { "type": "Point", "coordinates": [491491.59466413,3832829.3925237] } },{ "type": "Feature", "properties": { "MessageId": " 8901 " }, "geometry": { "type": "Point", "coordinates": [490116.903239299,3835994.3056565179] } },{ "type": "Feature", "properties": { "MessageId": " 8829 " }, "geometry": { "type": "Point", "coordinates": [483703.69289974018,3829752.5893594832] } },{ "type": "Feature", "properties": { "MessageId": " 8147 " }, "geometry": { "type": "Point", "coordinates": [490594.25069174904,3835325.2916729217] } },{ "type": "Feature", "properties": { "MessageId": " 7970 " }, "geometry": { "type": "Point", "coordinates": [490880.64479487669,3835217.5919717574] } },{ "type": "Feature", "properties": { "MessageId": " 7211 " }, "geometry": { "type": "Point", "coordinates": [480699.54023463395,3826902.0326251439] } },{ "type": "Feature", "properties": { "MessageId": " 7078 " }, "geometry": { "type": "Point", "coordinates": [489874.45576774311,3835900.1898386865] } },{ "type": "Feature", "properties": { "MessageId": " 7016 " }, "geometry": { "type": "Point", "coordinates": [433969.765625,3860137.4769869] } },{ "type": "Feature", "properties": { "MessageId": " 6814 " }, "geometry": { "type": "Point", "coordinates": [492038.03584237437,3836479.3369779219] } },{ "type": "Feature", "properties": { "MessageId": " 6601 " }, "geometry": { "type": "Point", "coordinates": [490678.416740061,3832150.5834157825] } },{ "type": "Feature", "properties": { "MessageId": " 6592 " }, "geometry": { "type": "Point", "coordinates": [491441.43955540081,3832793.3849244025] } },{ "type": "Feature", "properties": { "MessageId": " 6586 " }, "geometry": { "type": "Point", "coordinates": [492002.81651793653,3833736.8710747054] } },{ "type": "Feature", "properties": { "MessageId": " 6582 " }, "geometry": { "type": "Point", "coordinates": [480306.3775383032,3828773.0393798561] } },{ "type": "Feature", "properties": { "MessageId": " 6128 " }, "geometry": { "type": "Point", "coordinates": [490988.26759819657,3833809.8198914905] } },{ "type": "Feature", "properties": { "MessageId": " 6126 " }, "geometry": { "type": "Point", "coordinates": [489427.15319207206,3835844.3932905239] } },{ "type": "Feature", "properties": { "MessageId": " 6018 " }, "geometry": { "type": "Point", "coordinates": [491431.65589760675,3831980.626475384] } },{ "type": "Feature", "properties": { "MessageId": " 6013 " }, "geometry": { "type": "Point", "coordinates": [488686.74384635151,3835581.5400099522] } },{ "type": "Feature", "properties": { "MessageId": " 5846 " }, "geometry": { "type": "Point", "coordinates": [490708.50603607809,3832442.7039428577] } },{ "type": "Feature", "properties": { "MessageId": " 5758 " }, "geometry": { "type": "Point", "coordinates": [491223.831884261,3831379.4742952604] } },{ "type": "Feature", "properties": { "MessageId": " 5739 " }, "geometry": { "type": "Point", "coordinates": [491296.92935024691,3833592.1718792766] } },{ "type": "Feature", "properties": { "MessageId": " 5738 " }, "geometry": { "type": "Point", "coordinates": [479796.84295206727,3827658.2236604095] } },{ "type": "Feature", "properties": { "MessageId": " 5286 " }, "geometry": { "type": "Point", "coordinates": [499671.12744142,3829373.031498] } },{ "type": "Feature", "properties": { "MessageId": " 5283 " }, "geometry": { "type": "Point", "coordinates": [499671.12744142,3829373.031498] } },{ "type": "Feature", "properties": { "MessageId": " 5278 " }, "geometry": { "type": "Point", "coordinates": [499671.12744142,3829373.031498] } },{ "type": "Feature", "properties": { "MessageId": " 5275 " }, "geometry": { "type": "Point", "coordinates": [499671.12744142,3829373.031498] } },{ "type": "Feature", "properties": { "MessageId": " 5271 " }, "geometry": { "type": "Point", "coordinates": [499671.12744142,3829373.031498] } },{ "type": "Feature", "properties": { "MessageId": " 5270 " }, "geometry": { "type": "Point", "coordinates": [499671.12744142,3829373.031498] } },{ "type": "Feature", "properties": { "MessageId": " 5268 " }, "geometry": { "type": "Point", "coordinates": [499671.12744142,3829373.031498] } },{ "type": "Feature", "properties": { "MessageId": " 5260 " }, "geometry": { "type": "Point", "coordinates": [499671.12744142,3829373.031498] } },{ "type": "Feature", "properties": { "MessageId": " 5254 " }, "geometry": { "type": "Point", "coordinates": [499671.12744142,3829373.031498] } },{ "type": "Feature", "properties": { "MessageId": " 5249 " }, "geometry": { "type": "Point", "coordinates": [499671.12744142,3829373.031498] } },{ "type": "Feature", "properties": { "MessageId": " 5181 " }, "geometry": { "type": "Point", "coordinates": [491322.10262158705,3833074.2858526134] } },{ "type": "Feature", "properties": { "MessageId": " 5179 " }, "geometry": { "type": "Point", "coordinates": [491322.10262158705,3833074.2858526134] } },{ "type": "Feature", "properties": { "MessageId": " 5176 " }, "geometry": { "type": "Point", "coordinates": [491322.10262158705,3833074.2858526134] } },{ "type": "Feature", "properties": { "MessageId": " 5173 " }, "geometry": { "type": "Point", "coordinates": [491322.10262158705,3833074.2858526134] } },{ "type": "Feature", "properties": { "MessageId": " 5172 " }, "geometry": { "type": "Point", "coordinates": [491322.10262158705,3833074.2858526134] } },{ "type": "Feature", "properties": { "MessageId": " 5163 " }, "geometry": { "type": "Point", "coordinates": [488665.55975504481,3834867.2660843977] } },{ "type": "Feature", "properties": { "MessageId": " 5161 " }, "geometry": { "type": "Point", "coordinates": [488665.55975504481,3834867.2660843977] } },{ "type": "Feature", "properties": { "MessageId": " 5151 " }, "geometry": { "type": "Point", "coordinates": [488665.55975504481,3834867.2660843977] } },{ "type": "Feature", "properties": { "MessageId": " 5149 " }, "geometry": { "type": "Point", "coordinates": [488665.55975504481,3834867.2660843977] } },{ "type": "Feature", "properties": { "MessageId": " 5145 " }, "geometry": { "type": "Point", "coordinates": [488665.55975504481,3834867.2660843977] } },{ "type": "Feature", "properties": { "MessageId": " 5143 " }, "geometry": { "type": "Point", "coordinates": [490971.56571612053,3833899.2942597554] } },{ "type": "Feature", "properties": { "MessageId": " 5004 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 4999 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 4986 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 4984 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 4982 " }, "geometry": { "type": "Point", "coordinates": [491526.85963574896,3835840.4964175746] } },{ "type": "Feature", "properties": { "MessageId": " 4973 " }, "geometry": { "type": "Point", "coordinates": [488909.17557474255,3832045.4953898946] } },{ "type": "Feature", "properties": { "MessageId": " 4971 " }, "geometry": { "type": "Point", "coordinates": [488909.17557474255,3832045.4953898946] } },{ "type": "Feature", "properties": { "MessageId": " 4918 " }, "geometry": { "type": "Point", "coordinates": [491961.94379711803,3831700.5714593828] } },{ "type": "Feature", "properties": { "MessageId": " 4786 " }, "geometry": { "type": "Point", "coordinates": [483887.76758591679,3834241.8106039716] } },{ "type": "Feature", "properties": { "MessageId": " 4698 " }, "geometry": { "type": "Point", "coordinates": [490571.50608145579,3832492.4341905355] } },{ "type": "Feature", "properties": { "MessageId": " 4697 " }, "geometry": { "type": "Point", "coordinates": [490696.49766024132,3833196.551923479] } },{ "type": "Feature", "properties": { "MessageId": " 4663 " }, "geometry": { "type": "Point", "coordinates": [488060.45738639042,3828443.5708345543] } },{ "type": "Feature", "properties": { "MessageId": " 4656 " }, "geometry": { "type": "Point", "coordinates": [488060.45738639042,3828443.5708345543] } },{ "type": "Feature", "properties": { "MessageId": " 4655 " }, "geometry": { "type": "Point", "coordinates": [488060.45738639042,3828443.5708345543] } },{ "type": "Feature", "properties": { "MessageId": " 4651 " }, "geometry": { "type": "Point", "coordinates": [488060.45738639042,3828443.5708345543] } },{ "type": "Feature", "properties": { "MessageId": " 4643 " }, "geometry": { "type": "Point", "coordinates": [488060.45738639042,3828443.5708345543] } },{ "type": "Feature", "properties": { "MessageId": " 4639 " }, "geometry": { "type": "Point", "coordinates": [488060.45738639042,3828443.5708345543] } },{ "type": "Feature", "properties": { "MessageId": " 4608 " }, "geometry": { "type": "Point", "coordinates": [491833.47410110186,3836253.541056993] } },{ "type": "Feature", "properties": { "MessageId": " 4602 " }, "geometry": { "type": "Point", "coordinates": [491833.47410110186,3836253.541056993] } },{ "type": "Feature", "properties": { "MessageId": " 4522 " }, "geometry": { "type": "Point", "coordinates": [490523.42304943426,3836024.0968150585] } },{ "type": "Feature", "properties": { "MessageId": " 4520 " }, "geometry": { "type": "Point", "coordinates": [490523.42304943426,3836024.0968150585] } },{ "type": "Feature", "properties": { "MessageId": " 4516 " }, "geometry": { "type": "Point", "coordinates": [492052.75128801836,3832978.3886822988] } },{ "type": "Feature", "properties": { "MessageId": " 4495 " }, "geometry": { "type": "Point", "coordinates": [485542.59176065156,3834186.1352885859] } },{ "type": "Feature", "properties": { "MessageId": " 4485 " }, "geometry": { "type": "Point", "coordinates": [485542.59176065156,3834186.1352885859] } },{ "type": "Feature", "properties": { "MessageId": " 4472 " }, "geometry": { "type": "Point", "coordinates": [483281.82949895324,3824270.7159707397] } },{ "type": "Feature", "properties": { "MessageId": " 4446 " }, "geometry": { "type": "Point", "coordinates": [483281.82949895324,3824270.7159707397] } },{ "type": "Feature", "properties": { "MessageId": " 4277 " }, "geometry": { "type": "Point", "coordinates": [482199.70342543593,3822683.1425788878] } },{ "type": "Feature", "properties": { "MessageId": " 4275 " }, "geometry": { "type": "Point", "coordinates": [482199.70342543593,3822683.1425788878] } },{ "type": "Feature", "properties": { "MessageId": " 4212 " }, "geometry": { "type": "Point", "coordinates": [482199.70342543593,3822683.1425788878] } },{ "type": "Feature", "properties": { "MessageId": " 4210 " }, "geometry": { "type": "Point", "coordinates": [482199.70342543593,3822683.1425788878] } },{ "type": "Feature", "properties": { "MessageId": " 4162 " }, "geometry": { "type": "Point", "coordinates": [488945.9462353806,3834741.1808425579] } },{ "type": "Feature", "properties": { "MessageId": " 4116 " }, "geometry": { "type": "Point", "coordinates": [477362.5023604884,3825454.2081519994] } },{ "type": "Feature", "properties": { "MessageId": " 4011 " }, "geometry": { "type": "Point", "coordinates": [484850.04819775891,3833016.5085106757] } },{ "type": "Feature", "properties": { "MessageId": " 3992 " }, "geometry": { "type": "Point", "coordinates": [492239.55054313922,3832176.9717230168] } },{ "type": "Feature", "properties": { "MessageId": " 3965 " }, "geometry": { "type": "Point", "coordinates": [491009.04713739507,3835770.2602587217] } },{ "type": "Feature", "properties": { "MessageId": " 3958 " }, "geometry": { "type": "Point", "coordinates": [482199.70342543593,3822683.1425788878] } },{ "type": "Feature", "properties": { "MessageId": " 3955 " }, "geometry": { "type": "Point", "coordinates": [482199.70342543593,3822683.1425788878] } },{ "type": "Feature", "properties": { "MessageId": " 3863 " }, "geometry": { "type": "Point", "coordinates": [489738.18804548279,3836296.7829326629] } },{ "type": "Feature", "properties": { "MessageId": " 3780 " }, "geometry": { "type": "Point", "coordinates": [490187.72777093394,3832633.282480252] } },{ "type": "Feature", "properties": { "MessageId": " 3761 " }, "geometry": { "type": "Point", "coordinates": [512626.25390625,3845038.2506864] } },{ "type": "Feature", "properties": { "MessageId": " 3746 " }, "geometry": { "type": "Point", "coordinates": [512626.25390625,3845038.2506864] } },{ "type": "Feature", "properties": { "MessageId": " 3699 " }, "geometry": { "type": "Point", "coordinates": [490932.14304201555,3831996.7368672127] } },{ "type": "Feature", "properties": { "MessageId": " 3698 " }, "geometry": { "type": "Point", "coordinates": [490932.14304201555,3831996.7368672127] } },{ "type": "Feature", "properties": { "MessageId": " 3695 " }, "geometry": { "type": "Point", "coordinates": [490932.14304201555,3831996.7368672127] } },{ "type": "Feature", "properties": { "MessageId": " 3690 " }, "geometry": { "type": "Point", "coordinates": [490932.14304201555,3831996.7368672127] } },{ "type": "Feature", "properties": { "MessageId": " 3686 " }, "geometry": { "type": "Point", "coordinates": [490932.14304201555,3831996.7368672127] } },{ "type": "Feature", "properties": { "MessageId": " 3685 " }, "geometry": { "type": "Point", "coordinates": [489395.65710461786,3832811.9473069306] } },{ "type": "Feature", "properties": { "MessageId": " 3679 " }, "geometry": { "type": "Point", "coordinates": [490932.14304201555,3831996.7368672127] } },{ "type": "Feature", "properties": { "MessageId": " 3675 " }, "geometry": { "type": "Point", "coordinates": [490932.14304201555,3831996.7368672127] } },{ "type": "Feature", "properties": { "MessageId": " 3671 " }, "geometry": { "type": "Point", "coordinates": [489892.24054071616,3833276.7285850407] } },{ "type": "Feature", "properties": { "MessageId": " 3629 " }, "geometry": { "type": "Point", "coordinates": [484706.20512148779,3831483.6462342078] } },{ "type": "Feature", "properties": { "MessageId": " 3606 " }, "geometry": { "type": "Point", "coordinates": [489045.50287452911,3832277.5962905525] } },{ "type": "Feature", "properties": { "MessageId": " 3500 " }, "geometry": { "type": "Point", "coordinates": [490695.31799604639,3831551.5862234137] } },{ "type": "Feature", "properties": { "MessageId": " 3302 " }, "geometry": { "type": "Point", "coordinates": [486879.039783281,3833295.8033403624] } },{ "type": "Feature", "properties": { "MessageId": " 3297 " }, "geometry": { "type": "Point", "coordinates": [486412.45963948988,3832631.3189433957] } },{ "type": "Feature", "properties": { "MessageId": " 3280 " }, "geometry": { "type": "Point", "coordinates": [485643.46539738012,3835102.3684796281] } },{ "type": "Feature", "properties": { "MessageId": " 3236 " }, "geometry": { "type": "Point", "coordinates": [485236.1379662205,3831185.4850914679] } },{ "type": "Feature", "properties": { "MessageId": " 3008 " }, "geometry": { "type": "Point", "coordinates": [488746.23727666331,3830035.7122029606] } },{ "type": "Feature", "properties": { "MessageId": " 3007 " }, "geometry": { "type": "Point", "coordinates": [488746.23727666331,3830035.7122029606] } },{ "type": "Feature", "properties": { "MessageId": " 3004 " }, "geometry": { "type": "Point", "coordinates": [488746.23727666331,3830035.7122029606] } },{ "type": "Feature", "properties": { "MessageId": " 2995 " }, "geometry": { "type": "Point", "coordinates": [506564.50598144,3841572.7183197] } },{ "type": "Feature", "properties": { "MessageId": " 2994 " }, "geometry": { "type": "Point", "coordinates": [506564.50598144,3841572.7183197] } },{ "type": "Feature", "properties": { "MessageId": " 2991 " }, "geometry": { "type": "Point", "coordinates": [484674.34917627356,3832619.2830231716] } },{ "type": "Feature", "properties": { "MessageId": " 2990 " }, "geometry": { "type": "Point", "coordinates": [484674.34917627356,3832619.2830231716] } },{ "type": "Feature", "properties": { "MessageId": " 2984 " }, "geometry": { "type": "Point", "coordinates": [481409.40321092564,3825664.2419114476] } },{ "type": "Feature", "properties": { "MessageId": " 2850 " }, "geometry": { "type": "Point", "coordinates": [491836.65040299174,3832711.4716983112] } },{ "type": "Feature", "properties": { "MessageId": " 2841 " }, "geometry": { "type": "Point", "coordinates": [489726.31654825259,3833007.014325391] } },{ "type": "Feature", "properties": { "MessageId": " 2758 " }, "geometry": { "type": "Point", "coordinates": [491317.72686777724,3833456.9280794906] } },{ "type": "Feature", "properties": { "MessageId": " 2670 " }, "geometry": { "type": "Point", "coordinates": [486316.25344578928,3830032.2839083085] } },{ "type": "Feature", "properties": { "MessageId": " 2622 " }, "geometry": { "type": "Point", "coordinates": [492335.02398170572,3832089.6819729055] } },{ "type": "Feature", "properties": { "MessageId": " 2428 " }, "geometry": { "type": "Point", "coordinates": [490046.10476054694,3833189.7352806833] } },{ "type": "Feature", "properties": { "MessageId": " 2342 " }, "geometry": { "type": "Point", "coordinates": [490921.95875228388,3835606.8204126908] } },{ "type": "Feature", "properties": { "MessageId": " 2321 " }, "geometry": { "type": "Point", "coordinates": [486314.88155292073,3834711.7556631737] } },{ "type": "Feature", "properties": { "MessageId": " 2175 " }, "geometry": { "type": "Point", "coordinates": [467458.79296875,3833074.9772489] } },{ "type": "Feature", "properties": { "MessageId": " 2173 " }, "geometry": { "type": "Point", "coordinates": [482374.24681143614,3828807.855976549] } },{ "type": "Feature", "properties": { "MessageId": " 2165 " }, "geometry": { "type": "Point", "coordinates": [485239.98959777382,3831215.7911349623] } },{ "type": "Feature", "properties": { "MessageId": " 2157 " }, "geometry": { "type": "Point", "coordinates": [485239.98959777382,3831215.7911349623] } },{ "type": "Feature", "properties": { "MessageId": " 2149 " }, "geometry": { "type": "Point", "coordinates": [485239.98959777382,3831215.7911349623] } },{ "type": "Feature", "properties": { "MessageId": " 2143 " }, "geometry": { "type": "Point", "coordinates": [485239.98959777382,3831215.7911349623] } },{ "type": "Feature", "properties": { "MessageId": " 2080 " }, "geometry": { "type": "Point", "coordinates": [492536.35599439993,3832158.8065288011] } },{ "type": "Feature", "properties": { "MessageId": " 2041 " }, "geometry": { "type": "Point", "coordinates": [488857.31039701111,3835529.4877142687] } },{ "type": "Feature", "properties": { "MessageId": " 2008 " }, "geometry": { "type": "Point", "coordinates": [489052.87740692327,3832091.030999592] } },{ "type": "Feature", "properties": { "MessageId": " 1938 " }, "geometry": { "type": "Point", "coordinates": [486107.53729248,3831590.8852036] } },{ "type": "Feature", "properties": { "MessageId": " 1923 " }, "geometry": { "type": "Point", "coordinates": [485045.17242027732,3832717.2386537562] } },{ "type": "Feature", "properties": { "MessageId": " 1790 " }, "geometry": { "type": "Point", "coordinates": [487857.804910668,3828343.2604818316] } },{ "type": "Feature", "properties": { "MessageId": " 1748 " }, "geometry": { "type": "Point", "coordinates": [485791.32512468018,3835027.82345125] } },{ "type": "Feature", "properties": { "MessageId": " 1742 " }, "geometry": { "type": "Point", "coordinates": [485791.32512468018,3835027.82345125] } },{ "type": "Feature", "properties": { "MessageId": " 1683 " }, "geometry": { "type": "Point", "coordinates": [492899.26757578686,3831675.6322331754] } },{ "type": "Feature", "properties": { "MessageId": " 1654 " }, "geometry": { "type": "Point", "coordinates": [485503.43468524958,3832738.53826452] } },{ "type": "Feature", "properties": { "MessageId": " 1644 " }, "geometry": { "type": "Point", "coordinates": [482716.044674446,3823316.7442031424] } },{ "type": "Feature", "properties": { "MessageId": " 1639 " }, "geometry": { "type": "Point", "coordinates": [486604.72503952088,3833409.0961694554] } },{ "type": "Feature", "properties": { "MessageId": " 1629 " }, "geometry": { "type": "Point", "coordinates": [482716.044674446,3823316.7442031424] } },{ "type": "Feature", "properties": { "MessageId": " 1584 " }, "geometry": { "type": "Point", "coordinates": [489849.29284394905,3833190.8331915061] } },{ "type": "Feature", "properties": { "MessageId": " 1554 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 1550 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 1539 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 1529 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 1528 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 1525 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 1521 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 1444 " }, "geometry": { "type": "Point", "coordinates": [482199.70342543593,3822683.1425788878] } },{ "type": "Feature", "properties": { "MessageId": " 1441 " }, "geometry": { "type": "Point", "coordinates": [482199.70342543593,3822683.1425788878] } },{ "type": "Feature", "properties": { "MessageId": " 1439 " }, "geometry": { "type": "Point", "coordinates": [482199.70342543593,3822683.1425788878] } },{ "type": "Feature", "properties": { "MessageId": " 1361 " }, "geometry": { "type": "Point", "coordinates": [485993.25754418771,3832323.2132387883] } },{ "type": "Feature", "properties": { "MessageId": " 1354 " }, "geometry": { "type": "Point", "coordinates": [485993.25754418771,3832323.2132387883] } },{ "type": "Feature", "properties": { "MessageId": " 1329 " }, "geometry": { "type": "Point", "coordinates": [491998.51123760716,3829036.9672246664] } },{ "type": "Feature", "properties": { "MessageId": " 1309 " }, "geometry": { "type": "Point", "coordinates": [492803.71949150873,3827829.6678145719] } },{ "type": "Feature", "properties": { "MessageId": " 1037 " }, "geometry": { "type": "Point", "coordinates": [491971.04326604045,3836349.1459413543] } },{ "type": "Feature", "properties": { "MessageId": " 1036 " }, "geometry": { "type": "Point", "coordinates": [491971.04326604045,3836349.1459413543] } },{ "type": "Feature", "properties": { "MessageId": " 972 " }, "geometry": { "type": "Point", "coordinates": [488060.45738639042,3828443.5708345543] } },{ "type": "Feature", "properties": { "MessageId": " 961 " }, "geometry": { "type": "Point", "coordinates": [488060.45738639042,3828443.5708345543] } },{ "type": "Feature", "properties": { "MessageId": " 902 " }, "geometry": { "type": "Point", "coordinates": [480039.14742508554,3828687.143986322] } },{ "type": "Feature", "properties": { "MessageId": " 853 " }, "geometry": { "type": "Point", "coordinates": [490489.19753440516,3833037.2192088529] } },{ "type": "Feature", "properties": { "MessageId": " 851 " }, "geometry": { "type": "Point", "coordinates": [491050.27375421394,3833338.03320079] } },{ "type": "Feature", "properties": { "MessageId": " 850 " }, "geometry": { "type": "Point", "coordinates": [490489.19753440516,3833037.2192088529] } },{ "type": "Feature", "properties": { "MessageId": " 848 " }, "geometry": { "type": "Point", "coordinates": [491050.27375421394,3833338.03320079] } },{ "type": "Feature", "properties": { "MessageId": " 847 " }, "geometry": { "type": "Point", "coordinates": [491050.27375421394,3833338.03320079] } },{ "type": "Feature", "properties": { "MessageId": " 846 " }, "geometry": { "type": "Point", "coordinates": [491050.27375421394,3833338.03320079] } },{ "type": "Feature", "properties": { "MessageId": " 843 " }, "geometry": { "type": "Point", "coordinates": [491050.27375421394,3833338.03320079] } },{ "type": "Feature", "properties": { "MessageId": " 840 " }, "geometry": { "type": "Point", "coordinates": [490489.19753440516,3833037.2192088529] } },{ "type": "Feature", "properties": { "MessageId": " 839 " }, "geometry": { "type": "Point", "coordinates": [491050.27375421394,3833338.03320079] } },{ "type": "Feature", "properties": { "MessageId": " 838 " }, "geometry": { "type": "Point", "coordinates": [490489.19753440516,3833037.2192088529] } },{ "type": "Feature", "properties": { "MessageId": " 837 " }, "geometry": { "type": "Point", "coordinates": [490489.19753440516,3833037.2192088529] } },{ "type": "Feature", "properties": { "MessageId": " 835 " }, "geometry": { "type": "Point", "coordinates": [491050.27375421394,3833338.03320079] } },{ "type": "Feature", "properties": { "MessageId": " 834 " }, "geometry": { "type": "Point", "coordinates": [480771.42146545404,3825065.9563894216] } },{ "type": "Feature", "properties": { "MessageId": " 832 " }, "geometry": { "type": "Point", "coordinates": [491050.27375421394,3833338.03320079] } },{ "type": "Feature", "properties": { "MessageId": " 831 " }, "geometry": { "type": "Point", "coordinates": [480771.42146545404,3825065.9563894216] } },{ "type": "Feature", "properties": { "MessageId": " 828 " }, "geometry": { "type": "Point", "coordinates": [492601.5012148543,3831896.9256069432] } },{ "type": "Feature", "properties": { "MessageId": " 826 " }, "geometry": { "type": "Point", "coordinates": [480771.42146545404,3825065.9563894216] } },{ "type": "Feature", "properties": { "MessageId": " 820 " }, "geometry": { "type": "Point", "coordinates": [480771.42146545404,3825065.9563894216] } },{ "type": "Feature", "properties": { "MessageId": " 817 " }, "geometry": { "type": "Point", "coordinates": [480771.42146545404,3825065.9563894216] } },{ "type": "Feature", "properties": { "MessageId": " 736 " }, "geometry": { "type": "Point", "coordinates": [489041.38556152978,3834879.5678654741] } },{ "type": "Feature", "properties": { "MessageId": " 718 " }, "geometry": { "type": "Point", "coordinates": [484674.34917627356,3832619.2830231716] } },{ "type": "Feature", "properties": { "MessageId": " 693 " }, "geometry": { "type": "Point", "coordinates": [485678.76501061,3820617.6231559] } },{ "type": "Feature", "properties": { "MessageId": " 690 " }, "geometry": { "type": "Point", "coordinates": [485678.76501061,3820617.6231559] } },{ "type": "Feature", "properties": { "MessageId": " 589 " }, "geometry": { "type": "Point", "coordinates": [488056.5746040144,3835800.5483420519] } },{ "type": "Feature", "properties": { "MessageId": " 572 " }, "geometry": { "type": "Point", "coordinates": [483811.04370107548,3831758.2495917869] } },{ "type": "Feature", "properties": { "MessageId": " 532 " }, "geometry": { "type": "Point", "coordinates": [484675.27316182246,3833333.8106876314] } },{ "type": "Feature", "properties": { "MessageId": " 463 " }, "geometry": { "type": "Point", "coordinates": [483281.82949895324,3824270.7159707397] } },{ "type": "Feature", "properties": { "MessageId": " 253 " }, "geometry": { "type": "Point", "coordinates": [485525.77734375,3843247.8288114] } },{ "type": "Feature", "properties": { "MessageId": " 252 " }, "geometry": { "type": "Point", "coordinates": [485525.77734375,3843247.8288114] } },{ "type": "Feature", "properties": { "MessageId": " 154 " }, "geometry": { "type": "Point", "coordinates": [478119.94140625,3838690.3913114] } },{ "type": "Feature", "properties": { "MessageId": " 152 " }, "geometry": { "type": "Point", "coordinates": [478119.94140625,3838690.3913114] } },{ "type": "Feature", "properties": { "MessageId": " 151 " }, "geometry": { "type": "Point", "coordinates": [478119.94140625,3838690.3913114] } },{ "type": "Feature", "properties": { "MessageId": " 145 " }, "geometry": { "type": "Point", "coordinates": [484834.0234375,3843888.0404353] } }]}
//افزودن قابلیت انتخاب جهت نمایش تاریخچه
var select = new ol.interaction.Select({
    layers: [bbox]
});
map.addInteraction(select);
var selectedFeatures = select.getFeatures();
selectedFeatures.on('add', function (event) {
    var feature = event.target.item(0);
    var mid = feature.get('MessageId');
    OpenWin(40, 1, "تاریحچه پیام", "MessageHistory&ids=" + mid + "&dashId=2&compid=0")
    //alert(url);
    // put the url of the feature into the photo-info div

    //$('#photo-info').html(url);
});










//افزودن قابلیت تعیین منطقه ای موس روی آن است///////////////////
var mousePosition = new ol.control.MousePosition({
    coordinateFormat: ol.coordinate.createStringXY(2),
    projection: 'EPSG:4326',
    target: document.getElementById('myposition'),
    undefinedHTML: '&nbsp;'
});
map.addControl(mousePosition);
////////////////////////////////////////////////////////////////
/// افزودن اکسل بار در پایین نقشه
var sss = new ol.control.ScaleLine({
    units: 'degrees',
    minWidth: 100
});
map.addControl(sss);

var container = document.getElementById('popup');
var bCordinate;


//////////////////////////////////////////////////////////

map.on('click', function (evt) {
    var coordinate = evt.coordinate;
    bCordinate = evt.coordinate;
    var region;
    var area;
    var sector;
    var features = [];

   

    popup.setPosition(coordinate);
    container.innerHTML = '<img src="/images/mappin.png" style="margin-left: -5px;margin-top:-17px; " />';

   
    $(".geom").val("POINT(" + coordinate[0] + " " + coordinate[1] + ")");
    getAddress(coordinate);
});





function doBounce(nextPoint, zoomlevel) {




    var bounce = ol.animation.bounce({
        resolution: map.getView().getResolution() * 2
    });
    var pan = ol.animation.pan({
        source: map.getView().getCenter()
    });
    map.beforeRender(bounce);
    map.beforeRender(pan);

    strpoint = nextPoint.split(',');
    var i = parseFloat(strpoint[0]);
    var j = parseFloat(strpoint[1]);
    var newCord = [i, j];

    map.getView().setCenter(newCord);
    map.getView().setZoom(zoomlevel);
    popup.setPosition(newCord);
    container.innerHTML = '<img src="/images/mappin.png" style="margin-left: -5px;margin-top:-17px; " />';


 

}

function getAddress(coordinate) {
    var data = coordinate[0] + ' ' + coordinate[1];
    $.ajax({
        type: "POST",
        url: "/AjaxTools.asmx/GetAddressByInfo",
        data: "{point:'" + data + "'}",////
        // data: "{}",

        contentType: "application/json; charset=utf-8",
        dataType: "json",
        success: function (msg) {

            var result = $.map(msg.d, function (item) {
                return {
                    //value: eval("item." + searchFeild), // == "MelliCode" ? item.MelliCode : item.MelliCode,
                    Name: item.Name,
                    Region: item.Region,
                    Area: item.Area,
                    Sector: item.Sector
                }
            });

            var region = 0;
            var area = 0;
            var sector = 0;
            var name = '';

            $.each(result, function () {
                region = this.Region;
                area = this.Area;
                sector = this.Sector;
                name = this.Name
            });

            $(".addresssearch").val(name);

            $(".region").val(region).trigger("change");

            setTimeout(function () {
                $(".area").val(area).trigger("change");
            }, 3000);
            $(".sector").val(sector);

        },
        error: function (msg) {
        }

    });
}

function showReport(addnew, fdate, tdate, region, area, sector, group, subgroup, subcolor) {

    $.ajax({
        url: "/AjaxTools.asmx/GetMapReport",
        data: "{ 'fdate':'" + fdate + "','tdate':'" + tdate + "','region':'" + region + "','area':'" + area + "','sector':'" + sector + "','group':'" + group + "','subgroup':'" + subgroup + "','subcolor':'" + subcolor + "'  }",
        dataType: "json",
        type: "POST",
        contentType: "application/json; charset=utf-8",

        success: function (data) {
            if (addnew == "1")
                bbox.getSource().clear();

            var format = new ol.format.GeoJSON({
                defaultDataProjection: 'EPSG:4326'
            })

            var features = format.readFeatures(data.d, {
                dataProjection: 'EPSG:4326',
                featureProjection: 'EPSG:4326'
            });

            bbox.getSource().addFeatures(features);

            console.log(features);
            console.log(
                format.writeFeatures(features, {
                    dataProjection: 'EPSG:4326',
                    featureProjection: 'EPSG:4326'
                })
            );


        },
        error: function (XMLHttpRequest, textStatus, errorThrown) {

        }
    });

}

function split(val) {
    return val.split(/,\s*/);
}
function extractLast(term) {
    return split(term).pop();
}









var f0 = ''
var f1 = ''
var f2 = ''
var f3 = ''
var f4 = ''




var resultarray;

$(".addresssearch").change(function () {

    $.ajax({
        type: "POST",
        url: "/AjaxTools.asmx/FindAdressByMain",
        data: "{address:'" + $('.addresssearch').val() + "'}",
        contentType: "application/json; charset=utf-8",
        dataType: "json",
        success: function (data) {
            var result = $.map(data.d, function (item) {
                return {
                    //value: eval("item." + searchFeild), // == "MelliCode" ? item.MelliCode : item.MelliCode,
                    Id: item.Id,
                    Name: item.Name,
                    Geom: item.Geom,
                    Region: item.Region,
                    Area: item.Area,
                    Sector: item.Sector
                }
            });

            resultarray = result;

            var strresult = "";
            $.each(result, function () {


                strresult += ' <a class="list-group-item" href=\'#page-content-wrapper\'  onclick="showObjectOnMap(\'' + this.Geom + '\',\'' + this.Name + '\','+this.Region+','+this.Area+','+this.Sector+')"  href="#" >' + this.Name + '</a>';
            });

            //$(".sidebar-items").css("display", "none");
            $("#wrapper").removeClass("active");
            //$('#queryresult').css("display","block");
            $('#queryresult').html(strresult);

            // showSlideConent('queryresult');



        },
        error: function (msg) {
            //alert(msg.readyState + " \n " + msg.status);
            //alert(msg.responseText);
        }

    });

});

function showObjectOnMap(point, name,r,a,s) {

    var pp = point.split(",");
    doBounce(point, 18);
    //doBounce("POINT(" + pp[0] + " " + pp[1] + ")", ui.item.zooms);
    $(".geom").val("POINT(" + pp[0] + " " + pp[1] + ")");
    $(".addresssearch").val(name);

    region = r;
    area = a;
    sector = s;



    $(".region").val(region).trigger("change");

    setTimeout(function () {
        $(".area").val(area).trigger("change");
    }, 3000);
    $(".sector").val(sector);
}

$("#Text1").on("keyup", function (event) {




    var result = $.grep(resultarray, function (e) { return e.Name.indexOf($("#Text1").val()) >= 0; });

    var strresult = "";
    $.each(result, function () {


         strresult += ' <a class="list-group-item" href=\'#page-content-wrapper\'  onclick="showObjectOnMap(\'' + this.Geom + '\',\'' + this.Name + '\','+this.Region+','+this.Area+','+this.Sector+')"  href="#" >' + this.Name + '</a>';
    });

    //$(".sidebar-items").css("display", "none");
    $("#wrapper").removeClass("active");
    //$('#queryresult').css("display","block");
    $('#queryresult').html(strresult);

})





